Update CodeQL action version and exclude paths (#4930)
This commit is contained in:
@@ -49,10 +49,10 @@ jobs:
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c # v1
|
||||
uses: github/codeql-action/init@81bfc289f5947eca8a3358341c874cb4f4697b64 # v2.8.4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: .github/workflows/config/codeql.yml
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c # v1
|
||||
uses: github/codeql-action/analyze@81bfc289f5947eca8a3358341c874cb4f4697b64 # v2.8.4
|
||||
|
||||
Reference in New Issue
Block a user