Skip to content

Commit 6c93907

Browse files
chore(deps): update github/codeql-action action to v3.31.2 (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efc8b9f commit 6c93907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
go-version-file: "go.mod"
3636
cache: true
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
38+
uses: github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
3939
with:
4040
languages: ${{ matrix.language }}
4141
build-mode: ${{ matrix.build-mode }}
@@ -47,6 +47,6 @@ jobs:
4747
if: matrix.language == 'go'
4848
run: TF_ACC=1 go test -c ./...
4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
50+
uses: github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
5151
with:
5252
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)