Skip to content

Commit

Permalink
Update github/codeql-action action to v3 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 0e4d8e2 commit a0a46ec
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 @@ -27,12 +27,12 @@ jobs:
uses: actions/checkout@v4

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

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

1 comment on commit a0a46ec

@vercel
Copy link

@vercel vercel bot commented on a0a46ec Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dependabot-vuln-viewer – ./

dependabot-vuln-viewer.vercel.app
dependabot-vuln-viewer-nyg.vercel.app
dependabot-vuln-viewer-git-master-nyg.vercel.app

Please sign in to comment.