30
30
packages : write # needed for ghcr access
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
34
34
- name : Setup Kustomize
35
35
uses : fluxcd/pkg/actions/kustomize@main
36
36
- name : Prepare
@@ -49,17 +49,17 @@ jobs:
49
49
**/go.sum
50
50
**/go.mod
51
51
- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
52
- - uses : docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1 .0
52
+ - uses : docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2 .0
53
53
- uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
54
54
- uses : anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
55
55
- name : Docker login ghcr.io
56
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
56
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
57
57
with :
58
58
registry : ghcr.io
59
59
username : fluxcdbot
60
60
password : ${{ secrets.GHCR_TOKEN }}
61
61
- name : Docker login docker.io
62
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
62
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
63
63
with :
64
64
username : fluxcdbot
65
65
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
73
73
tags : |
74
74
type=raw,value=${{ steps.prep.outputs.version }}
75
75
- name : Docker push
76
- uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
76
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
77
77
id : build-push
78
78
with :
79
79
sbom : true
@@ -121,7 +121,7 @@ jobs:
121
121
actions : read # To read the workflow path.
122
122
id-token : write # To sign the provenance.
123
123
contents : write # To add assets to the release.
124
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9 .0
124
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
125
125
with :
126
126
base64-subjects : " ${{ needs.release.outputs.hashes }}"
127
127
upload-assets : true
@@ -132,7 +132,7 @@ jobs:
132
132
actions : read # for detecting the Github Actions environment.
133
133
id-token : write # for creating OIDC tokens for signing.
134
134
packages : write # for uploading attestations.
135
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9 .0
135
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10 .0
136
136
with :
137
137
image : ${{ needs.release.outputs.image_url }}
138
138
digest : ${{ needs.release.outputs.image_digest }}
@@ -146,7 +146,7 @@ jobs:
146
146
actions : read # for detecting the Github Actions environment.
147
147
id-token : write # for creating OIDC tokens for signing.
148
148
packages : write # for uploading attestations.
149
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9 .0
149
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10 .0
150
150
with :
151
151
image : ghcr.io/${{ needs.release.outputs.image_url }}
152
152
digest : ${{ needs.release.outputs.image_digest }}
0 commit comments