We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952de12 commit 1ae29f3Copy full SHA for 1ae29f3
.github/workflows/test.yml
@@ -1,10 +1,18 @@
1
name: Test
2
on: [push, pull_request]
3
4
+permissions:
5
+ contents: read
6
+
7
jobs:
8
test:
9
runs-on: ubuntu-latest
10
11
steps:
- - uses: actions/checkout@v2
12
+ - name: Harden the runner (Audit all outbound calls)
13
+ uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
14
+ with:
15
+ egress-policy: audit
16
17
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
18
- run: npm cit
0 commit comments