Skip to content

Commit 14ddf00

Browse files
Bump github/codeql-action from 3.25.6 to 3.25.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9fdb3e4...f079b84) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ac075f commit 14ddf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276
18+
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276
22+
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f

0 commit comments

Comments
 (0)