Skip to content

Commit b8067e1

Browse files
authored
Merge pull request #967 from Cyan4973/dependabot/github_actions/actions/checkout-4.2.0
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
2 parents 3e321b4 + 61318f1 commit b8067e1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# | Item | Section in the right pane |
3131
# | ------------------------- | ------------------------------------- |
3232
# | OS, VM | Set up job |
33-
# | git repo, commit hash | Run actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 |
33+
# | git repo, commit hash | Run actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 |
3434
# | gcc, tools | Environment info |
3535
#
3636
# - To fail earlier, order of tests in the same job are roughly sorted by
@@ -107,7 +107,7 @@ jobs:
107107
CC: ${{ matrix.cc }}
108108
CXX: ${{ matrix.cxx }}
109109
steps:
110-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
110+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
111111

112112
- name: apt-get install
113113
run: |
@@ -175,7 +175,7 @@ jobs:
175175
name: Linux x64 check results consistency
176176
runs-on: ubuntu-latest
177177
steps:
178-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
178+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
179179

180180
- name: Environment info
181181
run: |
@@ -223,7 +223,7 @@ jobs:
223223
CC: emcc
224224

225225
steps:
226-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
226+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
227227

228228
- name: Setup cache
229229
id: cache-system-libraries
@@ -267,7 +267,7 @@ jobs:
267267
name: Linux x64 misc tests
268268
runs-on: ubuntu-latest
269269
steps:
270-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
270+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
271271

272272
- name: apt-get install
273273
run: |
@@ -314,7 +314,7 @@ jobs:
314314
name: Linux x64 cmake unofficial build test
315315
runs-on: ubuntu-latest
316316
steps:
317-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
317+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
318318

319319
- name: Environment info
320320
run: |
@@ -416,7 +416,7 @@ jobs:
416416
XEMU: ${{ matrix.xemu }}
417417
MOREFLAGS: -Werror
418418
steps:
419-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
419+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
420420
- name: apt update & install (1)
421421
run: |
422422
sudo apt-get update
@@ -488,7 +488,7 @@ jobs:
488488
{ os: macos-latest },
489489
]
490490
steps:
491-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
491+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
492492

493493
- name: Environment info
494494
run: |
@@ -529,7 +529,7 @@ jobs:
529529
arch: [ x64, Win32, ARM, ARM64 ]
530530

531531
steps:
532-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
532+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
533533

534534
- name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
535535
run: |
@@ -601,7 +601,7 @@ jobs:
601601
run:
602602
shell: msys2 {0}
603603
steps:
604-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
604+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
605605
- uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2
606606
with:
607607
msystem: MSYS

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)