Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): update github/codeql-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent a54d354 commit 28bfecf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analysis-and-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Initialize
uses: github/codeql-action/init@e113c555ef0956479345cfc3ed530c938d670db0 # v2
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3

- name: Autobuild
uses: github/codeql-action/autobuild@e113c555ef0956479345cfc3ed530c938d670db0 # v2
uses: github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3

- name: Perform analysis and upload results
uses: github/codeql-action/analyze@e113c555ef0956479345cfc3ed530c938d670db0 # v2
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3

njsscan:
name: NJS Scan
Expand All @@ -41,7 +41,7 @@ jobs:
args: '. --sarif --output results.sarif || true'

- name: Upload results
uses: github/codeql-action/upload-sarif@e113c555ef0956479345cfc3ed530c938d670db0 # v2
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
with:
sarif_file: results.sarif

Expand All @@ -58,6 +58,6 @@ jobs:
id: analysis

- name: Upload results
uses: github/codeql-action/upload-sarif@e113c555ef0956479345cfc3ed530c938d670db0 # v2
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
with:
sarif_file: ${{ steps.analysis.outputs.sarifFile }}

0 comments on commit 28bfecf

Please sign in to comment.