Skip to content

Commit

Permalink
Restore the harden-runner step.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhuggett authored Oct 18, 2023
1 parent 84eb971 commit cc57c8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
CLANG_VERSION: 14

steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: audit

- name: Install clang
run: |
if ! command -v "clang++-${{ env.CLANG_VERSION }}"
Expand Down

0 comments on commit cc57c8d

Please sign in to comment.