We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681a63b commit 3d13f97Copy full SHA for 3d13f97
.github/workflows/release.yml
@@ -13,11 +13,16 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
+ - name: Harden the runner (Audit all outbound calls)
17
+ uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
18
+ with:
19
+ egress-policy: audit
20
+
21
- name: Checkout repository
- uses: actions/checkout@v4
22
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23
24
- name: Setup Node.js
- uses: actions/setup-node@v4
25
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26
with:
27
node-version: "20"
28
cache: "npm"
0 commit comments