Skip to content

Commit 90ad747

Browse files
authored
Merge pull request #4787 from ornladios/dependabot/github_actions/all-actions-d96687fd42
build(deps): bump the all-actions group across 1 directory with 7 updates
2 parents 0626112 + 1588020 commit 90ad747

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: Backport
2020
steps:
21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.BACKPORT_TOKEN }}

.github/workflows/everything.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
outputs:
5555
num_code_changes: ${{ steps.get_code_changes.outputs.num_code_changes }}
5656
steps:
57-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
57+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
5858
with:
5959
fetch-depth: 0
6060
- name: Check for appropriately named topic branch
@@ -83,10 +83,10 @@ jobs:
8383
image: ghcr.io/ornladios/adios2:ci-formatting
8484

8585
steps:
86-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
86+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
8787
with:
8888
path: gha
89-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
89+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
9090
with:
9191
ref: ${{ github.event.pull_request.head.sha }}
9292
path: source
@@ -175,15 +175,15 @@ jobs:
175175
parallel: mpich
176176

177177
steps:
178-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
178+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
179179
with:
180180
path: gha
181-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
181+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
182182
with:
183183
ref: ${{ github.event.pull_request.head.sha }}
184184
path: source
185185
- name: Restore cache
186-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
186+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v4
187187
id: restore-cache
188188
with:
189189
path: .ccache
@@ -203,7 +203,7 @@ jobs:
203203
- name: Print ccache statistics
204204
run: ccache -s | tee $GITHUB_STEP_SUMMARY
205205
- name: Save cache
206-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
206+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4
207207
if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
208208
id: save-cache
209209
with:
@@ -243,15 +243,15 @@ jobs:
243243
parallel: [mpich]
244244

245245
steps:
246-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
246+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
247247
with:
248248
path: gha
249-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
249+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
250250
with:
251251
ref: ${{ github.event.pull_request.head.sha }}
252252
path: source
253253
- name: Restore cache
254-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
254+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v4
255255
id: restore-cache
256256
with:
257257
path: .ccache
@@ -271,7 +271,7 @@ jobs:
271271
- name: Print ccache statistics
272272
run: ccache -s
273273
- name: Save cache
274-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
274+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4
275275
if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
276276
id: save-cache
277277
with:
@@ -318,17 +318,17 @@ jobs:
318318
name: macos (${{ matrix.image }}, ${{ matrix.compiler}}, ${{ matrix.arch }}, ${{ matrix.shared }}, ${{ matrix.parallel }})
319319

320320
steps:
321-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
321+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
322322
with:
323323
path: gha
324-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
324+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
325325
with:
326326
ref: ${{ github.event.pull_request.head.sha }}
327327
path: source
328328
- name: Setup
329329
run: gha/scripts/ci/gh-actions/macos-setup.sh
330330
- name: Restore cache
331-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
331+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v4
332332
id: restore-cache
333333
with:
334334
path: .ccache
@@ -346,7 +346,7 @@ jobs:
346346
- name: Print ccache statistics
347347
run: ccache -s
348348
- name: Save cache
349-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
349+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4
350350
if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
351351
id: save-cache
352352
with:
@@ -395,10 +395,10 @@ jobs:
395395
shell: bash
396396

397397
steps:
398-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
398+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
399399
with:
400400
path: gha
401-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
401+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
402402
with:
403403
ref: ${{ github.event.pull_request.head.sha }}
404404
path: source
@@ -432,7 +432,7 @@ jobs:
432432
baseos: [ubuntu-bionic]
433433

434434
steps:
435-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
435+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
436436
with:
437437
ref: ${{ github.event.pull_request.head.sha }}
438438
path: ci-source
@@ -456,7 +456,7 @@ jobs:
456456
docker save -o ci-docker.tar ornladios/adios2:ci-tmp
457457
ls -lah ci-docker.tar
458458
- name: Upload
459-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
459+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
460460
with:
461461
retention-days: 1
462462
name: ci-docker ${{ matrix.baseos }} ${{ github.sha }}
@@ -509,14 +509,14 @@ jobs:
509509
shell: bash -c "docker exec adios2-ci bash --login -e $(echo {0} | sed 's|/home/runner/work|/__w|g')"
510510

511511
steps:
512-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
512+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
513513
if: ${{ matrix.repo != '' }}
514514
with:
515515
repository: ${{ matrix.repo }}
516516
ref: ${{ matrix.ref }}
517517
path: source
518518
- name: Download CI docker image
519-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
519+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
520520
with:
521521
name: ci-docker ubuntu-bionic ${{ github.sha }}
522522
- name: Initialize containers
@@ -568,14 +568,14 @@ jobs:
568568
language: [ 'cpp' ]
569569

570570
steps:
571-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
571+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
572572
with:
573573
path: gha
574-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
574+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
575575
with:
576576
ref: ${{ github.event.pull_request.head.sha }}
577577
path: source
578-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
578+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v4
579579
id: restore-cache
580580
with:
581581
path: .ccache
@@ -584,7 +584,7 @@ jobs:
584584
ccache-codeql
585585
- run: ccache -z
586586
- name: Initialize CodeQL
587-
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v3
587+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
588588
with:
589589
languages: ${{ matrix.language }}
590590
source-root: source
@@ -597,7 +597,7 @@ jobs:
597597
- name: Build
598598
run: gha/scripts/ci/gh-actions/run.sh build
599599
- name: Perform CodeQL Analysis
600-
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v3
600+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
601601
with:
602602
category: "/language:${{matrix.language}}"
603603
output: sarif-results
@@ -612,17 +612,17 @@ jobs:
612612
input: sarif-results/cpp.sarif
613613
output: sarif-results/cpp.sarif
614614
- name: Upload SARIF
615-
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v3
615+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
616616
with:
617617
sarif_file: sarif-results/cpp.sarif
618618
- name: Upload loc as a Build Artifact
619-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
619+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
620620
with:
621621
name: sarif-results
622622
path: sarif-results
623623
retention-days: 1
624624
- run: ccache -s | tee "${GITHUB_STEP_SUMMARY}"
625-
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
625+
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4
626626
if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
627627
id: save-cache
628628
with:

.github/workflows/external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
statuses: write
1515
steps:
16-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1717
- uses: Kitware/cdash-status@697751fc655b300a9e16e285f2e2ee981f59e45a # release
1818
with:
1919
project: ADIOS

.github/workflows/pypackaging.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
actions: write # for upload-artifact
4141
steps:
42-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
42+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
4343
with:
4444
fetch-depth: 0
4545

@@ -49,7 +49,7 @@ jobs:
4949
- name: Build SDist
5050
run: pipx run build --sdist
5151

52-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
52+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
5353
with:
5454
name: artifact_sdist
5555
path: dist/*.tar.gz
@@ -67,19 +67,19 @@ jobs:
6767
os: [ubuntu-latest]
6868

6969
steps:
70-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
70+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7171
with:
7272
fetch-depth: 0
7373

7474
- name: Generate common version file
7575
run: cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
7676

77-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v2.16
77+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v2.16
7878
env:
7979
CIBW_BUILD: cp*-manylinux_x86_64
8080

8181
- name: Upload wheels
82-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
82+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
8383
with:
8484
name: artifact_wheels
8585
path: wheelhouse/*.whl
@@ -99,7 +99,7 @@ jobs:
9999
github.event.action == 'published'
100100
)
101101
steps:
102-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
102+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
103103
with:
104104
path: dist
105105
merge-multiple: true
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
if: github.event_name == 'workflow_dispatch' && github.event.inputs.pypiServer == 'testpypi'
119119
steps:
120-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
120+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
121121
with:
122122
path: dist
123123
merge-multiple: true

.github/workflows/scorecard-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1919
with:
2020
persist-credentials: false
2121

@@ -27,7 +27,7 @@ jobs:
2727
publish_results: true
2828

2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
30+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
3131
with:
3232
name: SARIF file
3333
path: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write
1818
pull-requests: write
1919
steps:
20-
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v9
20+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v9
2121
with:
2222
stale-issue-message: 'This issue is stale because it has been 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
2323
stale-pr-message: 'This PR is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 30 days.'

0 commit comments

Comments
 (0)