File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,19 +287,19 @@ jobs:
287287 runs-on : ubuntu-latest
288288 name : Generate SBOM
289289 steps :
290- - uses : actions/checkout@v6
290+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
291291 with :
292292 persist-credentials : false
293293
294- - uses : actions/setup-python@v6
294+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
295295 with :
296296 python-version : " 3.x"
297297
298298 - name : Generate CycloneDX SBOM
299299 run : python3 .github/generate-sbom.py
300300
301301 - name : Upload SBOM as workflow artifact
302- uses : actions/upload-artifact@v7
302+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
303303 with :
304304 name : sbom
305305 path : " *.cdx.json"
@@ -315,7 +315,7 @@ jobs:
315315 permissions :
316316 contents : write
317317 steps :
318- - uses : actions/download-artifact@v8
318+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
319319 with :
320320 name : sbom
321321 path : .
You can’t perform that action at this time.
0 commit comments