Skip to content

Commit 723b243

Browse files
Bump github/codeql-action in /.github/workflows (#45)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 7434149006143a4d75b82a2f411ef15b03ccc2d7 to 5e7a52feb2a3dfb87f88be2af33b9e2275f48de6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7434149...5e7a52f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 5e7a52feb2a3dfb87f88be2af33b9e2275f48de6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0834bc0 commit 723b243

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939

4040
- name: Initialize CodeQL
4141
# Pinned SHA (v3 equivalent)
42-
uses: github/codeql-action/init@7434149006143a4d75b82a2f411ef15b03ccc2d7
42+
uses: github/codeql-action/init@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
4646
# Added security-extended to find deeper SSRF issues
4747
queries: security-extended,security-and-quality
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@7434149006143a4d75b82a2f411ef15b03ccc2d7
50+
uses: github/codeql-action/analyze@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
5151
with:
5252
category: "/language:${{matrix.language}}"

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- name: Upload DevSkim scan results to GitHub Security tab
3636
if: always()
37-
uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7
37+
uses: github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
3838
with:
3939
sarif_file: devskim-results.sarif

.github/workflows/njsscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
args: '. --sarif --output results.sarif || true'
3434
- name: Upload njsscan report
35-
uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7
35+
uses: github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
3636
with:
3737
sarif_file: results.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
retention-days: 5
4242

4343
- name: "Upload to code-scanning"
44-
uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7
44+
uses: github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
4545
with:
4646
sarif_file: results.sarif

.github/workflows/snyk-infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
args: --sarif-file-output=snyk-results.sarif
4242

4343
- name: Upload result to GitHub Code Scanning
44-
uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7
44+
uses: github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6
4545
if: always()
4646
with:
4747
sarif_file: snyk-results.sarif

0 commit comments

Comments
 (0)