Skip to content

Commit df0e567

Browse files
authored
Pin GitHub Actions (#230)
## Summary - Pin all GitHub Actions references to commit SHAs This pull request was AI-assisted by Isaac.
1 parent 2260866 commit df0e567

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
labels: linux-ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1919
with:
2020
fetch-depth: 0
2121
fetch-tags: true

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
labels: linux-ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2020
with:
2121
fetch-depth: 0
2222
fetch-tags: true

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- windows-latest
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3232
with:
3333
path: ./setup-cli
3434

@@ -55,7 +55,7 @@ jobs:
5555
- windows-latest
5656

5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5959
with:
6060
path: ./setup-cli
6161

@@ -84,7 +84,7 @@ jobs:
8484
- windows-latest
8585

8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
8888
with:
8989
path: ./setup-cli
9090

@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121

122122
steps:
123-
- uses: actions/checkout@v4
123+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
124124
with:
125125
path: ./setup-cli
126126

@@ -162,7 +162,7 @@ jobs:
162162
- windows-latest
163163

164164
steps:
165-
- uses: actions/checkout@v4
165+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
166166
with:
167167
path: ./setup-cli
168168

@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195

196196
steps:
197-
- uses: actions/checkout@v4
197+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
198198
with:
199199
path: ./setup-cli
200200

@@ -226,7 +226,7 @@ jobs:
226226
runs-on: ubuntu-latest
227227

228228
steps:
229-
- uses: actions/checkout@v3
229+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
230230
with:
231231
path: ./setup-cli
232232

0 commit comments

Comments
 (0)