|
45 | 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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 |
| 48 | + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 |
49 | 49 | - name: Login to GitHub Container Registry |
50 | 50 | uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 |
51 | 51 | with: |
|
59 | 59 | password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} |
60 | 60 | - name: Generate images meta |
61 | 61 | id: meta |
62 | | - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 |
| 62 | + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.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@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 |
| 71 | + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.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@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2 |
| 82 | + - uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 |
83 | 83 | - name: Sign images |
84 | 84 | env: |
85 | 85 | COSIGN_EXPERIMENTAL: 1 |
|
92 | 92 | mkdir -p config/release |
93 | 93 | kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml |
94 | 94 | kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml |
95 | | - - uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0 |
| 95 | + - uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4 |
96 | 96 | - name: Create release and SBOM |
97 | 97 | id: run-goreleaser |
98 | 98 | if: startsWith(github.ref, 'refs/tags/v') |
|
0 commit comments