Skip to content

Commit

Permalink
Only run ref and sha input checks against a single CLI version
Browse files Browse the repository at this point in the history
These checks aren't affected by the CLI version, so just run them with
the default CLI.
  • Loading branch information
henrymercer committed Oct 9, 2023
1 parent 18e6c39 commit d52a751
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 84 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/__analyze-ref-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 0 additions & 42 deletions .github/workflows/__upload-ref-sha-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/analyze-ref-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Analyze: 'ref' and 'sha' from inputs"
description: "Checks that specifying 'ref' and 'sha' as inputs works"
versions: ["default"]
steps:
- uses: ./../action/init
with:
Expand Down
1 change: 1 addition & 0 deletions pr-checks/checks/upload-ref-sha-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Upload-sarif: 'ref' and 'sha' from inputs"
description: "Checks that specifying 'ref' and 'sha' as inputs works"
versions: ["default"]
steps:
- uses: ./../action/init
with:
Expand Down

0 comments on commit d52a751

Please sign in to comment.