Skip to content

Commit 8479340

Browse files
committed
update the version of codeql-action used by QL-for-QL
1 parent 79bae0c commit 8479340

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Find codeql
1919
id: find-codeql
20-
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
20+
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
2121
with:
2222
languages: javascript # does not matter
2323
- name: Get CodeQL version
@@ -158,14 +158,14 @@ jobs:
158158
env:
159159
CONF: ./ql-for-ql-config.yml
160160
- name: Initialize CodeQL
161-
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
161+
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
162162
with:
163163
languages: ql
164164
db-location: ${{ runner.temp }}/db
165165
config-file: ./ql-for-ql-config.yml
166166

167167
- name: Perform CodeQL Analysis
168-
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
168+
uses: github/codeql-action/analyze@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
169169
with:
170170
category: "ql-for-ql"
171171
- 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
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Find codeql
2727
id: find-codeql
28-
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
28+
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
2929
with:
3030
languages: javascript # does not matter
3131
- uses: actions/cache@v3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Find codeql
2424
id: find-codeql
25-
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
25+
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
2626
with:
2727
languages: javascript # does not matter
2828
- uses: actions/cache@v3

0 commit comments

Comments
 (0)