summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clang-format-check.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-13 20:02:24 (GMT)
committerGitHub <noreply@github.com>2023-12-13 20:02:24 (GMT)
commit184445f4a45c602887ca0624c5295a7b6fea2d21 (patch)
treec70ecd85c641daec60a4e222a1595ae45d9370ea /.github/workflows/clang-format-check.yml
parent2f23f2afe6a23c2ff330458acfd1c3ce66bd8fed (diff)
downloadhdf5-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/clang-format-check.yml')
-rw-r--r--.github/workflows/clang-format-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml
index cde27c1..c96e78d 100644
--- a/.github/workflows/clang-format-check.yml
+++ b/.github/workflows/clang-format-check.yml
@@ -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: