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 e6f45bc commit 00f7b3dCopy full SHA for 00f7b3d
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
- name: Use Node
33
id: setup-node
@@ -75,7 +75,7 @@ jobs:
75
- test
76
77
78
79
80
81
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout repository
19
20
21
- name: Initialize CodeQL
22
uses: github/codeql-action/init@v2
0 commit comments