From 74ab8cea78a3f0b6f1f466e7f29d216125289554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:22:01 +0000 Subject: [PATCH] chore: bump canonical/sdcore-github-workflows from 2.1.0 to 2.2.0 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](https://github.com/canonical/sdcore-github-workflows/compare/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] --- .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 5363c12d..35906cc5 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@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 @@ -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 diff --git a/.github/workflows/dependabot_pr.yaml b/.github/workflows/dependabot_pr.yaml index 1e10b80a..16954259 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@v2.1.0 + uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.2.0 diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 5f1adde0..81964f8e 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@v2.1.0 + uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.2.0 secrets: inherit