We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8549e3 commit 2090a48Copy full SHA for 2090a48
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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