Skip to content

Fix basic_checks.yaml: repair deploy step and modernize action versions#48

Merged
seandavi merged 3 commits into
develfrom
copilot/update-basic-checks-workflow
May 3, 2026
Merged

Fix basic_checks.yaml: repair deploy step and modernize action versions#48
seandavi merged 3 commits into
develfrom
copilot/update-basic-checks-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 3, 2026

  • Investigate failing workflow runs and root causes
  • Fix deploy step: replace actions/deploy-pages@v4 with JamesIves/github-pages-deploy-action@v4 (pushes to gh-pages branch)
  • Update workflow structure: deploy job only runs on push events with explicit success() guard
  • Update Docker actions to Node.js 24 compatible versions
  • Update actions/checkout to v6, actions/cache to v5
  • Fix sigstore/cosign-installer to use exact version v4.1.1 (no floating v4 major tag available)
  • Validate: r-build-and-check ✅, deploy ✅, docker-build-and-push (fixing)

Copilot AI changed the title [WIP] Update basic_checks.yaml workflow for successful builds Fix basic_checks.yaml: repair deploy step and modernize action versions May 3, 2026
Copilot AI requested a review from seandavi May 3, 2026 03:10
@seandavi seandavi marked this pull request as ready for review May 3, 2026 03:16
@seandavi seandavi merged commit 7a4eb3e into devel May 3, 2026
7 checks passed
@seandavi seandavi deleted the copilot/update-basic-checks-workflow branch May 3, 2026 03:16
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.

Update the basic_checks.yaml gh actions workflow as needed to ensure builds complete.

2 participants