Browse Source

chore(deps): update github/codeql-action action to v3 (#3492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate/stylelint-16.x
renovate[bot] 1 year ago committed by GitHub
parent
commit
3098890187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/codeql-analysis.yml

6
.github/workflows/codeql-analysis.yml

@ -41,7 +41,7 @@ jobs: @@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/${{ matrix.language }}.yml
@ -53,7 +53,7 @@ jobs: @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
# ℹ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@ -67,4 +67,4 @@ jobs: @@ -67,4 +67,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

Loading…
Cancel
Save