Skip to content

Commit

Permalink
Bump github/codeql-action from 2.1.12 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.12 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.12...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 27, 2022
1 parent 5469a11 commit 064f5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.1.12
uses: github/codeql-action/init@v2.1.14
with:
languages: ${{ matrix.language }}
queries: +security-extended

- name: Autobuild
uses: github/codeql-action/autobuild@v2.1.12
uses: github/codeql-action/autobuild@v2.1.14

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

0 comments on commit 064f5aa

Please sign in to comment.