mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: integrate step-security/harden-runner in workflows (#15099)
Redoing #15097 Part of #14879
This commit is contained in:
@@ -36,6 +36,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'coder'
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
|
||||
with:
|
||||
egress-policy: audit
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user