Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down