Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 366883a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 397cc74 commit a24afc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/__code-analysis--codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
uses: github/codeql-action/init@366883a76d75dcee5428da5c3ae7abf9386e35ac # v2
with:
languages: javascript

# Autobuild attempts to build any compiled languages
- name: Autobuild
uses: github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
uses: github/codeql-action/autobuild@366883a76d75dcee5428da5c3ae7abf9386e35ac # v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
uses: github/codeql-action/analyze@366883a76d75dcee5428da5c3ae7abf9386e35ac # v2

- name: Setup Job
id: setup
Expand All @@ -53,7 +53,7 @@ jobs:
--configuration=codeql
- name: Upload Lint CodeQL
uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
uses: github/codeql-action/upload-sarif@366883a76d75dcee5428da5c3ae7abf9386e35ac # v2
with:
sarif_file: reports/packages/nx-mesh/lint.sarif
wait-for-processing: true

0 comments on commit a24afc1

Please sign in to comment.