@@ -42,24 +42,24 @@ jobs:
42
42
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
43
43
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
44
44
- name : Setup QEMU
45
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
45
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
46
46
- name : Setup Docker Buildx
47
47
id : buildx
48
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
48
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
49
49
- name : Login to GitHub Container Registry
50
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
50
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
51
51
with :
52
52
registry : ghcr.io
53
53
username : fluxcdbot
54
54
password : ${{ secrets.GHCR_TOKEN }}
55
55
- name : Login to Docker Hub
56
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
56
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
57
57
with :
58
58
username : fluxcdbot
59
59
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
60
60
- name : Generate images meta
61
61
id : meta
62
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
62
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
63
63
with :
64
64
images : |
65
65
fluxcd/${{ env.CONTROLLER }}
68
68
type=raw,value=${{ steps.prep.outputs.VERSION }}
69
69
- name : Publish images
70
70
id : build-push
71
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
71
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
72
72
with :
73
73
sbom : true
74
74
provenance : true
79
79
platforms : linux/amd64,linux/arm/v7,linux/arm64
80
80
tags : ${{ steps.meta.outputs.tags }}
81
81
labels : ${{ steps.meta.outputs.labels }}
82
- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
82
+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
83
83
- name : Sign images
84
84
env :
85
85
COSIGN_EXPERIMENTAL : 1
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
99
- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
99
+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
100
100
with :
101
101
version : latest
102
102
args : release --clean --skip=validate
@@ -123,7 +123,7 @@ jobs:
123
123
id-token : write # for creating OIDC tokens for signing.
124
124
contents : write # for uploading attestations to GitHub releases.
125
125
if : startsWith(github.ref, 'refs/tags/v')
126
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
126
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
127
127
with :
128
128
provenance-name : " provenance.intoto.jsonl"
129
129
base64-subjects : " ${{ needs.release.outputs.hashes }}"
@@ -136,7 +136,7 @@ jobs:
136
136
id-token : write # for creating OIDC tokens for signing.
137
137
packages : write # for uploading attestations.
138
138
if : startsWith(github.ref, 'refs/tags/v')
139
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
139
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
140
140
with :
141
141
image : ${{ needs.release.outputs.image_url }}
142
142
digest : ${{ needs.release.outputs.image_digest }}
@@ -151,7 +151,7 @@ jobs:
151
151
id-token : write # for creating OIDC tokens for signing.
152
152
packages : write # for uploading attestations.
153
153
if : startsWith(github.ref, 'refs/tags/v')
154
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
154
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
155
155
with :
156
156
image : ghcr.io/${{ needs.release.outputs.image_url }}
157
157
digest : ${{ needs.release.outputs.image_digest }}
0 commit comments