mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Bump the github-actions group with 4 updates (#3894)
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f23f2afe6
commit
184445f4a4
2
.github/workflows/clang-format-check.yml
vendored
2
.github/workflows/clang-format-check.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'skip-ci')"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- name: Run clang-format style check for C and Java code
|
||||
uses: DoozyX/clang-format-lint-action@v0.13
|
||||
with:
|
||||
|
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
name: Check for spelling errors
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: ./.github/workflows/codespell.yml,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./config/sanitizer/sanitizers.cmake,./tools/test/h5repack/testfiles/*.dat,./test/API/driver,./configure,./bin/ltmain.sh,./bin/depcomp,./bin/config.guess,./bin/config.sub,./autom4te.cache,./m4/libtool.m4,./c++/src/*.html,./HDF5Examples/depcomp
|
||||
|
4
.github/workflows/cve.yml
vendored
4
.github/workflows/cve.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
name: CVE regression
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Autotools Dependencies (Linux)
|
||||
run: |
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
make
|
||||
sudo make install
|
||||
- name: Checkout CVE test repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/cve_hdf5
|
||||
path: cve_hdf5
|
||||
|
2
.github/workflows/h5py.yml
vendored
2
.github/workflows/h5py.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
compiler: gcc
|
||||
version: 13
|
||||
- name: Checkout Spack
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: spack/spack
|
||||
path: ./spack
|
||||
|
2
.github/workflows/hdfeos5.yml
vendored
2
.github/workflows/hdfeos5.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
name: Build hdfeos5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Autotools Dependencies (Linux)
|
||||
run: |
|
||||
|
2
.github/workflows/intel-auto.yml
vendored
2
.github/workflows/intel-auto.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
name: "Intel ${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
4
.github/workflows/intel-cmake.yml
vendored
4
.github/workflows/intel-cmake.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
name: "ubuntu-oneapi ${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
# Only CMake need ninja-build, but we just install it unilaterally
|
||||
# libssl, etc. are needed for the ros3 VFD
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
name: "windows-oneapi ${{ inputs.build_mode }}"
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Dependencies (Windows)
|
||||
run: choco install ninja
|
||||
|
2
.github/workflows/linux-auto-aocc-ompi.yml
vendored
2
.github/workflows/linux-auto-aocc-ompi.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install System dependencies
|
||||
run: |
|
||||
|
4
.github/workflows/main-auto-par.yml
vendored
4
.github/workflows/main-auto-par.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
|
16
.github/workflows/main-auto-spc.yml
vendored
16
.github/workflows/main-auto-spc.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -226,7 +226,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -287,7 +287,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -348,7 +348,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -409,7 +409,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -470,7 +470,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
|
4
.github/workflows/main-auto.yml
vendored
4
.github/workflows/main-auto.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
@ -153,7 +153,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# AUTOTOOLS CONFIGURE
|
||||
- name: Autotools Configure
|
||||
|
4
.github/workflows/main-cmake.yml
vendored
4
.github/workflows/main-cmake.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
#
|
||||
# CMAKE CONFIGURE
|
||||
@ -281,7 +281,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# CMAKE CONFIGURE
|
||||
- name: CMake Configure
|
||||
|
4
.github/workflows/netcdf.yml
vendored
4
.github/workflows/netcdf.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
sudo apt update
|
||||
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
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Install HDF5
|
||||
run: |
|
||||
./autogen.sh
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
make -j
|
||||
sudo make install -j
|
||||
- name: Checkout netCDF
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: unidata/netcdf-c
|
||||
path: netcdf-c
|
||||
|
2
.github/workflows/nvhpc-auto.yml
vendored
2
.github/workflows/nvhpc-auto.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
name: "nvhpc ${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
2
.github/workflows/nvhpc-cmake.yml
vendored
2
.github/workflows/nvhpc-cmake.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
name: "nvhpc ${{ inputs.build_mode }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Linux dependencies
|
||||
shell: bash
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
path: hdfsrc
|
||||
|
||||
|
6
.github/workflows/scorecard.yml
vendored
6
.github/workflows/scorecard.yml
vendored
@ -32,12 +32,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: "Run analysis"
|
||||
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
|
||||
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
|
||||
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
|
||||
uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
2
.github/workflows/tarball.yml
vendored
2
.github/workflows/tarball.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Get Sources
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
path: hdfsrc
|
||||
|
||||
|
4
.github/workflows/vol_adios2.yml
vendored
4
.github/workflows/vol_adios2.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
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
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: ornladios/ADIOS2
|
||||
ref: ${{ env.ADIOS2_COMMIT }}
|
||||
|
4
.github/workflows/vol_async.yml
vendored
4
.github/workflows/vol_async.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout Argobots
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: pmodels/argobots
|
||||
path: abt
|
||||
|
4
.github/workflows/vol_cache.yml
vendored
4
.github/workflows/vol_cache.yml
vendored
@ -35,13 +35,13 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout Argobots
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: pmodels/argobots
|
||||
path: abt
|
||||
|
4
.github/workflows/vol_ext_passthru.yml
vendored
4
.github/workflows/vol_ext_passthru.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
path: hdf5
|
||||
|
||||
- name: Checkout vol-external-passthrough
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: hpc-io/vol-external-passthrough
|
||||
path: vol-external-passthrough
|
||||
|
4
.github/workflows/vol_log.yml
vendored
4
.github/workflows/vol_log.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
#mpich
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
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
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: DataLib-ECP/vol-log-based
|
||||
path: vol-log-based
|
||||
|
6
.github/workflows/vol_rest.yml
vendored
6
.github/workflows/vol_rest.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
sudo apt-get install automake autoconf libtool libtool-bin libcurl4-openssl-dev libyajl-dev
|
||||
|
||||
- name: Checkout HDF5
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hdf5
|
||||
path: hdf5
|
||||
@ -78,12 +78,12 @@ jobs:
|
||||
echo "LD_LIBRARY_PATH=${{ github.workspace }}/hdf5/build/bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Checkout HSDS
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: HDFGroup/hsds
|
||||
path: ${{github.workspace}}/hsds
|
||||
|
Loading…
x
Reference in New Issue
Block a user