Skip to content

Commit

Permalink
Merge pull request #956 from github/aeisenberg/checkout-path-commitoid
Browse files Browse the repository at this point in the history
Use the `checkout_path` for getting the commit oid
  • Loading branch information
aeisenberg committed Mar 25, 2022
2 parents 6e57bba + 88db5e7 commit 6d1f0a0
Show file tree
Hide file tree
Showing 15 changed files with 444 additions and 149 deletions.
145 changes: 145 additions & 0 deletions .github/workflows/__with-checkout-path.yml

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

3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -19,7 +19,8 @@ No user facing changes.

## 1.1.3 - 23 Feb 2022

- Fix bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938)
- Fix a bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938)
- Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956)

## 1.1.2 - 17 Feb 2022

Expand Down
13 changes: 9 additions & 4 deletions lib/actions-util.js

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

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

132 changes: 76 additions & 56 deletions lib/actions-util.test.js

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

2 changes: 1 addition & 1 deletion lib/actions-util.test.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/testing-utils.js

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

0 comments on commit 6d1f0a0

Please sign in to comment.