Skip to content

Commit e02327e

Browse files
Bump github/codeql-action from 3.26.0 to 3.26.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@eb055d7...429e197) --- 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 18dbc23 commit e02327e

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@692973e3d937129bcbf40652eb9f2f61becf3332
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa
18+
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa
22+
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2

0 commit comments

Comments
 (0)