Skip to content

Commit 613f079

Browse files
Bump github/codeql-action from 3.24.10 to 3.25.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4355270...c7f9125) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53bc553 commit 613f079

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@9bb56186c3b09b4f86b1c65136769dd318469633
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
18+
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
22+
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71

0 commit comments

Comments
 (0)