We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4efe4 commit a328969Copy full SHA for a328969
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
+ uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
73
with:
74
languages: ${{ matrix.language }}
75
build-mode: ${{ matrix.build-mode }}
@@ -97,7 +97,7 @@ jobs:
97
exit 1
98
99
- name: Perform CodeQL Analysis
100
- uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
+ uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
101
102
category: "/language:${{matrix.language}}"
103
go-action-detection:
0 commit comments