-
Notifications
You must be signed in to change notification settings - Fork 191
fix(github-action): Analyze checkout & upload bug #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(github-action): Analyze checkout & upload bug #519
Conversation
joshfried-aws
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: title should replace the word bug with fix according to the conventional commits spec
| steps: | ||
| - name: CloudFormation Guard validate | ||
| uses: aws-cloudformation/[email protected].2 | ||
| uses: aws-cloudformation/[email protected].3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: i assume theres a way we can make this less tedious when bumping the version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could just x.x.x it and leave it at that or template it.
…#519) Fix publicCheckout & uploadCodeScan on schedule events
Issue #, if available:
N/A
Description of changes:
Fixes missing SHA and ref for checkoutPublicRepository & uploadCodeScan
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license