Skip to content

Commit ea25ff0

Browse files
authored
Merge pull request #1397 from github/update-v1.1.34-312e093a
Merge releases/v2 into releases/v1
2 parents 7311378 + 85b8c47 commit ea25ff0

File tree

134 files changed

+1440
-771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+1440
-771
lines changed

.github/check-codescanning-config/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ runs:
4242
packs: ${{ inputs.packs }}
4343
tools: ${{ inputs.tools }}
4444
db-location: ${{ runner.temp }}/codescanning-config-cli-test
45+
env:
46+
CODEQL_ACTION_TEST_MODE: 'true'
4547

4648
- name: Install dependencies
4749
shell: bash

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ runs:
3535
tools: ${{ inputs.tools }}
3636
db-location: ${{ runner.temp }}/query-filter-test
3737
env:
38-
TEST_MODE: "true"
38+
CODEQL_ACTION_TEST_MODE: "true"
3939
- uses: ./../action/analyze
4040
with:
4141
output: ${{ runner.temp }}/results
4242
upload-database: false
4343
upload: false
4444
env:
45-
TEST_MODE: "true"
45+
CODEQL_ACTION_TEST_MODE: "true"
4646
- name: Check SARIF
4747
uses: ./../action/.github/check-sarif
4848
with:

.github/workflows/__analyze-ref-input.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__autobuild-action.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__extractor-ram-threads.yml

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-autobuilder.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__init-with-registries.yml

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__ml-powered-queries.yml

+3-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

+35-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)