Skip to content

Commit c7c3ebb

Browse files
committed
update docs
1 parent 7039882 commit c7c3ebb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ jobs:
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@v3
69+
uses: github/codeql-action/init@v3.28.21
7070
with:
7171
languages: ${{ matrix.language }}
7272
build-mode: ${{ matrix.build-mode }}
73+
7374
# If you wish to specify custom queries, you can do so here or in a config file.
7475
# By default, queries listed here will override any specified in a config file.
7576
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -93,6 +94,6 @@ jobs:
9394
exit 1
9495
9596
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@v3
97+
uses: github/codeql-action/analyze@v3.28.21
9798
with:
9899
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)