-
Notifications
You must be signed in to change notification settings - Fork 89
Update dependency check with new version #1443
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
Conversation
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.
Thank you @gsheni !! 🎉
Yep, the action just started failing 30min ago with a "set-env" message:
The
set-env
command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting theACTIONS_ALLOW_UNSECURE_COMMANDS
environment variable totrue
. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
The fix is to update the version of the create-pull-request
action we use. We updated our fork to include v3
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
commit-message: Update latest dependencies | ||
title: Automated Latest Dependency Updates | ||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
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.
Yep, so this just makes it so the author stays as "github-actions[bot]". Awesome
Codecov Report
@@ Coverage Diff @@
## main #1443 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 220 220
Lines 14582 14582
=======================================
Hits 14575 14575
Misses 7 7 Continue to review full report at Codecov.
|
No description provided.