We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0b3e2 commit 7322eddCopy full SHA for 7322edd
1 file changed
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
62
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
+ uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
63
with:
64
languages: ${{ matrix.language }}
65
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
87
exit 1
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
+ uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
91
92
category: "/language:${{matrix.language}}"
0 commit comments