File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2727 uses : ./.github/actions/find-latest-bundle
2828 - name : Find codeql
2929 id : find-codeql
30- uses : github/codeql-action/init@45955cb1830b640e2c1603ad72ad542a49d47b96
30+ uses : github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
3131 with :
3232 languages : javascript # does not matter
3333 tools : ${{ steps.find-latest-bundle.outputs.url }}
@@ -139,7 +139,7 @@ jobs:
139139 env :
140140 CONF : ./ql-for-ql-config.yml
141141 - name : Initialize CodeQL
142- uses : github/codeql-action/init@45955cb1830b640e2c1603ad72ad542a49d47b96
142+ uses : github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
143143 with :
144144 languages : ql
145145 db-location : ${{ runner.temp }}/db
@@ -152,7 +152,7 @@ jobs:
152152 PACK : ${{ runner.temp }}/pack
153153
154154 - name : Perform CodeQL Analysis
155- uses : github/codeql-action/analyze@45955cb1830b640e2c1603ad72ad542a49d47b96
155+ uses : github/codeql-action/analyze@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
156156 with :
157157 category : " ql-for-ql"
158158 - name : Copy sarif file to CWD
Original file line number Diff line number Diff line change 2525
2626 - name : Find codeql
2727 id : find-codeql
28- uses : github/codeql-action/init@45955cb1830b640e2c1603ad72ad542a49d47b96
28+ uses : github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
2929 with :
3030 languages : javascript # does not matter
3131 - uses : ./.github/actions/os-version
Original file line number Diff line number Diff line change 66 paths :
77 - " ql/**"
88 - codeql-workspace.yml
9+ - .github/workflows/ql-for-ql-tests.yml
910 pull_request :
1011 branches : [main]
1112 paths :
1213 - " ql/**"
1314 - codeql-workspace.yml
15+ - .github/workflows/ql-for-ql-tests.yml
1416
1517env :
1618 CARGO_TERM_COLOR : always
2224 - uses : actions/checkout@v3
2325 - name : Find codeql
2426 id : find-codeql
25- uses : github/codeql-action/init@45955cb1830b640e2c1603ad72ad542a49d47b96
27+ uses : github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
2628 with :
2729 languages : javascript # does not matter
2830 - uses : ./.github/actions/os-version
6567 echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
6668 - name : Find codeql
6769 id : find-codeql
68- uses : github/codeql-action/init@77a8d2d10c0b403a8b4aadbd223dc489ecd22683
70+ uses : github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1
6971 with :
7072 languages : javascript # does not matter
7173 - uses : ./.github/actions/os-version
You can’t perform that action at this time.
0 commit comments