File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372372 severity : " CRITICAL,HIGH"
373373 - name : Upload Trivy scan results to GitHub Security tab
374374 if : always()
375- uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
375+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
376376 with :
377377 sarif_file : " trivy-results.sarif"
378378 category : " ${{ matrix.image }}"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
25+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626 with :
2727 python-version : " 3.14"
2828 cache : " pip"
Original file line number Diff line number Diff line change 2727 skip-commit : true
2828 skip-tag : true
2929 output-file : " false"
30- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
30+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3131 if : ${{ steps.changelog.outputs.skipped == 'false' }}
3232 with :
3333 python-version : " 3.14"
You can’t perform that action at this time.
0 commit comments