Skip to content

Commit

Permalink
Merge pull request #409 from eseiler/infra/codql
Browse files Browse the repository at this point in the history
[INFRA] Bump CodeQL
  • Loading branch information
eseiler committed Dec 23, 2023
2 parents 39b08d1 + f4271a0 commit ccc09b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
cmake: 3.21.7

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp

- 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
with:
category: "/language:cpp"

1 comment on commit ccc09b2

@vercel
Copy link

@vercel vercel bot commented on ccc09b2 Dec 23, 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:

raptor – ./

seqan-raptor.vercel.app
raptor-git-main-seqan.vercel.app
raptor-seqan.vercel.app

Please sign in to comment.