We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b31d05 commit 27ff9e4Copy full SHA for 27ff9e4
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
go-version-file: "go.mod"
36
cache: true
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
39
with:
40
languages: ${{ matrix.language }}
41
build-mode: ${{ matrix.build-mode }}
@@ -47,6 +47,6 @@ jobs:
47
if: matrix.language == 'go'
48
run: TF_ACC=1 go test -c ./...
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
51
52
category: "/language:${{matrix.language}}"
0 commit comments