We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8549e3 commit 5ec4edeCopy full SHA for 5ec4ede
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/eslint.yml
@@ -18,7 +18,7 @@ jobs:
18
security-events: write
19
20
- name: Checkout code
21
22
23
- name: Install packages
24
run: |
0 commit comments