build(deps): bump github/codeql-action from 3 to 4 (#1293)

This commit is contained in:
dependabot[bot] 2025-10-13 22:52:34 +02:00 committed by GitHub
parent 27d4d430c8
commit 06188a2a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3 uses: github/codeql-action/init@v4
# Override language selection by uncommenting this and choosing your languages # Override language selection by uncommenting this and choosing your languages
with: with:
language: 'javascript' language: 'javascript'
@ -43,4 +43,4 @@ jobs:
npm run all npm run all
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@v4