Skip to content

Commit

Permalink
chore: bump canonical/sdcore-github-workflows from 2.3.0 to 2.3.1 (#34)
Browse files Browse the repository at this point in the history
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 12, 2024
1 parent d63e288 commit 4169094
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1_5_2_scheduled_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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
with:
branch-name: "v1.5.2"

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
with:
branch-name: "v1.5.2"
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@v2.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.3.1
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.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.1
secrets: inherit
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 == 'main'
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 4169094

Please # to comment.