Skip to content
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

chore: fix integ test workflow to avoid possible race condition #1148

Merged

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Apr 10, 2024

Between approval of the integ test deployment and the GH Actions runner picking up the job, the contents of the referenced branch could change because pull_request.head.ref is mutable. Using sha instead which is immutable.

This PR also updates the action versions for this workflow.

Between approval of the integ test deployment and the GH Actions runner picking up the job, the contents of the referenced branch could change because `pull_request.head.ref` is mutable. Using `sha` instead which is immutable.

This PR also updates the action versions for this workflow.
@mrgrain mrgrain temporarily deployed to IntegTestCredentials April 10, 2024 18:48 — with GitHub Actions Inactive
@cdklabs-automation cdklabs-automation added this pull request to the merge queue Apr 10, 2024
Merged via the queue into main with commit e2cfddb Apr 10, 2024
8 checks passed
@cdklabs-automation cdklabs-automation deleted the mrgrain/chore/fix/integ-test-workflow-race-condition branch April 10, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants