Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

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

Merged
sauravbhattacharya001 merged 1 commit into
masterfrom
fix/checkout-action-version
Mar 28, 2026
Merged

sauravbhattacharya001 merged 1 commit into
masterfrom
fix/checkout-action-version

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
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
Copy Markdown

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
@sauravbhattacharya001
sauravbhattacharya001 merged commit d9996ee into master Mar 28, 2026
4 of 8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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