mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
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` |
This commit is contained in:
@@ -46,10 +46,10 @@ jobs:
|
||||
FILE_DOTSMAIN=$(echo "${{ inputs.file_ref }}" | sed -r "s/([0-9]+)\.([0-9]+)\.([0-9]+).*/\1\.\2\.\3/")
|
||||
echo "HDF5R_DOTSMAIN=$FILE_DOTSMAIN" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Get published binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_gcc-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_coverage)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -152,7 +152,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_Leak)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -253,7 +253,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_Address)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -354,7 +354,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_UndefinedBehavior)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -175,7 +175,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -295,7 +295,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
run: choco install ninja
|
||||
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '19'
|
||||
distribution: 'temurin'
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
# Get files created by cmake-ctest script
|
||||
- name: Get published binary (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-vs2022_cl-${{ inputs.build_mode }}-binary
|
||||
path: ${{ github.workspace }}/hdf5
|
||||
@@ -101,13 +101,13 @@ jobs:
|
||||
sudo apt-get install ninja-build doxygen graphviz
|
||||
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '19'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Get published binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
|
||||
path: ${{ github.workspace }}
|
||||
@@ -153,13 +153,13 @@ jobs:
|
||||
run: brew install ninja doxygen
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Get published binary (MacOS_latest)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-macos14_clang-${{ inputs.build_mode }}-binary
|
||||
path: ${{ github.workspace }}
|
||||
@@ -216,13 +216,13 @@ jobs:
|
||||
sudo apt-get install ninja-build doxygen graphviz
|
||||
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '19'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Get published binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
sudo apt-get install build-essential libtool libtool-bin
|
||||
|
||||
- name: Get MPICH source
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: 'pmodels/mpich'
|
||||
path: 'mpich'
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
sudo apt-get install build-essential libtool libtool-bin
|
||||
|
||||
- name: Get OpenMPI source
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: 'open-mpi/ompi'
|
||||
path: 'ompi'
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'skip-ci')"
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Run clang-format style check for C and Java code
|
||||
uses: DoozyX/clang-format-lint-action@v0.20
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write # In order to allow EndBug/add-and-commit to commit changes
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Fix C and Java formatting issues detected by clang-format
|
||||
uses: DoozyX/clang-format-lint-action@v0.20
|
||||
|
||||
@@ -10,5 +10,5 @@ jobs:
|
||||
name: Check for spelling errors
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -264,7 +264,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -400,7 +400,7 @@ jobs:
|
||||
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}
|
||||
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
@@ -420,7 +420,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (MacOS_latest)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -594,7 +594,7 @@ jobs:
|
||||
ninjaVersion: latest
|
||||
|
||||
- name: Install aws-c-s3 (Cached installation)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: libaws-c-s3-Release
|
||||
|
||||
@@ -627,7 +627,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux S3)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -711,7 +711,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -856,7 +856,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
name: CVE regression
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install HDF5
|
||||
run: |
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
make
|
||||
sudo make install
|
||||
- name: Checkout CVE test repository
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: HDFGroup/cve_hdf5
|
||||
path: cve_hdf5
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
git config --global core.autocrlf input
|
||||
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Cygwin
|
||||
uses: cygwin/cygwin-install-action@master
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Cygwin)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
run-ignore: ${{ steps.getinputs.outputs.INPUTS_IGNORE }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Get hdf5 release base name
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
|
||||
@@ -29,20 +29,20 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
|
||||
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: '${{ github.head_ref || github.ref_name }}'
|
||||
|
||||
# Get files created by tarball script
|
||||
- name: Get doxygen (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: docs-doxygen
|
||||
path: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
|
||||
|
||||
- name: Setup AWS CLI
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
uses: aws-actions/configure-aws-credentials@v5
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -208,7 +208,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (MacOS_latest)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -299,7 +299,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_clang)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Spack
|
||||
uses: actions/checkout@v4.2.2
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: spack/spack
|
||||
path: ./spack
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev doxygen openssl libtool libtool-bin
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.2.1
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: setup alpine
|
||||
uses: jirutka/setup-alpine@v1
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get Sources (Linux)
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies (Linux)
|
||||
shell: bash
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Get Sources (Windows)
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies (Windows)
|
||||
run: choco install ninja
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get HDF5 source
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
arch: 'x64'
|
||||
|
||||
- name: Get julia hdf5 source
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: JuliaIO/HDF5.jl
|
||||
path: .
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run Comprehensive Link Check
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v2.0.2
|
||||
uses: lycheeverse/lychee-action@v2.6.1
|
||||
with:
|
||||
args: >
|
||||
--verbose
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
name: "Parallel GCC-${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Linux Dependencies
|
||||
run: |
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
name: "Parallel GCC-${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Linux Dependencies
|
||||
run: |
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -203,7 +203,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -255,7 +255,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -307,7 +307,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -365,7 +365,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure (Windows)
|
||||
shell: pwsh
|
||||
@@ -412,7 +412,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -469,7 +469,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -522,7 +522,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -575,7 +575,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -623,7 +623,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
|
||||
@@ -168,7 +168,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
@@ -441,7 +441,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# CONFIGURE
|
||||
- name: Configure
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
git config --global core.autocrlf input
|
||||
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev doxygen openssl libtool libtool-bin
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
|
||||
- name: Checkout netCDF
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: unidata/netcdf-c
|
||||
path: netcdf-c
|
||||
|
||||
@@ -23,10 +23,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.2.1
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@v1.3.0
|
||||
uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
android: true
|
||||
dotnet: true
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
mpi: [ 'msmpi', 'intelmpi']
|
||||
name: "Parallel ${{ matrix.mpi }} Windows-${{ inputs.build_mode }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies (Windows)
|
||||
run: choco install ninja
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -213,7 +213,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (${{ matrix.mpi }})
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -287,7 +287,7 @@ jobs:
|
||||
mpi: [ 'mpich', 'openmpi']
|
||||
name: "Parallel ${{ matrix.mpi }} macos-${{ inputs.build_mode }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Dependencies (MacOS_latest)
|
||||
run: brew install ninja
|
||||
@@ -323,7 +323,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (${{ matrix.mpi }})
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
sudo apt install libaec0 libaec-dev
|
||||
|
||||
- name: Get MPI installation (OpenMPI)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: openmpi
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (OpenMPI)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -168,7 +168,7 @@ jobs:
|
||||
name: "Parallel Mpich GCC-${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Linux Dependencies (MPICH)
|
||||
run: |
|
||||
@@ -177,7 +177,7 @@ jobs:
|
||||
sudo apt install libaec0 libaec-dev
|
||||
|
||||
- name: Get MPI installation (MPICH)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: mpich
|
||||
|
||||
@@ -219,7 +219,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (MPICH)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
|
||||
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: '${{ github.head_ref || github.ref_name }}'
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
ls ${{ github.workspace }}/HDF5
|
||||
|
||||
- name: Setup AWS CLI
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
uses: aws-actions/configure-aws-credentials@v5
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.2.2 # Updated to latest stable
|
||||
uses: actions/checkout@v5 # Updated to latest stable
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: '${{ github.head_ref || github.ref_name }}'
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
run: mkdir -p HDF5
|
||||
|
||||
- name: Get HDF5 release assets
|
||||
uses: robinraju/release-downloader@v1.11 # More reliable alternative
|
||||
uses: robinraju/release-downloader@v1.12 # More reliable alternative
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
tag: ${{ inputs.use_tag }}
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: Setup AWS CLI
|
||||
if: ${{ !inputs.dry_run }}
|
||||
uses: aws-actions/configure-aws-credentials@v4.0.2
|
||||
uses: aws-actions/configure-aws-credentials@v5
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
|
||||
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: '${{ github.head_ref || github.ref_name }}'
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
# Get files created by tarball script
|
||||
- name: Get doxygen (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: docs-doxygen
|
||||
path: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
|
||||
@@ -82,100 +82,100 @@ 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get zip-tarball (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
# Get files created by cmake-ctest script
|
||||
- name: Get published binary (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-vs2022_cl-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published msi binary (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: msi-vs2022_cl-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published binary (MacOS)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-macos14_clang-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published dmg binary (MacOS)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-macos14_clang-dmg-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_gcc-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published deb binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: deb-ubuntu-2404_gcc-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published rpm binary (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: rpm-ubuntu-2404_gcc-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published binary (Linux S3)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_gcc_s3-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published binary (Windows_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-vs2022_intel-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published msi binary (Windows_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: msi-vs2022_intel-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published binary (Linux_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-ubuntu-2404_intel-binary
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published abi reports (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: abi-reports
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published nonversioned source (tgz)
|
||||
if: ${{ (inputs.use_environ == 'release') }}
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball-nover
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
- name: Get published nonversioned source (zip)
|
||||
if: ${{ (inputs.use_environ == 'release') }}
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball-nover
|
||||
path: ${{ github.workspace }}
|
||||
@@ -209,7 +209,7 @@ jobs:
|
||||
echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
|
||||
|
||||
- name: Get description.txt for release/snapshot
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: description.txt
|
||||
path: ${{ github.workspace }}
|
||||
@@ -217,7 +217,7 @@ jobs:
|
||||
- name: PreRelease tag
|
||||
id: create_prerelease
|
||||
if: ${{ (inputs.use_environ == 'snapshots') }}
|
||||
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
||||
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
||||
with:
|
||||
tag_name: "${{ inputs.use_tag }}"
|
||||
prerelease: true
|
||||
@@ -258,7 +258,7 @@ jobs:
|
||||
- name: Release tag
|
||||
id: create_release
|
||||
if: ${{ (inputs.use_environ == 'release') }}
|
||||
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
||||
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
||||
with:
|
||||
tag_name: "${{ steps.create_release_tag_name.outputs.TAG_BASE }}"
|
||||
name: "HDF5 Release ${{ inputs.use_tag }}"
|
||||
|
||||
@@ -32,12 +32,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
|
||||
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: "Run analysis"
|
||||
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
|
||||
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
|
||||
with:
|
||||
results_file: results.sarif
|
||||
results_format: sarif
|
||||
@@ -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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
|
||||
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -179,7 +179,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -273,7 +273,7 @@ jobs:
|
||||
cmake --version
|
||||
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
@@ -293,7 +293,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (MacOS_latest)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -381,7 +381,7 @@ jobs:
|
||||
ninjaVersion: latest
|
||||
|
||||
- name: Install aws-c-s3 (Cached installation)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: libaws-c-s3-Release
|
||||
|
||||
@@ -414,7 +414,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux S3)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -514,7 +514,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get zip-tarball (Windows_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: zip-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -628,7 +628,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_intel)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
@@ -744,7 +744,7 @@ jobs:
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux_clang)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: tgz-tarball
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
branch_ref: ${{ steps.get-branch-name.outputs.BRANCH_REF }}
|
||||
branch_sha: ${{ steps.get-branch-sha.outputs.BRANCH_SHA }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Get branch name
|
||||
id: get-branch-name
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdfsrc
|
||||
ref: '${{needs.check_commits.outputs.branch_ref }}'
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
echo "FC=gfortran-12" >> $GITHUB_ENV
|
||||
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure
|
||||
shell: bash
|
||||
|
||||
@@ -13,15 +13,15 @@ jobs:
|
||||
if: github.repository_owner == 'HDFGROUP'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.11' # Use specific version for consistency
|
||||
|
||||
- name: Cache pip dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||
|
||||
@@ -42,14 +42,14 @@ jobs:
|
||||
steps:
|
||||
- name: Get aws-c-s3 sources (main)
|
||||
if: inputs.aws_c_s3_tag == ''
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-s3
|
||||
path: aws-c-s3
|
||||
|
||||
- name: Get aws-c-s3 sources (tag)
|
||||
if: inputs.aws_c_s3_tag != ''
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-s3
|
||||
path: aws-c-s3
|
||||
@@ -75,70 +75,70 @@ jobs:
|
||||
|
||||
- name: Get aws-lc sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: aws/aws-lc
|
||||
path: aws-lc
|
||||
|
||||
- name: Get s2n-tls sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: aws/s2n-tls
|
||||
path: s2n-tls
|
||||
|
||||
- name: Get aws-c-common sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-common
|
||||
path: aws-c-common
|
||||
|
||||
- name: Get aws-checksums sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-checksums
|
||||
path: aws-checksums
|
||||
|
||||
- name: Get aws-c-cal sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-cal
|
||||
path: aws-c-cal
|
||||
|
||||
- name: Get aws-c-io sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-io
|
||||
path: aws-c-io
|
||||
|
||||
- name: Get aws-c-compression sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-compression
|
||||
path: aws-c-compression
|
||||
|
||||
- name: Get aws-c-http sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-http
|
||||
path: aws-c-http
|
||||
|
||||
- name: Get aws-c-sdkutils sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-sdkutils
|
||||
path: aws-c-sdkutils
|
||||
|
||||
- name: Get aws-c-auth sources
|
||||
if: ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: awslabs/aws-c-auth
|
||||
path: aws-c-auth
|
||||
@@ -285,7 +285,7 @@ jobs:
|
||||
|
||||
- name: Install libaws-c-s3 (Ubuntu) (Cached installation)
|
||||
if: ${{ matrix.os_name == 'Ubuntu GCC' }}
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: libaws-c-s3-${{ inputs.build_mode }}
|
||||
|
||||
@@ -318,7 +318,7 @@ jobs:
|
||||
echo "CC=cl.exe" >> $GITHUB_ENV
|
||||
|
||||
- name: Get HDF5 sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# For Windows, use vcpkg toolchain file to allow find_package() calls to resolve
|
||||
- name: "Configure (vcpkg; ROS3 testing: ${{ matrix.test_ros3 }})"
|
||||
@@ -396,7 +396,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install libaws-c-s3 (Cached installation)
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
with:
|
||||
name: libaws-c-s3-${{ inputs.build_mode }}
|
||||
|
||||
@@ -415,7 +415,7 @@ jobs:
|
||||
echo "CMAKE_PREFIX_PATH=${{ runner.workspace }}/aws-c-s3-build" >> $GITHUB_ENV
|
||||
|
||||
- name: Get HDF5 sources
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.mpi_lib == 'MPICH' }}
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Configure HDF5 with Subfiling VFD
|
||||
shell: bash
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
sudo apt-get install libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- if: ${{ steps.cache-adios2.outputs.cache-hit != 'true' }}
|
||||
name: Checkout ADIOS2 (${{ env.ADIOS2_COMMIT_SHORT }})
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: ornladios/ADIOS2
|
||||
ref: ${{ env.ADIOS2_COMMIT }}
|
||||
|
||||
@@ -22,12 +22,12 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout Argobots
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: pmodels/argobots
|
||||
path: abt
|
||||
|
||||
@@ -35,12 +35,12 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout Argobots
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: pmodels/argobots
|
||||
path: abt
|
||||
|
||||
@@ -22,12 +22,12 @@ jobs:
|
||||
sudo apt-get install libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout vol-external-passthrough
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: hpc-io/vol-external-passthrough
|
||||
path: vol-external-passthrough
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
#mpich
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
echo "PATH=${{ runner.workspace }}/hdf5_build/bin:${PATH}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout Log-based VOL
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: HDFGroup/vol-log-based
|
||||
path: vol-log-based
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
sudo apt-get install libcurl4-openssl-dev libyajl-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: hdf5
|
||||
|
||||
@@ -77,12 +77,12 @@ jobs:
|
||||
echo "LD_LIBRARY_PATH=${{ github.workspace }}/hdf5/build/bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Checkout HSDS
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: HDFGroup/hsds
|
||||
path: ${{github.workspace}}/hsds
|
||||
|
||||
Reference in New Issue
Block a user