Skip to content

Commit 6435f83

Browse files
authored
Merge pull request #4824 from ornladios/dependabot/github_actions/all-actions-f4c41bbeb4
build(deps): bump the all-actions group across 1 directory with 3 updates
2 parents 044c817 + 95b7b98 commit 6435f83

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.BACKPORT_TOKEN }}

.github/workflows/everything.yml

Lines changed: 26 additions & 26 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
86+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
8787
with:
8888
path: gha
89-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
89+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
178+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
179179
with:
180180
path: gha
181-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
181+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
182182
with:
183183
ref: ${{ github.event.pull_request.head.sha }}
184184
path: source
185185
- name: Restore cache
186-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
186+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
206+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
246+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
247247
with:
248248
path: gha
249-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
249+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
250250
with:
251251
ref: ${{ github.event.pull_request.head.sha }}
252252
path: source
253253
- name: Restore cache
254-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
254+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
274+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
321+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
322322
with:
323323
path: gha
324-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
324+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
331+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
349+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
398+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
399399
with:
400400
path: gha
401-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
401+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
435+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
436436
with:
437437
ref: ${{ github.event.pull_request.head.sha }}
438438
path: ci-source
@@ -509,7 +509,7 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
512+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
513513
if: ${{ matrix.repo != '' }}
514514
with:
515515
repository: ${{ matrix.repo }}
@@ -568,14 +568,14 @@ jobs:
568568
language: [ 'cpp' ]
569569

570570
steps:
571-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
571+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
572572
with:
573573
path: gha
574-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
574+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
575575
with:
576576
ref: ${{ github.event.pull_request.head.sha }}
577577
path: source
578-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
578+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
587+
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
600+
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3
601601
with:
602602
category: "/language:${{matrix.language}}"
603603
output: sarif-results
@@ -612,7 +612,7 @@ jobs:
612612
input: sarif-results/cpp.sarif
613613
output: sarif-results/cpp.sarif
614614
- name: Upload SARIF
615-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
615+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3
616616
with:
617617
sarif_file: sarif-results/cpp.sarif
618618
- name: Upload loc as a Build Artifact
@@ -622,7 +622,7 @@ jobs:
622622
path: sarif-results
623623
retention-days: 1
624624
- run: ccache -s | tee "${GITHUB_STEP_SUMMARY}"
625-
- uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
625+
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1717
- uses: Kitware/cdash-status@697751fc655b300a9e16e285f2e2ee981f59e45a # release
1818
with:
1919
project: ADIOS

.github/workflows/pypackaging.yml

Lines changed: 2 additions & 2 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4343
with:
4444
fetch-depth: 0
4545

@@ -67,7 +67,7 @@ jobs:
6767
os: [ubuntu-latest]
6868

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

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

0 commit comments

Comments
 (0)