Skip to content

Commit 0b22a58

Browse files
chore: pin GitHub Actions to commit SHA
1 parent 8fb5881 commit 0b22a58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ""
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2121
- name: Shellcheck
2222
env:
2323
GH_TOKEN: ${{ github.token }}
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
timeout-minutes: 5
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3636
- name: Install rootless
3737
env:
3838
GH_TOKEN: ${{ github.token }}

.github/workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313

1414
- name: Diff stable
1515
env:

0 commit comments

Comments
 (0)