@@ -34,13 +34,13 @@ jobs:
3434 id : buildx
3535 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3636 - name : Setup Syft
37- uses : anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
37+ uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
3838 - name : Setup Cosign
39- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
39+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
4040 with :
4141 cosign-release : v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
4242 - name : Setup Kustomize
43- uses : fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
43+ uses : fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
4444 - name : Login to GitHub Container Registry
4545 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4646 with :
6161 run : |
6262 kustomize build manifests/crds > all-crds.yaml
6363 - name : Generate OpenAPI JSON schemas from CRDs
64- uses : fluxcd/pkg/actions/crdjsonschema@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
64+ uses : fluxcd/pkg/actions/crdjsonschema@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
6565 with :
6666 crd : all-crds.yaml
6767 output : schemas
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105 - name : Setup Kustomize
106- uses : fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
106+ uses : fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
107107 - name : Setup Flux CLI
108108 uses : ./action/
109109 with :
@@ -148,7 +148,7 @@ jobs:
148148 --path="./flux-system" \
149149 --source=${{ github.repositoryUrl }} \
150150 --revision="${{ github.ref_name }}@sha1:${{ github.sha }}"
151- - uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
151+ - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
152152 with :
153153 cosign-release : v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
154154 - name : Sign manifests
0 commit comments