From 6219a5475aaac7222ebf9af1840ed3539578b5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:56:34 +0000 Subject: [PATCH] chore: bump canonical/sdcore-github-workflows from 1.0.0 to 2.0.0 Bumps [canonical/sdcore-github-workflows](https://github.com/canonical/sdcore-github-workflows) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/canonical/sdcore-github-workflows/releases) - [Commits](https://github.com/canonical/sdcore-github-workflows/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: canonical/sdcore-github-workflows dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_pipeline.yaml | 8 ++++---- .github/workflows/dependabot_pr.yaml | 2 +- .github/workflows/issues.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_pipeline.yaml b/.github/workflows/ci_pipeline.yaml index cc35f3d6..98eae668 100644 --- a/.github/workflows/ci_pipeline.yaml +++ b/.github/workflows/ci_pipeline.yaml @@ -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.0.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.0.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.0.0 integration-test: uses: ./.github/workflows/integration-tests.yaml @@ -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.0.0 secrets: inherit diff --git a/.github/workflows/dependabot_pr.yaml b/.github/workflows/dependabot_pr.yaml index 0416ea1d..8fe8f2f4 100644 --- a/.github/workflows/dependabot_pr.yaml +++ b/.github/workflows/dependabot_pr.yaml @@ -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.0.0 diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 89987674..7bcd4739 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -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.0.0 secrets: inherit