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 5a85525 commit 4307e88Copy full SHA for 4307e88
.github/workflows/publish.yaml
@@ -28,13 +28,14 @@ jobs:
28
working-directory: ./docs
29
steps:
30
- name: Checkout docs
31
- uses: actions/checkout@v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
with:
33
repository: mindersec/minder
34
35
- - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
36
+
37
- node-version: 18
38
+ node-version: 24
39
40
- name: Install dependencies
41
run: npm ci
0 commit comments