Skip to content

Commit

Permalink
Merge pull request #477 from canonical/chore-bump-workflow
Browse files Browse the repository at this point in the history
chore: Bump workflow version to stabilize CI
  • Loading branch information
ghislainbourgeois authored Nov 25, 2024
2 parents 790013f + 92fe440 commit f8b0f93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
codeql:
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.2.0

lint-report:
uses: canonical/sdcore-github-workflows/.github/workflows/lint-report.yaml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/lint-report.yaml@v2.2.0

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.2.0

integration-test:
uses: ./.github/workflows/integration-tests.yaml
Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
sync-issues:
if: always()
needs: [ create-issue ]
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.2.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ permissions:

jobs:
auto-merge:
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.2.0
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: k8s-logs
path: pod-*.log
path: pod-*.log
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
jobs:
update:
name: Update Issue
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.1.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.2.0
secrets: inherit

0 comments on commit f8b0f93

Please sign in to comment.