Skip to content

Commit 2448f9b

Browse files
Bump the github-actions group with 12 updates (#5891)
Bumps the github-actions group with 12 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `5.0.0` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `5` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.0.2` | `2.6.1` | | [jlumbroso/free-disk-space](https://github.com/jlumbroso/free-disk-space) | `1.3.0` | `1.3.1` | | [robinraju/release-downloader](https://github.com/robinraju/release-downloader) | `1.11` | `1.12` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.3.2` | `2.3.3` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.2` | `2.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.7` | `3.30.5` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `6` |
1 parent c83b798 commit 2448f9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+157
-157
lines changed

.github/workflows/abi-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
FILE_DOTSMAIN=$(echo "${{ inputs.file_ref }}" | sed -r "s/([0-9]+)\.([0-9]+)\.([0-9]+).*/\1\.\2\.\3/")
4747
echo "HDF5R_DOTSMAIN=$FILE_DOTSMAIN" >> $GITHUB_OUTPUT
4848
49-
- uses: actions/checkout@v4.1.7
49+
- uses: actions/checkout@v5
5050

5151
- name: Get published binary (Linux)
52-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
52+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5353
with:
5454
name: tgz-ubuntu-2404_gcc-binary
5555
path: ${{ github.workspace }}

.github/workflows/analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Get files created by release script
5353
- name: Get tgz-tarball (Linux_coverage)
54-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
54+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5555
with:
5656
name: tgz-tarball
5757
path: ${{ github.workspace }}
@@ -152,7 +152,7 @@ jobs:
152152
153153
# Get files created by release script
154154
- name: Get tgz-tarball (Linux_Leak)
155-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
155+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
156156
with:
157157
name: tgz-tarball
158158
path: ${{ github.workspace }}
@@ -253,7 +253,7 @@ jobs:
253253
254254
# Get files created by release script
255255
- name: Get tgz-tarball (Linux_Address)
256-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
256+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
257257
with:
258258
name: tgz-tarball
259259
path: ${{ github.workspace }}
@@ -354,7 +354,7 @@ jobs:
354354
355355
# Get files created by release script
356356
- name: Get tgz-tarball (Linux_UndefinedBehavior)
357-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
357+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
358358
with:
359359
name: tgz-tarball
360360
path: ${{ github.workspace }}

.github/workflows/aocc.yml

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

2525
steps:
2626
- name: Get Sources
27-
uses: actions/checkout@v4.1.7
27+
uses: actions/checkout@v5
2828

2929
- name: Install Dependencies
3030
shell: bash

.github/workflows/arm-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6262
- name: Get Sources
63-
uses: actions/checkout@v4.1.7
63+
uses: actions/checkout@v5
6464

6565
# CONFIGURE
6666
- name: Configure
@@ -175,7 +175,7 @@ jobs:
175175

176176
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
177177
- name: Get Sources
178-
uses: actions/checkout@v4.1.7
178+
uses: actions/checkout@v5
179179

180180
# CONFIGURE
181181
- name: Configure
@@ -295,7 +295,7 @@ jobs:
295295
296296
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
297297
- name: Get Sources
298-
uses: actions/checkout@v4.1.7
298+
uses: actions/checkout@v5
299299

300300
# CONFIGURE
301301
- name: Configure

.github/workflows/bintest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: choco install ninja
2424

2525
- name: Set up JDK 19
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@v5
2727
with:
2828
java-version: '19'
2929
distribution: 'temurin'
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Get files created by cmake-ctest script
3535
- name: Get published binary (Windows)
36-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
36+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3737
with:
3838
name: zip-vs2022_cl-${{ inputs.build_mode }}-binary
3939
path: ${{ github.workspace }}/hdf5
@@ -101,13 +101,13 @@ jobs:
101101
sudo apt-get install ninja-build doxygen graphviz
102102
103103
- name: Set up JDK 19
104-
uses: actions/setup-java@v4
104+
uses: actions/setup-java@v5
105105
with:
106106
java-version: '19'
107107
distribution: 'temurin'
108108

109109
- name: Get published binary (Linux)
110-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
110+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
111111
with:
112112
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
113113
path: ${{ github.workspace }}
@@ -153,13 +153,13 @@ jobs:
153153
run: brew install ninja doxygen
154154

155155
- name: Set up JDK 21
156-
uses: actions/setup-java@v4
156+
uses: actions/setup-java@v5
157157
with:
158158
java-version: '21'
159159
distribution: 'temurin'
160160

161161
- name: Get published binary (MacOS_latest)
162-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
162+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
163163
with:
164164
name: tgz-macos14_clang-${{ inputs.build_mode }}-binary
165165
path: ${{ github.workspace }}
@@ -216,13 +216,13 @@ jobs:
216216
sudo apt-get install ninja-build doxygen graphviz
217217
218218
- name: Set up JDK 19
219-
uses: actions/setup-java@v4
219+
uses: actions/setup-java@v5
220220
with:
221221
java-version: '19'
222222
distribution: 'temurin'
223223

224224
- name: Get published binary (Linux)
225-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
225+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
226226
with:
227227
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
228228
path: ${{ github.workspace }}

.github/workflows/build_mpich_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install build-essential libtool libtool-bin
3131
3232
- name: Get MPICH source
33-
uses: actions/checkout@v4.1.7
33+
uses: actions/checkout@v5
3434
with:
3535
repository: 'pmodels/mpich'
3636
path: 'mpich'

.github/workflows/build_openmpi_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install build-essential libtool libtool-bin
3131
3232
- name: Get OpenMPI source
33-
uses: actions/checkout@v4.1.7
33+
uses: actions/checkout@v5
3434
with:
3535
repository: 'open-mpi/ompi'
3636
path: 'ompi'

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, 'skip-ci')"
1313
steps:
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@v5
1515

1616
- name: Run clang-format style check for C and Java code
1717
uses: DoozyX/[email protected]

.github/workflows/clang-format-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: write # In order to allow EndBug/add-and-commit to commit changes
2525
steps:
26-
- uses: actions/checkout@v4.1.7
26+
- uses: actions/checkout@v5
2727

2828
- name: Fix C and Java formatting issues detected by clang-format
2929
uses: DoozyX/[email protected]

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
name: Check for spelling errors
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.1.7
13+
- uses: actions/checkout@v5
1414
- uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)