upgrading actions, dependabot#4
Merged
Merged
Conversation
There was a problem hiding this comment.
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.ymlto 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.
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.
No description provided.