Skip to content

Commit 4e6cc57

Browse files
chore: bump github/codeql-action from 2.1.32 to 2.1.35
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.32 to 2.1.35. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4238421...b2a92eb) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8831fd commit 4e6cc57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb
27+
uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297
2828
with:
2929
languages: go
3030

3131
- name: Autobuild
32-
uses: github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb
32+
uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297
3333

3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb
35+
uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297

0 commit comments

Comments
 (0)