File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 contents : read
1818 steps :
1919 - name : Harden the runner (audit all outbound calls)
20- uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
20+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
2121 with :
2222 egress-policy : audit
2323 - name : Checkout
4646 contents : read
4747 steps :
4848 - name : Harden the runner (audit all outbound calls)
49- uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
49+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
5050 with :
5151 egress-policy : audit
5252 - name : Checkout
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
2525 language : ['javascript-typescript']
2626 steps :
2727 - name : Harden the runner (audit all outbound calls)
28- uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
28+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
2929 with :
3030 egress-policy : audit
3131 - name : Checkout repository
3232 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333 with :
3434 persist-credentials : false
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
36+ uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3737 with :
3838 languages : ${{ matrix.language }}
3939 config-file : ./.github/codeql/codeql-config.yml
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
41+ uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
Original file line number Diff line number Diff line change 3535 pull-requests : read # map merged commits to their PRs
3636 steps :
3737 - name : Harden the runner (audit all outbound calls)
38- uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
38+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
3939 with :
4040 egress-policy : audit
4141 - name : Checkout code
5959 path : results.sarif
6060 retention-days : 5
6161 - name : Upload to code-scanning
62- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
62+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
6363 with :
6464 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1313 contents : write # to attach .sigstore bundles to the release
1414 id-token : write # OIDC for keyless signing
1515 steps :
16- - uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
16+ - uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
1717 with :
1818 egress-policy : audit
1919 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Original file line number Diff line number Diff line change 1414 id-token : write
1515 attestations : write
1616 steps :
17- - uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
17+ - uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
1818 with :
1919 egress-policy : audit
2020 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
You can’t perform that action at this time.
0 commit comments