Skip to content

Commit

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

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 Jan 7, 2025
1 parent 63d11cd commit 4feea0f
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 @@ -11,13 +11,13 @@ on:
jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.1

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

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

0 comments on commit 4feea0f

Please sign in to comment.