You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our deployment process failed a couple times due to fastly/cli#1072. Looking into, we realized that we're not setting cli_version to a specific version, which means we're floating the CLI version without realizing it. But if we switch to setting the cli_version, we lose support for dependabot to open PRs for new CLI version releases.
Please consider switching to incorporate the CLI version in the versioning of this action so that we can be safeguarded against supply chain attacks without dropping dependabot support.
The text was updated successfully, but these errors were encountered:
Our deployment process failed a couple times due to fastly/cli#1072. Looking into, we realized that we're not setting
cli_version
to a specific version, which means we're floating the CLI version without realizing it. But if we switch to setting thecli_version
, we lose support for dependabot to open PRs for new CLI version releases.Please consider switching to incorporate the CLI version in the versioning of this action so that we can be safeguarded against supply chain attacks without dropping dependabot support.
The text was updated successfully, but these errors were encountered: