Skip to content

Commit 1e33025

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 664e158 commit 1e33025

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
101101
mtools ninja-build openssl libssl-dev python3 python3-pip lld
102102
103-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
104104
with:
105105
lfs: true
106106

@@ -150,7 +150,7 @@ jobs:
150150
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
151151
mtools ninja-build openssl libssl-dev python3 python3-pip lld
152152
153-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
153+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
154154
with:
155155
lfs: true
156156

@@ -189,7 +189,7 @@ jobs:
189189
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
190190
mtools ninja-build openssl libssl-dev python3 python3-pip lld
191191
192-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
192+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
193193
with:
194194
lfs: true
195195

@@ -228,7 +228,7 @@ jobs:
228228
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
229229
mtools ninja-build openssl libssl-dev python3 python3-pip lld
230230
231-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
231+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
232232
with:
233233
lfs: true
234234

@@ -267,7 +267,7 @@ jobs:
267267
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
268268
mtools ninja-build openssl libssl-dev python3 python3-pip lld
269269
270-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
270+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
271271
with:
272272
lfs: true
273273

@@ -306,7 +306,7 @@ jobs:
306306
clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \
307307
mtools ninja-build openssl libssl-dev python3 python3-pip lld
308308
309-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
309+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
310310
with:
311311
lfs: true
312312

@@ -347,7 +347,7 @@ jobs:
347347
mtools ninja-build openssl libssl-dev python3 python3-pip lld \
348348
build-essential gcc-multilib
349349
350-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
350+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
351351
with:
352352
lfs: true
353353

@@ -414,7 +414,7 @@ jobs:
414414
llvm-static make mesa-libgbm mtools ninja-build openssl \
415415
openssl-devel openssl-libs python3 python3-pip yamllint
416416
417-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
417+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
418418
with:
419419
lfs: true
420420

@@ -614,7 +614,7 @@ jobs:
614614
ispm.exe packages --install-bundle C:\simics-6-packages.ispm --non-interactive --trust-insecure-packages
615615
echo "Installed ISPM packages"
616616
617-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
617+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
618618
with:
619619
lfs: true
620620

@@ -670,7 +670,7 @@ jobs:
670670
with:
671671
egress-policy: audit
672672

673-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
673+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
674674
with:
675675
lfs: true
676676

@@ -727,7 +727,7 @@ jobs:
727727
with:
728728
egress-policy: audit
729729

730-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
730+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
731731
with:
732732
fetch-depth: 0
733733
lfs: false

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
egress-policy: audit
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt-get -y update && \
4444
sudo apt-get -y install curl
4545
46-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747

4848
- uses: dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
4949

.github/workflows/scans.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
with:
2626
fetch-depth: 0
2727
lfs: false
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
egress-policy: audit
107107

108-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
108+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
109109
with:
110110
fetch-depth: 0
111111
lfs: false
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
egress-policy: audit
144144

145-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
145+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
146146
with:
147147
fetch-depth: 0
148148
lfs: false
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
egress-policy: audit
168168

169-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
169+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
170170
with:
171171
fetch-depth: 0
172172
lfs: false
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
egress-policy: audit
192192

193-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
193+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
194194
with:
195195
fetch-depth: 0
196196
lfs: false
@@ -222,7 +222,7 @@ jobs:
222222
dnf -y install \
223223
g++ gcc git git-lfs glibc-devel make openssl openssl-devel openssl-libs
224224
225-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
225+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
226226
with:
227227
lfs: false
228228

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)