Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
#
# steps:
# - name: Harden Runner
# uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
# uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40
# with:
# disable-sudo: true
# egress-policy: block
Expand Down
Loading