Skip to content

chore(ci): update dependencies#4006

Open
pr-automation-bot-public[bot] wants to merge 1 commit into
mainfrom
bot-deps-update
Open

chore(ci): update dependencies#4006
pr-automation-bot-public[bot] wants to merge 1 commit into
mainfrom
bot-deps-update

Conversation

@pr-automation-bot-public

Copy link
Copy Markdown
Contributor

Automated dependency bump produced by .github/workflows/update-deps.yml.

Per-tool outcome:

  • rust: success
  • node: success
  • didc: success
  • icp-cli: success

Copilot AI review requested due to automatic review settings June 11, 2026 07:32
@pr-automation-bot-public pr-automation-bot-public Bot requested a review from a team as a code owner June 11, 2026 07:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

MRmarioruci added a commit that referenced this pull request Jun 11, 2026
## Problem

After #3998 merged, the first manual run of the new dependency-updates
workflow failed at the \`Create Pull Request\` step with \`Error:
Requires authentication\` — all four updaters succeeded but the
PR-creation step couldn't write.

Failing run:
https://github.com/dfinity/internet-identity/actions/runs/27285768379/job/80593220134

The \`permissions: contents: read\` block we added (to satisfy CodeQL's
"workflow does not contain permissions" finding) was too restrictive.
\`peter-evans/create-pull-request\` still makes internal calls that need
\`contents:write\` + \`pull-requests:write\` even when an App token is
supplied via \`token:\`.

\`update-passkey-aaguid.yml\` doesn't hit this because it has no
\`permissions:\` block at all — the implicit GITHUB_TOKEN keeps its
default broad scopes.

## Changes

- \`permissions: contents: read\` → \`permissions: { contents: write,
pull-requests: write }\` in \`.github/workflows/update-deps.yml\`.

## Tests

#4006

Co-authored-by: MRmarioruci <23653062+MRmarioruci@users.noreply.github.com>
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.

2 participants