|
30 | 30 | # | Item | Section in the right pane |
|
31 | 31 | # | ------------------------- | ------------------------------------- |
|
32 | 32 | # | OS, VM | Set up job |
|
33 |
| -# | git repo, commit hash | Run actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 | |
| 33 | +# | git repo, commit hash | Run actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | |
34 | 34 | # | gcc, tools | Environment info |
|
35 | 35 | #
|
36 | 36 | # - To fail earlier, order of tests in the same job are roughly sorted by
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | CC: ${{ matrix.cc }}
|
108 | 108 | CXX: ${{ matrix.cxx }}
|
109 | 109 | steps:
|
110 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 110 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
111 | 111 |
|
112 | 112 | - name: apt-get install
|
113 | 113 | run: |
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | name: Linux x64 check results consistency
|
176 | 176 | runs-on: ubuntu-latest
|
177 | 177 | steps:
|
178 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 178 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
179 | 179 |
|
180 | 180 | - name: Environment info
|
181 | 181 | run: |
|
@@ -223,7 +223,7 @@ jobs:
|
223 | 223 | CC: emcc
|
224 | 224 |
|
225 | 225 | steps:
|
226 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 226 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
227 | 227 |
|
228 | 228 | - name: Setup cache
|
229 | 229 | id: cache-system-libraries
|
@@ -267,7 +267,7 @@ jobs:
|
267 | 267 | name: Linux x64 misc tests
|
268 | 268 | runs-on: ubuntu-latest
|
269 | 269 | steps:
|
270 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 270 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
271 | 271 |
|
272 | 272 | - name: apt-get install
|
273 | 273 | run: |
|
@@ -314,7 +314,7 @@ jobs:
|
314 | 314 | name: Linux x64 cmake unofficial build test
|
315 | 315 | runs-on: ubuntu-latest
|
316 | 316 | steps:
|
317 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 317 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
318 | 318 |
|
319 | 319 | - name: Environment info
|
320 | 320 | run: |
|
@@ -416,7 +416,7 @@ jobs:
|
416 | 416 | XEMU: ${{ matrix.xemu }}
|
417 | 417 | MOREFLAGS: -Werror
|
418 | 418 | steps:
|
419 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 419 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
420 | 420 | - name: apt update & install (1)
|
421 | 421 | run: |
|
422 | 422 | sudo apt-get update
|
@@ -488,7 +488,7 @@ jobs:
|
488 | 488 | { os: macos-latest },
|
489 | 489 | ]
|
490 | 490 | steps:
|
491 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 491 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
492 | 492 |
|
493 | 493 | - name: Environment info
|
494 | 494 | run: |
|
@@ -529,7 +529,7 @@ jobs:
|
529 | 529 | arch: [ x64, Win32, ARM, ARM64 ]
|
530 | 530 |
|
531 | 531 | steps:
|
532 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 532 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
533 | 533 |
|
534 | 534 | - name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
|
535 | 535 | run: |
|
@@ -601,7 +601,7 @@ jobs:
|
601 | 601 | run:
|
602 | 602 | shell: msys2 {0}
|
603 | 603 | steps:
|
604 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 604 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
605 | 605 | - uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2
|
606 | 606 | with:
|
607 | 607 | msystem: MSYS
|
|
0 commit comments