Skip to content
This repository was 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 Dec 21, 2023
1 parent 44e2f63 commit b8e8173
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@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3

- name: Autobuild
uses: github/codeql-action/autobuild@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2
uses: github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3

- name: Perform analysis and upload results
uses: github/codeql-action/analyze@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # 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@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3
with:
sarif_file: results.sarif

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

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

0 comments on commit b8e8173

Please sign in to comment.