We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8e2c32 + 593159d commit 17b9b28Copy full SHA for 17b9b28
.github/workflows/codeql-analysis.yml
@@ -38,6 +38,8 @@ jobs:
38
39
steps:
40
- uses: step-security/harden-runner@v1
41
+ with:
42
+ egress-policy: audit
43
- name: Checkout repository
44
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
45
.github/workflows/scorecard-analysis.yml
@@ -23,6 +23,9 @@ jobs:
23
runs-on: ubuntu-latest
24
25
26
27
28
+
29
- name: "Checkout code"
30
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
31
0 commit comments