Skip to content

upgrading actions, dependabot#4

Merged
Ryiguchi merged 3 commits into
mainfrom
upgrade-actions-to-latest
Jun 26, 2026
Merged

upgrading actions, dependabot#4
Ryiguchi merged 3 commits into
mainfrom
upgrade-actions-to-latest

Conversation

@Ryiguchi

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 26, 2026 16:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates this repo’s GitHub Actions workflows to use newer, SHA-pinned action versions and introduces a Dependabot configuration to keep GitHub Actions dependencies up to date.

Changes:

  • Pin commonly used GitHub Actions (checkout/setup-node/upload-artifact, etc.) to specific SHAs and newer releases across CI/CD workflows.
  • Add .github/dependabot.yml to enable weekly GitHub Actions update PRs (grouped for minor/patch).
  • Adjust a few workflow behaviors alongside upgrades (e.g., sharded Playwright artifact naming; clarify pnpm version input behavior).

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/typecheck.yml Pins actions to SHAs; clarifies pnpm version input behavior.
.github/workflows/test.yml Updates action pins used by the cache-warmer job.
.github/workflows/test-in-parallel.yml Pins actions to SHAs (checkout/setup-node/pnpm/bun).
.github/workflows/publish.yml Pins actions to SHAs (checkout/setup-node/pnpm/gh-release).
.github/workflows/publish-auto.yml Pins actions to SHAs (checkout/setup-node/pnpm/gh-release).
.github/workflows/playwright.yml Pins actions to SHAs; updates artifact upload action and naming.
.github/workflows/lint.yml Pins actions to SHAs; clarifies pnpm version input behavior.
.github/workflows/expo-publish.yml Pins actions to SHAs (checkout/setup-node/pnpm/expo/cache/github-script).
.github/workflows/expo-preview.yml Pins actions to SHAs (checkout/setup-node/pnpm/expo/cache/github-script/sticky-comment).
.github/workflows/eas-build.yml Pins actions to SHAs (checkout/setup-node/pnpm/bun/expo).
.github/workflows/eas-build-local.yml Pins actions to SHAs (checkout/setup-node/java/pnpm/bun/expo).
.github/workflows/docker-build.yml Pins actions to SHAs (checkout/docker/*/env export/discord status).
.github/workflows/deploy-to-heroku.yml Pins checkout and heroku deploy action to SHAs.
.github/workflows/caprover-deploy.yml Pins actions to SHAs (checkout/env export/setup-bun/discord status).
.github/workflows/caprover-configure-app.yml Pins actions to SHAs (checkout/env export/setup-bun/discord status).
.github/workflows/build-for-heroku.yml Pins checkout and heroku deploy action to SHAs.
.github/dependabot.yml Adds Dependabot config for weekly GitHub Actions updates (grouped minor/patch + cooldown).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/playwright.yml Outdated
@Ryiguchi Ryiguchi merged commit 926180a into main Jun 26, 2026
26 of 30 checks passed
@Ryiguchi Ryiguchi deleted the upgrade-actions-to-latest branch June 26, 2026 16:55
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