Skip to content

Commit

Permalink
chore: Bump canonical/sdcore-github-workflows from 2.2.0 to 2.3.0 in …
Browse files Browse the repository at this point in the history
…the github_actions group (#668)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 4700489 commit 438a1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.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 @@ -19,13 +19,13 @@ jobs:

build-rock:
needs: build-nms
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.0

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.2.0
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.0

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

0 comments on commit 438a1de

Please sign in to comment.