Skip to content

Commit 87281d8

Browse files
committed
Add harden runner with audit
1 parent c0711ab commit 87281d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
permissions:
106106
pull-requests: write # To comment on a Pull Request
107107
steps:
108+
- name: Harden Runner
109+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
110+
with:
111+
disable-sudo: true
112+
egress-policy: audit
113+
108114
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109115
with:
110116
submodules: true

0 commit comments

Comments
 (0)