File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5858
5959 steps :
6060 - name : Harden Runner
61- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
61+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
6262 with :
6363 egress-policy : audit
6464 disable-telemetry : true
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
71+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7272 with :
7373 languages : ${{ matrix.language }}
7474 # If you wish to specify custom queries, you can do so here or in a config file.
7878 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7979 # If this step fails, then you should remove it and run the build manually (see below)
8080 - name : Autobuild
81- uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
81+ uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
8282
8383 # ℹ️ Command-line programs to run using the OS shell.
8484 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9191 # ./location_of_script_within_repo/buildscript.sh
9292
9393 - name : Perform CodeQL Analysis
94- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
94+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
9595 with :
9696 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Harden Runner
39- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
39+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
4040 with :
4141 egress-policy : audit
4242 disable-telemetry : true
7171 # run: ./hack/validate-acceptable-bundles.sh
7272
7373 - name : Upload test coverage report
74- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
74+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
7575 if : always()
7676 env :
7777 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Harden Runner
39- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
39+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
4040 with :
4141 egress-policy : audit
4242 disable-telemetry : true
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Harden Runner
51- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
51+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
5252 with :
5353 egress-policy : audit
5454 disable-telemetry : true
8989
9090 # Upload the results to GitHub's code scanning dashboard.
9191 - name : " Upload to code-scanning"
92- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
92+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
9393 with :
9494 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments