Skip to content

Commit

Permalink
update codeql-action in QL-for-QL
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Aug 10, 2022
1 parent 56fddd7 commit 32e3ec0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ql-for-ql-build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
uses: github/codeql-action/init@516e33815cd2eb02c4917cdb3ebd70bd17722dc5
with:
languages: javascript # does not matter
- name: Get CodeQL version
Expand Down Expand Up @@ -156,14 +156,14 @@ jobs:
env:
CONF: ./ql-for-ql-config.yml
- name: Initialize CodeQL
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
uses: github/codeql-action/init@516e33815cd2eb02c4917cdb3ebd70bd17722dc5
with:
languages: ql
db-location: ${{ runner.temp }}/db
config-file: ./ql-for-ql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
uses: github/codeql-action/analyze@516e33815cd2eb02c4917cdb3ebd70bd17722dc5
with:
category: "ql-for-ql"
- name: Copy sarif file to CWD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ql-for-ql-dataset_measure.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
uses: github/codeql-action/init@516e33815cd2eb02c4917cdb3ebd70bd17722dc5
with:
languages: javascript # does not matter
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ql-for-ql-tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Find codeql
id: find-codeql
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
uses: github/codeql-action/init@516e33815cd2eb02c4917cdb3ebd70bd17722dc5
with:
languages: javascript # does not matter
- uses: actions/cache@v3
Expand Down

0 comments on commit 32e3ec0

Please sign in to comment.