We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31b50b commit f315a7fCopy full SHA for f315a7f
.github/workflows/codeql.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
17
- name: Initialize CodeQL
18
- uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
+ uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
19
with:
20
languages: go
21
- name: Analyze
22
- uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
+ uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
0 commit comments