Upgrade to latest static analysis Action #4
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR replaces the outdated CI/CD workflow in this repository with the Action-ified version from tool-static-analysis. The docker image currently used by this repository,
blcdsdockerregistry/cicd-base
, was replaced last year byuclahs-cds/docker-CICD-base
. Under the hood, the Action is using that updated image to perform the checks.This PR does include code changes. Those code changes are just the addition of empty
README.md
and.gitignore
files, as well as a basicmetadata.yaml
.Turning the static analysis checks into an Action makes it much easier for your friendly neighborhood Infrastructure Team to make large-scale updates without opening pull requests in dozens or hundreds of repositories.
tool-static-analysis@v1
internally usesactions/checkout@v4
. In the future, we will only need to updatetool-static-analysis
in order for all the repositories updated in this wave to reap the benefits.