Skip to content

Commit 68be0dc

Browse files
committed
Merge branch 'main' into henrymercer/bundle
2 parents d2dfa8c + 48dd624 commit 68be0dc

37 files changed

+458
-266
lines changed

.github/actions/setup-swift/action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/__autobuild-direct-tracing-with-working-dir.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/__autobuild-direct-tracing.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/__export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.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/__swift-autobuild.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ inputs:
4242
your workflow between the `init` and `analyze` steps. Available for all
4343
compiled languages.
4444
required: false
45+
analysis-kinds:
46+
description: >-
47+
[Internal] A comma-separated list of analysis kinds to enable. This input is intended for
48+
internal-use only at this time and the behaviour is subject to changes. Some features may
49+
not be available depending on which analysis kinds are enabled.
50+
51+
Available options are:
52+
53+
- `code-scanning`: The default, security-focused analysis.
54+
- `code-quality`: Analysis focused on code quality. This must be enabled in conjunction
55+
with `code-scanning`.
56+
default: 'code-scanning'
57+
required: true
4558
token:
4659
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
4760
default: ${{ github.token }}

lib/analyze-action-post.js

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)