-
Notifications
You must be signed in to change notification settings - Fork 5
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
[DT-1122] Apply zizmor
suggestions
#1879
Conversation
@@ -50,6 +50,7 @@ jobs: | |||
with: | |||
ref: ${{ inputs.ref }} | |||
token: ${{ secrets.BROADBOT_TOKEN }} # this allows the push to succeed later | |||
persist-credentials: false |
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.
I'm not sure about this one given the previous line
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.
I think we can always roll it back if necessary.
env: | ||
GCR_TAG: ${{ needs.bump_version.outputs.api_image_tag }} |
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.
This should work to replace the export
call.
|
@@ -50,6 +50,7 @@ jobs: | |||
with: | |||
ref: ${{ inputs.ref }} | |||
token: ${{ secrets.BROADBOT_TOKEN }} # this allows the push to succeed later | |||
persist-credentials: false |
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.
I think we can always roll it back if necessary.
This partially reverts commit 8501e14.
This partially reverts commit 8501e14.
This partially reverts commit 8501e14.
Addresses
https://broadworkbench.atlassian.net/browse/DT-1122
Summary
gradle/gradle-build-action
tov2.12.0
, as previous versions have a vulnerability. Note that we cannot switch tov3
due to https://broadworkbench.atlassian.net/browse/DT-1132Testing Strategy
In progress