Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 2.1.28 to 2.22.5
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.28 to 2.22.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@cc7986c...74483a3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent b5155b8 commit 6fae0fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110
- uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
with:
languages: go
- uses: github/codeql-action/autobuild@cc7986c02bac29104a72998e67239bb5ee2ee110
- uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110
- uses: github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99
- uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99

coverage:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6fae0fd

Please sign in to comment.