Skip to content

Commit 0048b8b

Browse files
committed
fix codeql
1 parent b14e95a commit 0048b8b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/codeQL.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3434

3535
steps:
36+
# Checkout must be first
37+
- name: Checkout repository
38+
uses: actions/checkout@v4
39+
3640
# Initializes the CodeQL tools for scanning.
3741
- name: Initialize CodeQL
3842
uses: github/codeql-action/init@v3
@@ -45,12 +49,10 @@ jobs:
4549
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4650
# queries: security-extended,security-and-quality
4751

48-
- uses: actions/checkout@v3
49-
5052
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5153
# If this step fails, then you should remove it and run the build manually (see below)
5254
- name: Autobuild
53-
uses: github/codeql-action/autobuild@v2
55+
uses: github/codeql-action/autobuild@v3
5456

5557
# Run CodeQL analysis
5658
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)