Skip to content

Commit 5bb0c4f

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update actions/checkout action to v4.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a68ba3 commit 5bb0c4f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
objects.githubusercontent.com:443
3131
3232
- name: Checkout repository
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434
with:
3535
persist-credentials: false
3636

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github.com:443
4242
nodejs.org:443
4343
registry.npmjs.org:443
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js ${{ matrix.node-version }}
@@ -68,7 +68,7 @@ jobs:
6868
github.com:443
6969
nodejs.org:443
7070
registry.npmjs.org:443
71-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7272
with:
7373
persist-credentials: false
7474
- name: Use Node.js 20
@@ -96,7 +96,7 @@ jobs:
9696
allowed-endpoints: >
9797
github.com:443
9898
registry.npmjs.org:443
99-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -132,7 +132,7 @@ jobs:
132132
allowed-endpoints: >
133133
github.com:443
134134
registry.npmjs.org:443
135-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
136136
with:
137137
persist-credentials: false
138138
- name: Use Node.js 20

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rekor.sigstore.dev:443
4848
tuf-repo-cdn.sigstore.dev:443
4949
www.bestpractices.dev:443
50-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151
with:
5252
persist-credentials: false
5353

0 commit comments

Comments
 (0)