Skip to content

Commit 30a41bc

Browse files
committed
chore: update actions/checkout action to v4.1.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8305f8 commit 30a41bc

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
44+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
71+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
99+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
135+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
50+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
5151
with:
5252
persist-credentials: false
5353

0 commit comments

Comments
 (0)