Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GHA CI/CD checkout for version string (#180)
Currently, the locally built copies of the oscal-cli utility does correctly encode version information based on short ID for commits and tags. This behavior functions correctly because the git clone for normal operations retrieves full history so you can properly analyze commits and find the latest tag. This behavior does not work with the default behavior (and arguments), as of actions/checkout@c85c95e, does not get that history. This commit configures GitHub CI/CD with this action to fetch the full history of the repo to do it correctly. See usnistgov/liboscal-java#173 for details.
- Loading branch information