We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c170 commit e4c0c04Copy full SHA for e4c0c04
.github/workflows/dependency-review.yml
@@ -14,11 +14,6 @@ jobs:
14
dependency-review:
15
runs-on: ubuntu-latest
16
steps:
17
- - name: Harden Runner
18
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
19
- with:
20
- egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
21
-
22
- name: 'Checkout Repository'
23
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
- name: 'Dependency Review'
0 commit comments