Skip to content

Commit

Permalink
🌱 .github: Audit CodeQL egress with harden-runner (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan authored Mar 15, 2022
1 parent c8af71c commit c8acf36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
language: [ 'go','javascript' ]

steps:
- name: Harden Runner
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v2.3.4

Expand Down

0 comments on commit c8acf36

Please sign in to comment.