Skip to content

Commit 0280e56

Browse files
Bump github/codeql-action from 2.1.22 to 2.1.29
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.29. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b398f52...ec3cf9c) --- 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 d904c7c commit 0280e56

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@2541b1294d2704b0964813337f33b291d3f8596b
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b
18+
uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b
22+
uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6

0 commit comments

Comments
 (0)