Skip to content

Commit

Permalink
Merge pull request #193 from thornbill/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-2.1.14
  • Loading branch information
thornbill authored Jun 27, 2022
2 parents 5469a11 + 064f5aa commit 4d7e3cc
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 4d7e3cc

Please sign in to comment.