Skip to content

Commit 68c07fe

Browse files
committed
pin the commit of codeql-action in the remaining steps/workflows
1 parent 8f377f4 commit 68c07fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ jobs:
181181
CONF: ./ql-for-ql-config.yml
182182
FOLDER: ${{ matrix.folder }}
183183
- name: Initialize CodeQL
184-
uses: github/codeql-action/init@erik-krogh/newQl
184+
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
185185
with:
186186
languages: ql
187187
db-location: ${{ runner.temp }}/db
188188
config-file: ./ql-for-ql-config.yml
189189

190190
- name: Perform CodeQL Analysis
191-
uses: github/codeql-action/analyze@erik-krogh/newQl
191+
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
192192
with:
193193
category: "ql-for-ql-${{ matrix.folder }}"
194194
- name: Copy sarif file to CWD

.github/workflows/ql-for-ql-dataset_measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Find codeql
2828
id: find-codeql
29-
uses: github/codeql-action/init@erik-krogh/newQl
29+
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
3030
with:
3131
languages: javascript # does not matter
3232
- uses: actions/cache@v2

.github/workflows/ql-for-ql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- name: Find codeql
2222
id: find-codeql
23-
uses: github/codeql-action/init@erik-krogh/newQl
23+
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
2424
with:
2525
languages: javascript # does not matter
2626
- uses: actions/cache@v2

0 commit comments

Comments
 (0)