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 2.3.0 to 2.3.1
- [Release notes](https://github.com/canonical/sdcore-github-workflows/releases)
- [Commits](canonical/sdcore-github-workflows@v2.3.0...v2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9b8bb43 commit 883dd41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

publish-rock:
if: github.ref_name == 'v1.5.2'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

0 comments on commit 883dd41

Please sign in to comment.