Skip to content

Commit e30dda7

Browse files
ci: update action actions/checkout from 11bd719 to 34e1148
1 parent 1e5c384 commit e30dda7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
3434
- name: Git checkout
3535
if: github.event_name == 'push'
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3737
with:
3838
fetch-depth: 1
3939
sparse-checkout: .
4040
persist-credentials: false
4141

4242
- name: Git checkout (full-history)
4343
if: github.event_name == 'pull_request'
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4545
with:
4646
fetch-depth: 0
4747
sparse-checkout: .
@@ -80,7 +80,7 @@ jobs:
8080
github.com:443
8181
8282
- name: Git checkout
83-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
8484
with:
8585
fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 2 }}
8686
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -123,7 +123,7 @@ jobs:
123123
registry.npmjs.org:443
124124
125125
- name: Git checkout
126-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
126+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
127127
with:
128128
persist-credentials: false
129129

@@ -156,7 +156,7 @@ jobs:
156156
storage.googleapis.com:443
157157
158158
- name: Git checkout
159-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
160160
with:
161161
persist-credentials: false
162162

@@ -199,7 +199,7 @@ jobs:
199199
registry.npmjs.org:443
200200
201201
- name: Git checkout
202-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
203203
with:
204204
persist-credentials: false
205205

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uploads.github.com:443
4545
4646
- name: Git checkout
47-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4848
with:
4949
persist-credentials: false
5050

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uploads.github.com:443
4141
4242
- name: Git checkout (full-history)
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: true

0 commit comments

Comments
 (0)