Skip to content

Commit 0a3e890

Browse files
committed
Work around broken github/runner input handling for post steps
Signed-off-by: Josh Soref <[email protected]>
1 parent d9886b8 commit 0a3e890

File tree

4 files changed

+40
-5
lines changed

4 files changed

+40
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
88

99
- Bump the minimum CodeQL bundle version to 2.14.6. [#2549](https://github.com/github/codeql-action/pull/2549)
1010

11+
- The upload-sarif action should not break composite actions that have a different set of inputs than the ones expected by upload-sarif. Failure used to appear in the form of: `upload-sarif post-action step failed: Input required and not supplied: token`.
12+
1113
## 3.26.13 - 14 Oct 2024
1214

1315
No user facing changes.

lib/actions-util.js

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

0 commit comments

Comments
 (0)