Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 3.22.12 to 3.26.8
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.26.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@012739e...294a9d9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 5590238 commit dec83b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
with:
go-version: '1.19' # To match codeql go version
- name: Initialize CodeQL
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v2
with:
languages: go
config-file: ./.github/codeql-config.yml
- name: Build
run: go build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v2

0 comments on commit dec83b7

Please sign in to comment.