Skip to content

Commit

Permalink
Bump github/codeql-action from 2.2.5 to 2.20.1
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.20.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/v2.20.1/CHANGELOG.md)
- [Commits](github/codeql-action@v2.2.5...v2.20.1)

---
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] committed Jun 21, 2023
1 parent c9ecfdd commit 7e50473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.2.5
uses: github/codeql-action/init@v2.20.1
with:
languages: go
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.2.5
uses: github/codeql-action/analyze@v2.20.1

0 comments on commit 7e50473

Please sign in to comment.