Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows from 2.2.0 to 2.3.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.2.0 to 2.3.0.
- [Release notes](https://github.com/canonical/sdcore-github-workflows/releases)
- [Commits](canonical/sdcore-github-workflows@v2.2.0...v2.3.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 Dec 2, 2024
1 parent a506a30 commit 0b60187
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/1_5_scheduled_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
jobs:
codeql:
name: CodeQL Analysis
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.3.0
with:
branch-name: "v1.5"

lint-report:
uses: canonical/sdcore-github-workflows/.github/workflows/lint-report.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/lint-report.yaml@v2.3.0
with:
branch-name: "v1.5"

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.3.0
with:
branch-name: "v1.5"

Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
sync-issues:
if: always()
needs: [ create-issue ]
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.0
secrets: inherit
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.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/codeql-analysis.yml@v2.3.0

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

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/static-analysis.yaml@v2.3.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.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.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.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.3.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.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.0
secrets: inherit

0 comments on commit 0b60187

Please sign in to comment.