We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jessehouwing
Learn more about funding links in repositories.
Report abuse
1 parent 1772374 commit 888588cCopy full SHA for 888588c
.github/workflows/codeql.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Initializes the CodeQL tools for scanning.
55
- name: Initialize CodeQL
56
- uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
+ uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
57
with:
58
languages: ${{ matrix.language }}
59
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,6 +76,6 @@ jobs:
76
77
78
- name: Perform CodeQL Analysis
79
- uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
+ uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
80
81
category: "/language:${{matrix.language}}"
0 commit comments