Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows from 1.0.0 to 2.1.0 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 1191d8c commit 1b73fc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.1.0
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,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
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:
jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.1.0

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.1.0

publish-rock:
if: github.ref_name == 'main'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@v2.1.0

0 comments on commit 1b73fc1

Please sign in to comment.