Skip to content

Commit a4cda13

Browse files
chore(deps): update github/codeql-action action to v3.31.6 (#778)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffe6871 commit a4cda13

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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
38+
uses: github/codeql-action/init@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
50+
uses: github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
5151
with:
5252
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)