Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent 14adc29 commit 7be1bb6
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.0.1

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.1.6
uses: github/codeql-action/analyze@v2.1.14

0 comments on commit 7be1bb6

Please sign in to comment.