We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8af71c commit c8acf36Copy full SHA for c8acf36
.github/workflows/codeql-analysis.yml
@@ -49,6 +49,11 @@ jobs:
49
language: [ 'go','javascript' ]
50
51
steps:
52
+ - name: Harden Runner
53
+ uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1
54
+ with:
55
+ egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56
+
57
- name: Checkout repository
58
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v2.3.4
59
0 commit comments