Skip to content

Commit c4b2618

Browse files
Bump github/codeql-action from 3.25.7 to 3.25.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f079b84...2e230e8) --- 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 563bcdf commit c4b2618

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@f079b8493333aace61c81488f8bd40919487bd9f
18+
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
22+
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff

0 commit comments

Comments
 (0)