We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 903da57 + 52faaf5 commit 43baebdCopy full SHA for 43baebd
.github/workflows/analyze.yaml
@@ -21,8 +21,8 @@ jobs:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
23
fetch-depth: 2
24
- - uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ - uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
25
with:
26
languages: go
27
- - uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
28
- - uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ - uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
+ - uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
0 commit comments