Skip to content

Commit d52a751

Browse files
committed
Only run ref and sha input checks against a single CLI version
These checks aren't affected by the CLI version, so just run them with the default CLI.
1 parent 18e6c39 commit d52a751

File tree

4 files changed

+2
-84
lines changed

4 files changed

+2
-84
lines changed

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

Lines changed: 0 additions & 42 deletions
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: 0 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/analyze-ref-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Analyze: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
versions: ["default"]
34
steps:
45
- uses: ./../action/init
56
with:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Upload-sarif: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
versions: ["default"]
34
steps:
45
- uses: ./../action/init
56
with:

0 commit comments

Comments
 (0)