File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ jobs:
2525
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
28+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2929 with :
3030 egress-policy : audit
3131
3232 - name : Checkout repository
3333 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
36+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
3737 with :
3838 languages : python
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
41+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
4242 with :
4343 category : " /language:python"
Original file line number Diff line number Diff line change 2424 steps :
2525
2626 - name : Harden Runner
27- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2828 with :
2929 egress-policy : audit
3030
5151 run : python3 -m pytest --cov=staged_script example/ test/
5252
5353 - name : Upload coverage reports to Codecov
54- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
54+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
5555 env :
5656 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5757
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
81+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
8282 with :
8383 egress-policy : audit
8484
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Harden Runner
12- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
12+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1313 with :
1414 egress-policy : audit
1515
1616 - name : ' Checkout Repository'
1717 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4 .0
20+ uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2828 with :
2929 egress-policy : audit
3030
5353 retention-days : 5
5454
5555 - name : " Upload to code-scanning dashboard"
56- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
56+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2222 with :
2323 egress-policy : audit
2424
You can’t perform that action at this time.
0 commit comments