Skip to content

Commit

Permalink
Migrating to CodeQL v2 for Static Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
stphnwlsh committed Feb 19, 2023
1 parent bc5129f commit 8be117d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:

- name: Initialize
id: initialize
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Build
id: build
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Analysis
id: analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

pipeline:
name: Build, Test and Publish
Expand Down

0 comments on commit 8be117d

Please sign in to comment.