further fixes

This commit is contained in:
Aleksander Wolak 2024-02-16 00:56:27 +01:00
parent 07d369f5c8
commit bed42ef321
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ 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 }}
@ -44,4 +44,4 @@ jobs:
npm run build --if-present
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3