Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 2.3.5 to 2.3.6 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jun 6, 2023
2 parents 29b7828 + 414fd75 commit 710c632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
with:
languages: ${{ matrix.language }}
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: 🏗 Auto build
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
continue-on-error: true

- name: 🏗 Upload analysis results to GitHub
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
with:
sarif_file: eslint-results.sarif
wait-for-processing: true

0 comments on commit 710c632

Please sign in to comment.