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.
cboone/gh-actionsPR #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-actionsrelease that contains PR #49, update these paths and replace the existing@v1/@v2refs with the new release tag or corresponding pinned commit SHA. Old paths remain available only on oldergh-actionstags that predate the rename.Also check branch protection required status names after the workflow rename, if this repo has protected branches.