Skip to content

Commit a6aa654

Browse files
ci: update action actions/checkout from 11bd719 to 08eba0b
1 parent 67ed316 commit a6aa654

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,7 +33,7 @@ jobs:
3333
3434
- name: Git checkout
3535
if: github.event_name == 'push'
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3737
with:
3838
fetch-depth: 1
3939
sparse-checkout: |
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Git checkout (full-history)
4545
if: github.event_name == 'pull_request'
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4747
with:
4848
fetch-depth: 0
4949
sparse-checkout: |
@@ -84,7 +84,7 @@ jobs:
8484
github.com:443
8585
8686
- name: Git checkout
87-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8888
with:
8989
fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 2 }}
9090
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -127,7 +127,7 @@ jobs:
127127
registry.npmjs.org:443
128128
129129
- name: Git checkout
130-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
131131
with:
132132
persist-credentials: false
133133

@@ -160,7 +160,7 @@ jobs:
160160
storage.googleapis.com:443
161161
162162
- name: Git checkout
163-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
163+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
164164
with:
165165
persist-credentials: false
166166

@@ -203,7 +203,7 @@ jobs:
203203
registry.npmjs.org:443
204204
205205
- name: Git checkout
206-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
206+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
207207
with:
208208
persist-credentials: false
209209

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: true

0 commit comments

Comments
 (0)