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 8fb5881 commit 0b22a58Copy full SHA for 0b22a58
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- ""
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
21
- name: Shellcheck
22
env:
23
GH_TOKEN: ${{ github.token }}
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
timeout-minutes: 5
34
35
36
- name: Install rootless
37
38
.github/workflows/diff.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
11
- name: Checkout code
12
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13
14
- name: Diff stable
15
0 commit comments