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 4c4a11f commit 776348dCopy full SHA for 776348d
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/dependency.yml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: 'Checkout Repository'
12
13
- name: 'Dependency Review'
14
uses: actions/dependency-review-action@v4
.github/workflows/eslint.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 'lts/*'
22
23
24
- name: Install dependencies
25
run: npm i
26
- name: Run ESLint
0 commit comments