Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

Commit 41f4a1d

Browse files
Update Cppcheck and TruffleHog actions to latest versions
1 parent 4ba79fd commit 41f4a1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v7
5555

5656
- name: Run Cppcheck Static Analysis
57-
uses: deep5050/cppcheck-action@a4dcbb4f03f99ac4fbe141dbefd199ff64fc4622
57+
uses: deep5050/cppcheck-action@v1
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
enable: all
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: TruffleHog OSS Scan
74-
uses: trufflesecurity/trufflehog@6261f5cd38e133cdcf00c23e3943f3e9d012d538
74+
uses: trufflesecurity/trufflehog@v1
7575
with:
7676
base: ${{ github.event.repository.default_branch }}
7777
head: testing

0 commit comments

Comments
 (0)