Skip to content

Update gh-actions refs for renamed actions and workflows #86

Description

@cboone

cboone/gh-actions PR #49 renames public action paths and reusable workflow filenames. This repo currently uses old paths in active workflows:

  • .github/workflows/ci.yml: go-ci.yml@v2 -> run-go-ci.yml@<new-ref>
  • .github/workflows/gitleaks.yml: secret-scan.yml@v1 -> scan-for-secrets.yml@<new-ref>
  • .github/workflows/release.yml: go-release.yml@v1 -> release-go-binaries.yml@<new-ref>

When upgrading to the breaking gh-actions release that contains PR #49, update these paths and replace the existing @v1 / @v2 refs with the new release tag or corresponding pinned commit SHA. Old paths remain available only on older gh-actions tags that predate the rename.

Also check branch protection required status names after the workflow rename, if this repo has protected branches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions