Skip to content

Commit c39dc57

Browse files
chore(deps): bump the actions-minor-patch group across 1 directory with 5 updates
Bumps the actions-minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anchore/workflows/.github/workflows/codeql.yaml](https://github.com/anchore/workflows) | `0.5.0` | `0.6.0` | | [anchore/workflows/.github/workflows/check-version-available.yaml](https://github.com/anchore/workflows) | `0.4.0` | `0.6.0` | | [anchore/workflows/.github/workflows/check-gate.yaml](https://github.com/anchore/workflows) | `0.4.0` | `0.6.0` | | [anchore/go-make](https://github.com/anchore/go-make) | `0.4.0` | `0.5.0` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.3` | `0.5.5` | Updates `anchore/workflows/.github/workflows/codeql.yaml` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/anchore/workflows/releases) - [Commits](anchore/workflows@e8cee3a...1512252) Updates `anchore/workflows/.github/workflows/check-version-available.yaml` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/anchore/workflows/releases) - [Commits](anchore/workflows@8b2b1ca...1512252) Updates `anchore/workflows/.github/workflows/check-gate.yaml` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/anchore/workflows/releases) - [Commits](anchore/workflows@8b2b1ca...1512252) Updates `anchore/go-make` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/anchore/go-make/releases) - [Commits](anchore/go-make@88c3650...9de27be) Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.5 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@b1d7e1f...a16621b) --- updated-dependencies: - dependency-name: anchore/workflows/.github/workflows/codeql.yaml dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: anchore/workflows/.github/workflows/check-version-available.yaml dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: anchore/workflows/.github/workflows/check-gate.yaml dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: anchore/go-make dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9d0f7c commit c39dc57

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: {}
1313
jobs:
1414
analyze:
1515
name: Analyze
16-
uses: anchore/workflows/.github/workflows/codeql.yaml@e8cee3a5916cebb68cda68b54c180f43394c1910 # v0.5.0
16+
uses: anchore/workflows/.github/workflows/codeql.yaml@15122524ced7906bfa9685eeae12e22647773ea6 # v0.6.0
1717
permissions:
1818
security-events: write
1919
packages: read

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
version-available:
19-
uses: anchore/workflows/.github/workflows/check-version-available.yaml@8b2b1caf40e03933c6807e03b99e883e2ceb5ac8 # v0.4.0
19+
uses: anchore/workflows/.github/workflows/check-version-available.yaml@15122524ced7906bfa9685eeae12e22647773ea6 # v0.6.0
2020
permissions:
2121
contents: read # for getting all tags
2222
with:
@@ -25,7 +25,7 @@ jobs:
2525
check-gate:
2626
permissions:
2727
checks: read # required for getting the status of specific check names
28-
uses: anchore/workflows/.github/workflows/check-gate.yaml@8b2b1caf40e03933c6807e03b99e883e2ceb5ac8 # v0.4.0
28+
uses: anchore/workflows/.github/workflows/check-gate.yaml@15122524ced7906bfa9685eeae12e22647773ea6 # v0.6.0
2929
with:
3030
# these are checks that should be run on pull-request and merges to main.
3131
# we do NOT want to kick off a release if these have not been verified on main.
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: true # needed for pushing a tag
4646

4747
# setup checkout, go, go-make, binny, and cache go modules
48-
- uses: anchore/go-make/.github/actions/setup@88c36505984649108439f13fb35dcaea4ce61d94 # v0.4.0
48+
- uses: anchore/go-make/.github/actions/setup@9de27be11ed73e2f9d5406a836a492b7d8aa1225 # v0.5.0
4949

5050
- name: Create release
5151
env:

.github/workflows/validate-github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: "Run zizmor"
28-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
28+
uses: zizmorcore/zizmor-action@a16621b09c6db4281f81a93cb393b05dcd7b7165 # v0.5.5
2929
with:
3030
# there is a pass/fail gate as a repo ruleset (if there is no ruleset configured then the action will pass by default)
3131
advanced-security: true

.github/workflows/validations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
# setup checkout, go, go-make, binny, and cache go modules
21-
- uses: anchore/go-make/.github/actions/setup@88c36505984649108439f13fb35dcaea4ce61d94 # v0.4.0
21+
- uses: anchore/go-make/.github/actions/setup@9de27be11ed73e2f9d5406a836a492b7d8aa1225 # v0.5.0
2222

2323
- name: Run static analysis
2424
run: make static-analysis
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
# setup checkout, go, go-make, binny, and cache go modules
34-
- uses: anchore/go-make/.github/actions/setup@88c36505984649108439f13fb35dcaea4ce61d94 # v0.4.0
34+
- uses: anchore/go-make/.github/actions/setup@9de27be11ed73e2f9d5406a836a492b7d8aa1225 # v0.5.0
3535

3636
- name: Run unit tests
3737
run: make unit

0 commit comments

Comments
 (0)