Skip to content

Commit 4ed0d7f

Browse files
committed
Replace false with never in existing checks
1 parent 3e4d858 commit 4ed0d7f

8 files changed

+8
-8
lines changed

.github/query-filter-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
with:
4141
output: ${{ runner.temp }}/results
4242
upload-database: false
43-
upload: false
43+
upload: never
4444
env:
4545
CODEQL_ACTION_TEST_MODE: "true"
4646
- name: Check SARIF

.github/workflows/__javascript-source-root.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/expected-queries-runs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
output: ${{ runner.temp }}/results
3838
upload-database: false
39-
upload: false
39+
upload: never
4040

4141
- name: Check Sarif
4242
uses: ./../action/.github/check-sarif

pr-checks/checks/javascript-source-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
with:
1818
upload-database: false
1919
skip-queries: true
20-
upload: false
20+
upload: never
2121
- name: Assert database exists
2222
shell: bash
2323
run: |

pr-checks/checks/upload-ref-sha-input.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
upload-database: false
1515
ref: 'refs/heads/main'
1616
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
17-
upload: false
17+
upload: never
1818
- uses: ./../action/upload-sarif
1919
with:
2020
ref: 'refs/heads/main'

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
checkout_path: x/y/z/some-path/tests/multi-language-repo
3030
ref: v1.1.0
3131
sha: 474bbf07f9247ffe1856c6a0f94aeeb10e7afee6
32-
upload: false
32+
upload: never
3333
upload-database: false
3434

3535
- uses: ./../action/upload-sarif

0 commit comments

Comments
 (0)