Skip to content

Commit 283be2e

Browse files
Bump github/codeql-action from 3.25.3 to 3.25.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d39d31e...ccf74c9) --- 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 53fb505 commit 283be2e

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
18+
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
1919
with:
2020
languages: go
2121
- name: Analyze
22-
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
22+
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61

0 commit comments

Comments
 (0)