Skip to content

Commit 27ff9e4

Browse files
chore(deps): update github/codeql-action action to v3.30.6 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b31d05 commit 27ff9e4

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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
38+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
50+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
5151
with:
5252
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)