|
20 | 20 | checkinstall: |
21 | 21 | runs-on: ubuntu-slim |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 23 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
24 | 24 | with: |
25 | 25 | fetch-depth: 2 |
26 | 26 | persist-credentials: false |
|
36 | 36 | formatting: |
37 | 37 | runs-on: ubuntu-slim |
38 | 38 | steps: |
39 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 39 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
40 | 40 | with: |
41 | 41 | fetch-depth: 2 |
42 | 42 | persist-credentials: false |
|
48 | 48 | conditional-inclusion: |
49 | 49 | runs-on: ubuntu-slim |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 51 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
52 | 52 | with: |
53 | 53 | fetch-depth: 2 |
54 | 54 | persist-credentials: false |
|
81 | 81 | CXXFLAGS: -Wall -Wextra -Werror ${{ matrix.isax }} |
82 | 82 | INTEL_TARGET: ${{ matrix.target }} |
83 | 83 | steps: |
84 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 84 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
85 | 85 | with: |
86 | 86 | submodules: recursive |
87 | 87 | persist-credentials: false |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | CFLAGS: -Wall -Wextra -Werror -march=bdver2 |
128 | 128 | CXXFLAGS: -Wall -Wextra -Werror -march=bdver2 |
129 | 129 | steps: |
130 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 130 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
131 | 131 | with: |
132 | 132 | submodules: recursive |
133 | 133 | persist-credentials: false |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | - "32-relaxed" |
171 | 171 | - "64-relaxed" |
172 | 172 | steps: |
173 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 173 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
174 | 174 | with: |
175 | 175 | submodules: recursive |
176 | 176 | persist-credentials: false |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | CFLAGS: -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING -Wall -Wextra -Werror -pedantic |
213 | 213 | CXXFLAGS: -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING -Wall -Wextra -Werror -pedantic |
214 | 214 | steps: |
215 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 215 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
216 | 216 | with: |
217 | 217 | submodules: recursive |
218 | 218 | persist-credentials: false |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | CFLAGS: -march=native -Wall -Wextra -Werror |
254 | 254 | CXXFLAGS: -march=native -Wall -Wextra -Werror |
255 | 255 | steps: |
256 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 256 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
257 | 257 | with: |
258 | 258 | submodules: recursive |
259 | 259 | persist-credentials: false |
@@ -375,7 +375,7 @@ jobs: |
375 | 375 | format('{0}-g++-{1}', matrix.gcc, matrix.version) |
376 | 376 | ) }} |
377 | 377 | steps: |
378 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 378 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
379 | 379 | with: |
380 | 380 | submodules: recursive |
381 | 381 | persist-credentials: false |
@@ -464,7 +464,7 @@ jobs: |
464 | 464 | # distro: ubuntu-24.04 |
465 | 465 | runs-on: ${{ matrix.distro }} |
466 | 466 | steps: |
467 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 467 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
468 | 468 | with: |
469 | 469 | submodules: recursive |
470 | 470 | persist-credentials: false |
@@ -521,7 +521,7 @@ jobs: |
521 | 521 | distro: ubuntu-24.04 |
522 | 522 | runs-on: ${{ matrix.distro }} |
523 | 523 | steps: |
524 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 524 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
525 | 525 | with: |
526 | 526 | submodules: recursive |
527 | 527 | persist-credentials: false |
@@ -578,7 +578,7 @@ jobs: |
578 | 578 | distro: ubuntu-24.04 |
579 | 579 | runs-on: ${{ matrix.distro }} |
580 | 580 | steps: |
581 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 581 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
582 | 582 | with: |
583 | 583 | submodules: recursive |
584 | 584 | persist-credentials: false |
@@ -650,7 +650,7 @@ jobs: |
650 | 650 | distro: ubuntu-24.04 |
651 | 651 | runs-on: ${{ matrix.distro }} |
652 | 652 | steps: |
653 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 653 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
654 | 654 | with: |
655 | 655 | submodules: recursive |
656 | 656 | persist-credentials: false |
@@ -866,7 +866,7 @@ jobs: |
866 | 866 | matrix.plain == true, '-Wall -Weverything -Werror', |
867 | 867 | '-march=native -Wall -Weverything -Werror') }} -fno-lax-vector-conversions |
868 | 868 | steps: |
869 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 869 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
870 | 870 | with: |
871 | 871 | submodules: recursive |
872 | 872 | persist-credentials: false |
@@ -958,7 +958,7 @@ jobs: |
958 | 958 | CFLAGS: ${{ matrix.arch_flags }} -Wall -Weverything -Werror -Wno-complex-component-init |
959 | 959 | CXXFLAGS: ${{ matrix.arch_flags }} -Wall -Weverything -Werror -Wno-complex-component-init |
960 | 960 | steps: |
961 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 961 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
962 | 962 | with: |
963 | 963 | submodules: recursive |
964 | 964 | persist-credentials: false |
@@ -994,7 +994,7 @@ jobs: |
994 | 994 | CFLAGS: -Wall -Werror -march=native -fp-model precise |
995 | 995 | CXXFLAGS: -Wall -Werror -march=native -fp-model precise |
996 | 996 | steps: |
997 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 997 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
998 | 998 | with: |
999 | 999 | persist-credentials: false |
1000 | 1000 | - name: CPU Information |
|
0 commit comments