Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 366cd98
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 397cc74 commit 752b577
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@366cd9811409649a3e1276ce7f1a1c9023832b56 # 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@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
uses: github/codeql-action/analyze@366cd9811409649a3e1276ce7f1a1c9023832b56 # 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@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2
with:
sarif_file: reports/packages/nx-mesh/lint.sarif
wait-for-processing: true

0 comments on commit 752b577

Please sign in to comment.