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 5870886 commit eb7d871Copy full SHA for eb7d871
testfiles/secureworkflow/output/oneJob.yml
@@ -33,4 +33,11 @@ jobs:
33
- uses: github/super-linter@34b2f8032d759425f6b42ea2e52231b33ae05401 # v3.17.1
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- DISABLE_ERRORS: true
+ DISABLE_ERRORS: true
37
+ - uses: step-security/actions-cache/restore@d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0a1b2c3 # v1.0.0
38
+ with:
39
+ path: ~/.npm
40
+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
41
+ restore-keys: |
42
+ ${{ runner.os }}-node-
43
+
0 commit comments