Skip to content

Commit d772515

Browse files
chore: bump github/codeql-action from 2.1.35 to 2.1.36
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.35 to 2.1.36. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b2a92eb...a669cc5) --- 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 2a72276 commit d772515

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@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297
27+
uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190
2828
with:
2929
languages: go
3030

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

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

0 commit comments

Comments
 (0)