Skip to content

Commit 38ca65f

Browse files
committed
Action version annotation should be specific
1 parent 28ba972 commit 38ca65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
build-path: phlex-build
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
47+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4848
with:
4949
languages: ${{ matrix.language }}
5050
config-file: phlex-src/.github/codeql/codeql-config.yml
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Run CodeQL analysis (uploads results to code scanning)
7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
71+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
7272
with:
7373
checkout_path: phlex-src
7474
output: results

0 commit comments

Comments
 (0)