|
@@ -29,9 +29,9 @@ jobs:
|
|
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
|
|
|
|
|
|
|
+ uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
|
|
|
with:
|
|
with:
|
|
|
languages: go
|
|
languages: go
|
|
|
build-mode: autobuild
|
|
build-mode: autobuild
|
|
|
- name: Perform CodeQL Analysis
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
|
|
|
|
|
|
|
+ uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
|