summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cve.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cve.yml')
-rw-r--r--.github/workflows/cve.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cve.yml b/.github/workflows/cve.yml
index 372518a..b0564d8 100644
--- a/.github/workflows/cve.yml
+++ b/.github/workflows/cve.yml
@@ -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