Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
# - ShellCheck in ci.yml (lint and security rules)
# - Custom security checks in security.yml (hardcoded secrets, unsafe patterns)
- name: Initialize CodeQL
uses: github/codeql-action/init@ef618feace3c4838ae42b239ab86e8fb46437508 # v4
uses: github/codeql-action/init@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
with:
languages: actions
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ef618feace3c4838ae42b239ab86e8fb46437508 # v4
uses: github/codeql-action/analyze@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
with:
category: "/language:actions"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
mv results.tmp results.sarif

- name: Upload to Code Scanning
uses: github/codeql-action/upload-sarif@ef618feace3c4838ae42b239ab86e8fb46437508 # v4
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
with:
sarif_file: results.sarif
category: scorecard
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "No secrets detected"

- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@ef618feace3c4838ae42b239ab86e8fb46437508 # v4
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
if: always()
with:
sarif_file: gitleaks-results.sarif
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
echo "All security checks passed"

- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@ef618feace3c4838ae42b239ab86e8fb46437508 # v4
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
if: always()
with:
sarif_file: security-results.sarif
Expand Down