Skip to content

Commit ae6a3fb

Browse files
chore(deps): update github/codeql-action action to v3.25.0
1 parent e19d099 commit ae6a3fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
go-version: ${{ matrix.go }}
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
47+
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
4848
with:
4949
languages: ${{ matrix.language }}
5050

5151

5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
53+
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
56+
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0

0 commit comments

Comments
 (0)