Skip to content

Commit 46ad6c2

Browse files
author
Scott Straughan
committed
Removed version to see what is the latest.
1 parent 6280e55 commit 46ad6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init
41+
uses: github/codeql-action/init@2.20.6
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
@@ -54,6 +54,6 @@ jobs:
5454
exit 1
5555
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze
57+
uses: github/codeql-action/analyze@2.20.6
5858
with:
5959
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)