Skip to content

Commit 254b53d

Browse files
authored
Merge branch 'main' into henrymercer/build-mode-input
2 parents 463930c + e345133 commit 254b53d

34 files changed

+381
-312
lines changed

analyze/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ inputs:
5252
# If changing this, make sure to update workflow.ts accordingly.
5353
default: ${{ github.workspace }}
5454
ref:
55-
description: "The ref where results will be uploaded. If not provided, the Action will use the GITHUB_REF environment variable. If provided, the sha input must be provided as well. This input is not available in pull requests from forks."
55+
description: "The ref where results will be uploaded. If not provided, the Action will use the GITHUB_REF environment variable. If provided, the sha input must be provided as well. This input is ignored for pull requests from forks."
5656
required: false
5757
sha:
58-
description: "The sha of the HEAD of the ref where results will be uploaded. If not provided, the Action will use the GITHUB_SHA environment variable. If provided, the ref input must be provided as well. This input is not available in pull requests from forks."
58+
description: "The sha of the HEAD of the ref where results will be uploaded. If not provided, the Action will use the GITHUB_SHA environment variable. If provided, the ref input must be provided as well. This input is ignored for pull requests from forks."
5959
required: false
6060
category:
6161
description: String used by Code Scanning for matching the analyses

node_modules/.package-lock.json

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

node_modules/@types/uuid/README.md

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

node_modules/@types/uuid/index.d.mts

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

node_modules/@types/uuid/package.json

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

node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js

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

node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js

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

0 commit comments

Comments
 (0)