Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [canonical/sdcore-github-workflows](https://github.com/canonical/sdcore-github-workflows) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/canonical/sdcore-github-workflows/releases)
- [Commits](canonical/sdcore-github-workflows@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: canonical/sdcore-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 790013f commit 74ab8ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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/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 74ab8ce

Please sign in to comment.