chore(deps): bump the actions group across 1 directory with 3 updates#548
Merged
Conversation
--- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Fix PR: #550 Unresolved inline review threads after push: 0. Skipped threads: none. |
Contributor
Unresolved inline review threads: 0. Skipped threads: none. |
3 tasks
Contributor
|
Fix PR: #551
Unresolved inline review threads: 0. Skipped threads: none. |
3 tasks
Contributor
|
Fix PR: #552
Unresolved inline review threads: 0. Skipped threads: none. |
Contributor
|
CI fix:
Review threads:
Unresolved inline review threads after push: 0. Skipped threads: none. |
3 tasks
Contributor
|
Fix PR: #553
Unresolved inline review threads: 0. Skipped threads: none. |
Contributor
|
Fix PR: #554
Unresolved inline review threads after push: 0. Skipped threads: none. |
|
🚀 Preview: https://wcpos-5s4cshxlq-wcpos.vercel.app |
GitHub withholds repository secrets from Dependabot-triggered runs and
from fork pull requests, so `--token=${{ secrets.VERCEL_TOKEN }}`
expanded to an empty value and `vercel pull` aborted with "You defined
"--token", but it's missing a value". VERCEL_ORG_ID and VERCEL_PROJECT_ID
were empty for the same reason.
The existing VERCEL_DEPLOYS gate only covers a token that is absent
repo-wide; it cannot see a token that is present but withheld from this
particular run. Such runs have no way to deploy, so skip the job instead
of failing it.
The secrets context is not available to `if:`, so gate on the conditions
that make the secrets empty rather than on the token value itself.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…rets ci: skip Deploy Preview when the run cannot read secrets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions