diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-13 20:02:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 20:02:24 (GMT) |
commit | 184445f4a45c602887ca0624c5295a7b6fea2d21 (patch) | |
tree | c70ecd85c641daec60a4e222a1595ae45d9370ea /.github/workflows/main-auto-par.yml | |
parent | 2f23f2afe6a23c2ff330458acfd1c3ce66bd8fed (diff) | |
download | hdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.zip hdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.tar.gz hdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.tar.bz2 |
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>
Diffstat (limited to '.github/workflows/main-auto-par.yml')
-rw-r--r-- | .github/workflows/main-auto-par.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main-auto-par.yml b/.github/workflows/main-auto-par.yml index 790b20a..70cf4bd 100644 --- a/.github/workflows/main-auto-par.yml +++ b/.github/workflows/main-auto-par.yml @@ -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 |