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.
2 parents 72e2da4 + 96e7d77 commit 896c80dCopy full SHA for 896c80d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
os: [ubuntu-latest]
19
20
steps:
21
- - uses: actions/checkout@v4.1.4
+ - uses: actions/checkout@v4.1.5
22
with:
23
fetch-depth: 1
24
- uses: actions/setup-node@v4.0.0
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v4.1.4
+ uses: actions/checkout@v4.1.5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments