File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
2727
2828 steps :
2929 - name : Harden Runner
30- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
30+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3131 with :
3232 egress-policy : audit
3333
3434 - name : Checkout repository
3535 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
38+ uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
3939 with :
4040 languages : ${{ matrix.language }}
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
43+ uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
4444 with :
4545 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2323 steps :
2424
2525 - name : Harden Runner
26- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
26+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2727 with :
2828 egress-policy : audit
2929
5555 command : python3 -m pytest --verbose --cov=shell_logger test/
5656
5757 - name : Upload coverage reports to Codecov
58- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
58+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
5959 env :
6060 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6161
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
81+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
12+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1313 with :
1414 egress-policy : audit
1515
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
27+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
56+ uses : github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
23+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2424 with :
2525 egress-policy : audit
2626
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
81+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
8282 with :
8383 egress-policy : audit
8484
You can’t perform that action at this time.
0 commit comments