summaryrefslogtreecommitdiff
path: root/.github/workflows/cppcheck.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-04-17 23:31:59 +0200
committerSebastian Pipping <sebastian@pipping.org>2023-04-17 23:31:59 +0200
commit8b6b5df740461114f91edff70b754fb4ed3e9955 (patch)
tree6e9de8279780284cd89d2e2283991e5f032781af /.github/workflows/cppcheck.yml
parent4b98a4e0012c5a9f2a562c7f08acdbf98aa330cb (diff)
downloadlibexpat-git-pin-github-actions-at-commit-level.tar.gz
CI: Pin all GitHub Actions to specific commits for securitypin-github-actions-at-commit-level
Diffstat (limited to '.github/workflows/cppcheck.yml')
-rw-r--r--.github/workflows/cppcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml
index 7e1fd99e..1d0fc29e 100644
--- a/.github/workflows/cppcheck.yml
+++ b/.github/workflows/cppcheck.yml
@@ -43,7 +43,7 @@ jobs:
name: Run Cppcheck
runs-on: macos-11
steps:
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Install runtime dependencies
run: |
exec brew install cppcheck findutils