4646 tag : ${{ steps.vars.outputs.tag }}
4747 steps :
4848 - name : Checkout Repository
49- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
49+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5050 with :
5151 ref : ${{ inputs.branch }}
5252
6868 contents : write
6969 steps :
7070 - name : Checkout Repository
71- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
71+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7272 with :
7373 ref : ${{ inputs.branch }}
7474 fetch-depth : 0
@@ -116,7 +116,7 @@ jobs:
116116 - 5000:5000
117117 steps :
118118 - name : Checkout Repository
119- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
119+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
120120 with :
121121 ref : ${{ inputs.branch }}
122122 fetch-depth : 0
@@ -136,7 +136,7 @@ jobs:
136136 chmod 600 $HOME/.netrc
137137
138138 - name : Setup QEMU
139- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
139+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
140140
141141 - name : Docker Buildx
142142 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Docker meta
179179 id : meta
180- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
180+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
181181 with :
182182 images : |
183183 name=nginx/nginx-prometheus-exporter,enable=true
@@ -193,7 +193,7 @@ jobs:
193193 DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
194194
195195 - name : Create/Update Draft
196- uses : lucacome/draft-release@fd099feb33710d1fa27b915a08a7acd6a1fb7fd2 # v2.0.0
196+ uses : lucacome/draft-release@0ebb400b90474a1b791602046abf8394e9f5402d # v2.0.2
197197 with :
198198 minor-label : " enhancement"
199199 major-label : " change"
@@ -212,20 +212,20 @@ jobs:
212212 - NGINX Plus R19 or newer.
213213
214214 - name : Download Syft
215- uses : anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
215+ uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
216216
217217 - name : Install Cosign
218218 uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
219219
220220 - name : Install Nix
221- uses : cachix/install-nix-action@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31
221+ uses : cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
222222 with :
223223 github_access_token : ${{ secrets.GITHUB_TOKEN }}
224224
225225 - name : Run GoReleaser
226226 uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
227227 with :
228- version : v2.12.5 # renovate: datasource=github-tags depName=goreleaser/goreleaser
228+ version : v2.13.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
229229 args : ${{ inputs.dry_run && 'build --snapshot' || 'release' }} --clean ${{ inputs.goreleaser_args }}
230230 env :
231231 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -276,7 +276,7 @@ jobs:
276276 if : ${{ !inputs.dry_run }}
277277
278278 - name : Upload scan result to GitHub Security tab
279- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
279+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
280280 continue-on-error : true
281281 with :
282282 sarif_file : ${{ steps.scan.outputs.sarif }}
0 commit comments