Skip to content

Commit

Permalink
Merge pull request #263 from jelu/update-gh-workflow
Browse files Browse the repository at this point in the history
Workflow
  • Loading branch information
jelu authored Apr 24, 2024
2 parents d4c3ab0 + 32d2a7e commit 591f37e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
Expand All @@ -45,9 +45,9 @@ jobs:
libnghttp2-dev
- 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:${{ matrix.language }}"

0 comments on commit 591f37e

Please sign in to comment.