We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e0782 + ac0ac47 commit 5ba9cb9Copy full SHA for 5ba9cb9
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Initializes the CodeQL tools for scanning.
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
39
with:
40
languages: go
41
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
@@ -52,6 +52,6 @@ jobs:
52
make install
53
54
- name: Perform CodeQL Analysis
55
- uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
56
57
category: "/language:go"
0 commit comments