Skip to content

Commit 57cc550

Browse files
chore(actions)(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [distroless/actions](https://github.com/distroless/actions) | `1.0.0` | `1.0.6` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2` | `3` | | [anchore/scan-action](https://github.com/anchore/scan-action) | `6` | `7` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `distroless/actions` from 1.0.0 to 1.0.6 - [Release notes](https://github.com/distroless/actions/releases) - [Changelog](https://github.com/chainguard-images/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-images/actions@v1.0.0...v1.0.6) Updates `actions/attest-build-provenance` from 2 to 3 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2...v3) Updates `anchore/scan-action` from 6 to 7 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@v6...v7) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: distroless/actions dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: anchore/scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcc75d8 commit 57cc550

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: imjasonh/[email protected]
5959
- uses: sigstore/cosign-installer@v3
6060
- name: Checkout
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
- name: Set Vars
6464
id: vars
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Publish image
9090
id: apko
91-
uses: distroless/actions/[email protected].0
91+
uses: distroless/actions/[email protected].7
9292
with:
9393
config: ${{ inputs.config-dir }}/${{ inputs.target }}.yaml
9494
tag: ${{ steps.vars.outputs.image }}
@@ -158,7 +158,7 @@ jobs:
158158
159159
- if: steps.vars.outputs.registry == 'ghcr.io'
160160
name: Attest build provenance
161-
uses: actions/attest-build-provenance@v2
161+
uses: actions/attest-build-provenance@v3
162162
with:
163163
subject-name: ${{ steps.vars.outputs.registry }}/${{ inputs.repository }}
164164
subject-digest: ${{ steps.digest.outputs.digest }}
@@ -189,11 +189,11 @@ jobs:
189189
runs-on: ubuntu-latest
190190
steps:
191191
- name: Checkout
192-
uses: actions/checkout@v4
192+
uses: actions/checkout@v5
193193

194194
- name: Scan image
195195
id: scan
196-
uses: anchore/scan-action@v6
196+
uses: anchore/scan-action@v7
197197
with:
198198
image: ${{ needs.publish.outputs.image }}
199199
cache-db: true
@@ -202,7 +202,7 @@ jobs:
202202
#grype-version: v0.87.0
203203

204204
- name: Upload SARIF
205-
uses: github/codeql-action/upload-sarif@v3
205+
uses: github/codeql-action/upload-sarif@v4
206206
with:
207207
sarif_file: ${{ steps.scan.outputs.sarif }}
208208
category: ${{ github.workflow }}

0 commit comments

Comments
 (0)