Update CodeQL action version and exclude paths (#4930)

This commit is contained in:
Zach Wasserman
2022-04-04 12:14:21 -07:00
committed by GitHub
parent 6b68f61b22
commit 7d68f69ab4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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