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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 50e7a4c commit e5c26b5
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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.0.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@v1.0.0
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.0.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.0.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.0.0

0 comments on commit e5c26b5

Please sign in to comment.