We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2730b commit cafb827Copy full SHA for cafb827
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
os: [ ubuntu-latest, windows-latest, macOS-latest ]
27
steps:
28
- name: "Checkout"
29
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
with:
31
lfs: true
32
fetch-depth: 0
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Checkout repository
23
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
25
- name: Initialize CodeQL
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
0 commit comments