Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.25.15 to 3.26.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@afb54ba...4dd1613)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Sep 1, 2024
1 parent 98ba3e1 commit 3f4fb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 1
- uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
- uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
with:
languages: go
- uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
- uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
misspell:
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit 3f4fb2c

Please sign in to comment.