Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/dev-dependencies-2682d…
Browse files Browse the repository at this point in the history
…7dba2
  • Loading branch information
larox11 authored Jan 2, 2024
2 parents 51c64d6 + a398670 commit a63853f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- 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 a63853f

Please sign in to comment.