Skip to content

Commit 6280e55

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

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@b611370bb5703a7efb587f9d136a52ea24c5c38c
41+
uses: github/codeql-action/init
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@b611370bb5703a7efb587f9d136a52ea24c5c38c
57+
uses: github/codeql-action/analyze
5858
with:
5959
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)