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 44459a3 commit 95ddf6dCopy full SHA for 95ddf6d
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 10
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
23
- name: Setup Node.js
24
uses: actions/setup-node@v4
.github/workflows/security.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: step-security/harden-runner@v2
31
with:
32
egress-policy: audit
33
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
34
- name: Install Trivy
35
run: |
36
if ! command -v trivy &>/dev/null; then
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
fetch-depth: 0
58
- name: Install gitleaks
0 commit comments