Skip to content

Commit d0b7e87

Browse files
committed
gh-actions: fix hashes
1 parent 1e87016 commit d0b7e87

7 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
actionlint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1111
with:
1212
persist-credentials: false
1313
- name: Check workflow files

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
checkinstall:
2121
runs-on: ubuntu-slim
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424
with:
2525
fetch-depth: 2
2626
persist-credentials: false
@@ -36,7 +36,7 @@ jobs:
3636
formatting:
3737
runs-on: ubuntu-slim
3838
steps:
39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
with:
4141
fetch-depth: 2
4242
persist-credentials: false
@@ -48,7 +48,7 @@ jobs:
4848
conditional-inclusion:
4949
runs-on: ubuntu-slim
5050
steps:
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5252
with:
5353
fetch-depth: 2
5454
persist-credentials: false
@@ -81,7 +81,7 @@ jobs:
8181
CXXFLAGS: -Wall -Wextra -Werror ${{ matrix.isax }}
8282
INTEL_TARGET: ${{ matrix.target }}
8383
steps:
84-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
84+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8585
with:
8686
submodules: recursive
8787
persist-credentials: false
@@ -127,7 +127,7 @@ jobs:
127127
CFLAGS: -Wall -Wextra -Werror -march=bdver2
128128
CXXFLAGS: -Wall -Wextra -Werror -march=bdver2
129129
steps:
130-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
130+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
131131
with:
132132
submodules: recursive
133133
persist-credentials: false
@@ -170,7 +170,7 @@ jobs:
170170
- "32-relaxed"
171171
- "64-relaxed"
172172
steps:
173-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
173+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
174174
with:
175175
submodules: recursive
176176
persist-credentials: false
@@ -212,7 +212,7 @@ jobs:
212212
CFLAGS: -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING -Wall -Wextra -Werror -pedantic
213213
CXXFLAGS: -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING -Wall -Wextra -Werror -pedantic
214214
steps:
215-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
215+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
216216
with:
217217
submodules: recursive
218218
persist-credentials: false
@@ -253,7 +253,7 @@ jobs:
253253
CFLAGS: -march=native -Wall -Wextra -Werror
254254
CXXFLAGS: -march=native -Wall -Wextra -Werror
255255
steps:
256-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
256+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
257257
with:
258258
submodules: recursive
259259
persist-credentials: false
@@ -375,7 +375,7 @@ jobs:
375375
format('{0}-g++-{1}', matrix.gcc, matrix.version)
376376
) }}
377377
steps:
378-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
378+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
379379
with:
380380
submodules: recursive
381381
persist-credentials: false
@@ -464,7 +464,7 @@ jobs:
464464
# distro: ubuntu-24.04
465465
runs-on: ${{ matrix.distro }}
466466
steps:
467-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
467+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
468468
with:
469469
submodules: recursive
470470
persist-credentials: false
@@ -521,7 +521,7 @@ jobs:
521521
distro: ubuntu-24.04
522522
runs-on: ${{ matrix.distro }}
523523
steps:
524-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
524+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
525525
with:
526526
submodules: recursive
527527
persist-credentials: false
@@ -578,7 +578,7 @@ jobs:
578578
distro: ubuntu-24.04
579579
runs-on: ${{ matrix.distro }}
580580
steps:
581-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
581+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
582582
with:
583583
submodules: recursive
584584
persist-credentials: false
@@ -650,7 +650,7 @@ jobs:
650650
distro: ubuntu-24.04
651651
runs-on: ${{ matrix.distro }}
652652
steps:
653-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
653+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
654654
with:
655655
submodules: recursive
656656
persist-credentials: false
@@ -866,7 +866,7 @@ jobs:
866866
matrix.plain == true, '-Wall -Weverything -Werror',
867867
'-march=native -Wall -Weverything -Werror') }} -fno-lax-vector-conversions
868868
steps:
869-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
869+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
870870
with:
871871
submodules: recursive
872872
persist-credentials: false
@@ -958,7 +958,7 @@ jobs:
958958
CFLAGS: ${{ matrix.arch_flags }} -Wall -Weverything -Werror -Wno-complex-component-init
959959
CXXFLAGS: ${{ matrix.arch_flags }} -Wall -Weverything -Werror -Wno-complex-component-init
960960
steps:
961-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
961+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
962962
with:
963963
submodules: recursive
964964
persist-credentials: false
@@ -994,7 +994,7 @@ jobs:
994994
CFLAGS: -Wall -Werror -march=native -fp-model precise
995995
CXXFLAGS: -Wall -Werror -march=native -fp-model precise
996996
steps:
997-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
997+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
998998
with:
999999
persist-credentials: false
10001000
- name: CPU Information

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm]
2727

2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
with:
3131
persist-credentials: false
3232

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232
with:
3333
persist-credentials: false
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
37+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3838
with:
3939
languages: ${{ matrix.language }}
4040
trap-caching: false
@@ -45,4 +45,4 @@ jobs:
4545
"$HOME/.local/bin/meson" setup build
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
48+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
no-tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
with:
1515
persist-credentials: false
1616
fetch-depth: 0
17-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
17+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818
- name: Filter Repository
1919
run: |
2020
pip install git-filter-repo
@@ -30,11 +30,11 @@ jobs:
3030
status:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
persist-credentials: false
3636
fetch-depth: 0
37-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
37+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
with:
3939
fetch-depth: 0
4040
repository: simd-everywhere/implementation-status

.github/workflows/gcc-snapshot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
CXXFLAGS: -Wall -Wextra -Werror ${{ matrix.isax }}
4040
INTEL_TARGET: ${{ matrix.target }}
4141
steps:
42-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
if: ${{ github.event_name != 'repository_dispatch' }}
4444
with:
4545
submodules: recursive
4646
persist-credentials: false
47-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848
if: ${{ github.event_name == 'repository_dispatch' }}
4949
with:
5050
submodules: recursive
@@ -94,12 +94,12 @@ jobs:
9494
CFLAGS: -Wall -Wextra -Werror -march=bdver2
9595
CXXFLAGS: -Wall -Wextra -Werror -march=bdver2
9696
steps:
97-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
97+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9898
if: ${{ github.event_name != 'repository_dispatch' }}
9999
with:
100100
submodules: recursive
101101
persist-credentials: false
102-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
102+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103103
if: ${{ github.event_name == 'repository_dispatch' }}
104104
with:
105105
submodules: recursive
@@ -143,12 +143,12 @@ jobs:
143143
CFLAGS: -march=native -Wall -Wextra -Werror
144144
CXXFLAGS: -march=native -Wall -Wextra -Werror
145145
steps:
146-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
146+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
147147
if: ${{ github.event_name != 'repository_dispatch' }}
148148
with:
149149
submodules: recursive
150150
persist-credentials: false
151-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
151+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152152
if: ${{ github.event_name == 'repository_dispatch' }}
153153
with:
154154
submodules: recursive
@@ -231,12 +231,12 @@ jobs:
231231
) }}
232232

233233
steps:
234-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
234+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
235235
if: ${{ github.event_name != 'repository_dispatch' }}
236236
with:
237237
submodules: recursive
238238
persist-credentials: false
239-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
239+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
240240
if: ${{ github.event_name == 'repository_dispatch' }}
241241
with:
242242
submodules: recursive
@@ -319,12 +319,12 @@ jobs:
319319
distro: ubuntu-24.04
320320
runs-on: ${{ matrix.distro }}
321321
steps:
322-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
322+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
323323
if: ${{ github.event_name != 'repository_dispatch' }}
324324
with:
325325
submodules: recursive
326326
persist-credentials: false
327-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
327+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
328328
if: ${{ github.event_name == 'repository_dispatch' }}
329329
with:
330330
submodules: recursive

.github/workflows/ossar-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Checkout your code repository to scan
2121
- name: Checkout repository
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# a pull request then we can checkout the head.
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Install dotnet, used by OSSAR
3535
- name: Install .NET
36-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
36+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3737
with:
3838
dotnet-version: '6.0.x'
3939

@@ -44,6 +44,6 @@ jobs:
4444

4545
# Upload results to the Security tab
4646
- name: Upload OSSAR results
47-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
47+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4848
with:
4949
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

0 commit comments

Comments
 (0)