Skip to content

Commit 597f688

Browse files
authored
Merge pull request #3 from AlterTobi/dependabot/github_actions/dev/github/codeql-action-4
github-actions(deps): bump github/codeql-action from 3 to 4
2 parents 5400b4d + ae07533 commit 597f688

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v3
46+
uses: github/codeql-action/init@v4
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,4 +68,4 @@ jobs:
6868
# make release
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3
71+
uses: github/codeql-action/analyze@v4

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545

4646
- name: Upload analysis results to GitHub
47-
uses: github/codeql-action/upload-sarif@v3
47+
uses: github/codeql-action/upload-sarif@v4
4848
with:
4949
sarif_file: eslint-results.sarif
5050
wait-for-processing: true

0 commit comments

Comments
 (0)