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 489225d (#222)
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 14, 2023
1 parent 84eb77a commit e5a5f51
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Initialize
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2

- name: Autobuild
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2

- name: Perform analysis and upload results
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # 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@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/upload-sarif@489225d82a57396c6f426a40e66d461b16b3461d # v2
with:
sarif_file: results.sarif

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

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

0 comments on commit e5a5f51

Please sign in to comment.