Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update: [canonical/sdcore-github-workflows](https://github.com/canonical/sdcore-github-workflows).


Updates `canonical/sdcore-github-workflows` from 1.0.0 to 2.0.0
- [Release notes](https://github.com/canonical/sdcore-github-workflows/releases)
- [Commits](canonical/sdcore-github-workflows@v1.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c7fc720 commit 03783c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
codeql:
name: CodeQL Analysis
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
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,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
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ 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:
JIRA_URL: ${{ secrets.JIRA_URL }}
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ on:

jobs:
check-libraries:
uses: canonical/sdcore-github-workflows/.github/workflows/check-libraries.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/check-libraries.yaml@v2.0.0
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

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

unit-tests-with-coverage:
uses: canonical/sdcore-github-workflows/.github/workflows/unit-test.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/unit-test.yaml@v2.0.0

build:
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
promote:
name: Promote Charm
uses: canonical/sdcore-github-workflows/.github/workflows/promote.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/promote.yaml@v2.0.0
with:
promotion: ${{ github.event.inputs.promotion }}
track-name: ${{ github.event.inputs.track-name }}
Expand Down

0 comments on commit 03783c9

Please sign in to comment.