Skip to content

Commit 3566e4a

Browse files
Merge pull request #6416
2 parents 6ef8a3d + 4f01526 commit 3566e4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: [18.x, 20.x, 22.x]
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
fetch-depth: 0
@@ -86,7 +86,7 @@ jobs:
8686
check: ['lint', 'format', 'commit-lint', 'dependencies', 'audit']
8787

8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
ref: ${{ github.event.pull_request.head.sha }}
9292

@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-22.04
135135

136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138138
with:
139139
ref: ${{ github.event.pull_request.head.sha }}
140140

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

228228
steps:
229-
- uses: actions/checkout@v4
229+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
230230
with:
231231
ref: ${{ github.event.pull_request.head.sha }}
232232
- name: Build BitGoJS Express Docker Image

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
continue-on-error: true
3030
with:
3131
ref: ${{ github.sha }}

.github/workflows/publish.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919

2020
- name: Setup Node
2121
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)