Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
continue-on-error: true

- name: GitGuardian Scan
uses: GitGuardian/ggshield-action@v1.32.0
uses: GitGuardian/ggshield-action@v1.49.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

# GitGuardian - Alternative Secret Scanner
- name: GitGuardian Scan
uses: GitGuardian/ggshield-action@v1.32.0
uses: GitGuardian/ggshield-action@v1.49.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
id: gitguardian
continue-on-error: true
env:
Expand Down
Loading