From a056c3b2ed2faecc329b3df9b5bf08f71dc08439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 07:12:50 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [cross-platform-actions/action](https://github.com/cross-platform-actions/action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/c850b930e6ba138125429b7e5c93fc707a7f8427...65a9edc5881444af0b9093a5e628f2fe47ea3b2e) Updates `cross-platform-actions/action` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0) Updates `github/codeql-action` from 3.24.9 to 3.25.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/1b1aada464948af03b950897e5eb522f92603cc2...d39d31e687223d841ef683f52467bd88e9b21c14) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: cross-platform-actions/action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/abi-report.yml | 2 +- .github/workflows/arm64-auto.yml | 2 +- .github/workflows/arm64-fbsd-f-j.yml | 2 +- .github/workflows/arm64.yml | 2 +- .github/workflows/auto.yml | 2 +- .github/workflows/cmake-bintest.yml | 6 +++--- .github/workflows/cmake-ctest.yml | 12 ++++++------ .github/workflows/d.yml | 2 +- .github/workflows/fbsd-d.yml | 2 +- .github/workflows/fbsd-f-j.yml | 2 +- .github/workflows/fbsd-lf-j.yml | 2 +- .github/workflows/fbsd.yml | 2 +- .github/workflows/nbsd-f-j.yml | 2 +- .github/workflows/nbsd-f-sh.yml | 2 +- .github/workflows/nbsd-f.yml | 2 +- .github/workflows/nbsd.yml | 2 +- .github/workflows/ompi.yml | 2 +- .github/workflows/r.yml | 2 +- .github/workflows/release-files.yml | 26 +++++++++++++------------- .github/workflows/scorecard.yml | 2 +- 20 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml index 52355524aff..055f373031d 100644 --- a/.github/workflows/abi-report.yml +++ b/.github/workflows/abi-report.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Get published binary (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-ubuntu-2204_gcc-binary path: ${{ github.workspace }} diff --git a/.github/workflows/arm64-auto.yml b/.github/workflows/arm64-auto.yml index ad385370b8f..75058737f0d 100644 --- a/.github/workflows/arm64-auto.yml +++ b/.github/workflows/arm64-auto.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/arm64-fbsd-f-j.yml b/.github/workflows/arm64-fbsd-f-j.yml index 10d94abe3d8..3f1ad7cde36 100644 --- a/.github/workflows/arm64-fbsd-f-j.yml +++ b/.github/workflows/arm64-fbsd-f-j.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index f93a72502b0..facd0d2a687 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index b7e058416ec..3bb7470cffd 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml index 7c5c5c409dc..deed6335b5c 100644 --- a/.github/workflows/cmake-bintest.yml +++ b/.github/workflows/cmake-bintest.yml @@ -35,7 +35,7 @@ jobs: # Get files created by cmake-ctest script - name: Get published binary (Windows) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-vs2022_cl-${{ inputs.build_mode }}-binary path: ${{ github.workspace }}/hdf5 @@ -109,7 +109,7 @@ jobs: distribution: 'temurin' - name: Get published binary (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-ubuntu-2204_gcc-${{ inputs.build_mode }}-binary path: ${{ github.workspace }} @@ -161,7 +161,7 @@ jobs: distribution: 'temurin' - name: Get published binary (MacOS) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-osx12-${{ inputs.build_mode }}-binary path: ${{ github.workspace }} diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 1efe6ba5c43..20a121c29ff 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -62,7 +62,7 @@ jobs: # Get files created by release script - name: Get zip-tarball (Windows) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-tarball path: ${{ github.workspace }} @@ -146,7 +146,7 @@ jobs: # Get files created by release script - name: Get tgz-tarball (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-tarball path: ${{ github.workspace }} @@ -270,7 +270,7 @@ jobs: # Get files created by release script - name: Get tgz-tarball (MacOS) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-tarball path: ${{ github.workspace }} @@ -351,7 +351,7 @@ jobs: # Get files created by release script - name: Get tgz-tarball (Linux S3) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-tarball path: ${{ github.workspace }} @@ -432,7 +432,7 @@ jobs: # Get files created by release script - name: Get zip-tarball (Windows_intel) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-tarball path: ${{ github.workspace }} @@ -522,7 +522,7 @@ jobs: # Get files created by release script - name: Get tgz-tarball (Linux_intel) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-tarball path: ${{ github.workspace }} diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 6f2311f1f29..19cba2bcdb9 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/fbsd-d.yml b/.github/workflows/fbsd-d.yml index 5cb6eddfab9..6e702abf6ec 100644 --- a/.github/workflows/fbsd-d.yml +++ b/.github/workflows/fbsd-d.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} diff --git a/.github/workflows/fbsd-f-j.yml b/.github/workflows/fbsd-f-j.yml index 5832c242a51..82dd96b6dd2 100644 --- a/.github/workflows/fbsd-f-j.yml +++ b/.github/workflows/fbsd-f-j.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/fbsd-lf-j.yml b/.github/workflows/fbsd-lf-j.yml index 123aef1c78e..8e06981cfb4 100644 --- a/.github/workflows/fbsd-lf-j.yml +++ b/.github/workflows/fbsd-lf-j.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/fbsd.yml b/.github/workflows/fbsd.yml index af4708b892e..bf7d5cfe35c 100644 --- a/.github/workflows/fbsd.yml +++ b/.github/workflows/fbsd.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} diff --git a/.github/workflows/nbsd-f-j.yml b/.github/workflows/nbsd-f-j.yml index e6f6b77a647..e5fe9553e4e 100644 --- a/.github/workflows/nbsd-f-j.yml +++ b/.github/workflows/nbsd-f-j.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/nbsd-f-sh.yml b/.github/workflows/nbsd-f-sh.yml index b7c55335c48..984f9b518a8 100644 --- a/.github/workflows/nbsd-f-sh.yml +++ b/.github/workflows/nbsd-f-sh.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/nbsd-f.yml b/.github/workflows/nbsd-f.yml index 3ec659fc54f..2a1b2ad7f14 100644 --- a/.github/workflows/nbsd-f.yml +++ b/.github/workflows/nbsd-f.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/nbsd.yml b/.github/workflows/nbsd.yml index 12e2992589e..eecfc3bd4fe 100644 --- a/.github/workflows/nbsd.yml +++ b/.github/workflows/nbsd.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/ompi.yml b/.github/workflows/ompi.yml index 1a934a308fb..1e0e145fbc1 100644 --- a/.github/workflows/ompi.yml +++ b/.github/workflows/ompi.yml @@ -17,7 +17,7 @@ jobs: path: . - name: test - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index a41c77d3384..f4af55cfee3 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: FOO: A BAR: B diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 9c454414d8f..e8a7d065a71 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -73,7 +73,7 @@ jobs: # Get files created by tarball script - name: Get doxygen (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: docs-doxygen path: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen @@ -82,68 +82,68 @@ jobs: run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip ./${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen - name: Get tgz-tarball (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-tarball path: ${{ github.workspace }} - name: Get zip-tarball (Windows) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-tarball path: ${{ github.workspace }} # Get files created by cmake-ctest script - name: Get published binary (Windows) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-vs2022_cl-binary path: ${{ github.workspace }} - name: Get published binary (MacOS) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-osx12-binary path: ${{ github.workspace }} - name: Get published binary (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-ubuntu-2204_gcc-binary path: ${{ github.workspace }} - name: Get published deb binary (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: deb-ubuntu-2204_gcc-binary path: ${{ github.workspace }} - name: Get published rpm binary (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: rpm-ubuntu-2204_gcc-binary path: ${{ github.workspace }} - name: Get published binary (Linux S3) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-ubuntu-2204_gcc_s3-binary path: ${{ github.workspace }} - name: Get published binary (Windows_intel) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: zip-vs2022_intel-binary path: ${{ github.workspace }} - name: Get published binary (Linux_intel) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: tgz-ubuntu-2204_intel-binary path: ${{ github.workspace }} - name: Get published abi reports (Linux) - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: abi-reports path: ${{ github.workspace }} @@ -168,7 +168,7 @@ jobs: echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt - name: Get NEWSLETTER - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: NEWSLETTER path: ${{ github.workspace }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c7299c6aaeb..cf91bb30ab6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 with: sarif_file: results.sarif