Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Bump codeql to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 6, 2022
1 parent 38b0d93 commit ae5f7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: install pre-reqs
run: sudo apt-get update && sudo apt-get install libbluetooth-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
clair:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ae5f7ae

Please sign in to comment.