Skip to content

fix(ci): downgrade non-existent action versions to latest stable#92

Open
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
fix/checkout-action-version
Open

fix(ci): downgrade non-existent action versions to latest stable#92
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
fix/checkout-action-version

Conversation

@sauravbhattacharya001
Copy link
Owner

Problem

All 8 GitHub Actions workflows reference action versions that don't exist on the marketplace:

  • \�ctions/checkout@v6\ → latest is v4
  • \�ctions/upload-artifact@v7\ → latest is v4
  • \�ctions/labeler@v6\ → latest is v5
  • \�ctions/stale@v10\ → latest is v9

This causes every workflow to fail immediately with \Unable to resolve action\ errors.

Fix

Downgraded all action references to the latest stable versions. Affected workflows: ci, codeql, coverage, docker, pages, publish, auto-label, stale.

actions/checkout@v6 → v4 (latest stable)
actions/upload-artifact@v7 → v4 (latest stable)
actions/labeler@v6 → v5 (latest stable)
actions/stale@v10 → v9 (latest stable)

These versions don't exist on the GitHub Actions marketplace and would
cause all workflows to fail with 'Unable to resolve action' errors.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions bot added ci/cd CI/CD pipeline and workflows security Security improvements size/s labels Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd CI/CD pipeline and workflows security Security improvements size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant