Skip to content

Commit

Permalink
Merge pull request #556 from European-XFEL/gha-versions-codeql
Browse files Browse the repository at this point in the history
Update Github actions versions for CodeQL workflow
  • Loading branch information
takluyver authored Sep 24, 2024
2 parents b22e6b6 + de79c9f commit 9db07d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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

- 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 9db07d8

Please sign in to comment.