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 digest to e113c55 (#457)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent adc99ac commit cd9ca6c
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@d958b976dc5b990f802df244f2dc5d807113327f # v2
uses: github/codeql-action/init@e113c555ef0956479345cfc3ed530c938d670db0 # v2

- name: Autobuild
uses: github/codeql-action/autobuild@d958b976dc5b990f802df244f2dc5d807113327f # v2
uses: github/codeql-action/autobuild@e113c555ef0956479345cfc3ed530c938d670db0 # v2

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

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@d958b976dc5b990f802df244f2dc5d807113327f # v2
uses: github/codeql-action/upload-sarif@e113c555ef0956479345cfc3ed530c938d670db0 # v2
with:
sarif_file: results.sarif

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

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

0 comments on commit cd9ca6c

Please sign in to comment.