File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Setup Kustomize
18- uses : fluxcd/pkg/actions/kustomize@63d73fdd0da522e94a54cc3e93607226a433ccb0 # main
18+ uses : fluxcd/pkg/actions/kustomize@f3ad4b56adec90eb5661af565cdebec997ad4bfb # main
1919 - name : Setup QEMU
2020 uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
2121 - name : Setup Docker Buildx
Original file line number Diff line number Diff line change 1818 with :
1919 ref : ${{ github.event.pull_request.head.sha }}
2020 - name : Create backport PRs
21- uses : korthout/backport-action@3c06f323a58619da1e8522229ebc8d5de2633e46 # v4.3.0
21+ uses : korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
2222 # xref: https://github.com/korthout/backport-action#inputs
2323 with :
2424 # Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 **/go.sum
2626 **/go.mod
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
28+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
2929 with :
3030 languages : go
3131 queries : security-and-quality
3232 - name : Autobuild
33- uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
33+ uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3434 - name : Perform CodeQL Analysis
35- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
35+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3636 fossa :
3737 if : (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
3838 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4444 - name : Checkout
4545 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - name : Setup Kustomize
47- uses : fluxcd/pkg/actions/kustomize@63d73fdd0da522e94a54cc3e93607226a433ccb0 # main
47+ uses : fluxcd/pkg/actions/kustomize@f3ad4b56adec90eb5661af565cdebec997ad4bfb # main
4848 - name : Prepare
4949 id : prep
5050 env :
8585 type=raw,value=${{ steps.prep.outputs.VERSION }}
8686 - name : Publish images
8787 id : build-push
88- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
88+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
8989 with :
9090 sbom : true
9191 provenance : true
9696 platforms : linux/amd64,linux/arm/v7,linux/arm64
9797 tags : ${{ steps.meta.outputs.tags }}
9898 labels : ${{ steps.meta.outputs.labels }}
99- - uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
99+ - uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
100100 with :
101101 cosign-release : v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
102102 - name : Sign images
@@ -120,7 +120,7 @@ jobs:
120120 - name : Create release and SBOM
121121 id : run-goreleaser
122122 if : startsWith(github.ref, 'refs/tags/v')
123- uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
123+ uses : goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
124124 with :
125125 version : latest
126126 args : release --clean --skip=validate
You can’t perform that action at this time.
0 commit comments