Skip to content

Commit f720acb

Browse files
build(deps): bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `github/codeql-action` from 4.31.10 to 4.32.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...b20883b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a21e4e commit f720acb

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
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: 18 additions & 18 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,10 +175,10 @@ 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
@@ -243,10 +243,10 @@ 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
@@ -318,10 +318,10 @@ 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
@@ -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,10 +568,10 @@ 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
@@ -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

.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)