We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80263af + 5ab0d3e commit efcca0cCopy full SHA for efcca0c
1 file changed
.github/workflows/codeql-analysis.yml
@@ -45,11 +45,11 @@ jobs:
45
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
+ uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
49
with:
50
languages: ${{ matrix.language }}
51
52
- name: Autobuild
53
- uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
+ uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
54
- name: Perform CodeQL Analysis
55
- uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
+ uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
0 commit comments