Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows from 1.0.0 to 2.1.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 1.0.0 to 2.1.0.
- [Release notes](https://github.com/canonical/sdcore-github-workflows/releases)
- [Commits](canonical/sdcore-github-workflows@v1.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent d83cfa4 commit 260f8fa
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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.1.0

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

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.1.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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.1.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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.1.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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.1.0
secrets: inherit

0 comments on commit 260f8fa

Please sign in to comment.