Skip to content

Commit 7bf8a46

Browse files
chore(deps): bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from cb4e075f119f8bccbc942d49655b2cd4dc6e615a to a899987af240c0578ed84ce13c02319a693e168f. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cb4e075...a899987) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: a899987af240c0578ed84ce13c02319a693e168f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2606e5 commit 7bf8a46

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
# - ShellCheck in ci.yml (lint and security rules)
6262
# - Custom security checks in security.yml (hardcoded secrets, unsafe patterns)
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
64+
uses: github/codeql-action/init@a899987af240c0578ed84ce13c02319a693e168f # v4
6565
with:
6666
languages: actions
6767
queries: security-and-quality
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
70+
uses: github/codeql-action/analyze@a899987af240c0578ed84ce13c02319a693e168f # v4
7171
with:
7272
category: "/language:actions"
7373

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
mv results.tmp results.sarif
126126
127127
- name: Upload to Code Scanning
128-
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
128+
uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f # v4
129129
with:
130130
sarif_file: results.sarif
131131
category: scorecard

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
echo "No secrets detected"
114114
115115
- name: Upload SARIF results
116-
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
116+
uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f # v4
117117
if: always()
118118
with:
119119
sarif_file: gitleaks-results.sarif
@@ -415,7 +415,7 @@ jobs:
415415
echo "All security checks passed"
416416
417417
- name: Upload SARIF results
418-
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a # v4
418+
uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f # v4
419419
if: always()
420420
with:
421421
sarif_file: security-results.sarif

0 commit comments

Comments
 (0)