Skip to content

Commit 31a97e0

Browse files
hyperpolymathclaude
andcommitted
ci: SHA-pin actions/add-to-project (repo enforces sha_pinning)
add-to-roadmap.yml referenced actions/add-to-project@v1.0.2 (a tag). This repo sets sha_pinning_required=true on Actions, so the tag ref caused a startup_failure: the workflow never ran and new issues/PRs were not added to roadmap project #35. Pin to the v1.0.2 commit SHA (sibling workflows are all SHA-pinned, which is why they succeed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 96ed1df commit 31a97e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-to-roadmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
add-to-project:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/add-to-project@v1.0.2
16+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1717
with:
1818
project-url: https://github.com/users/hyperpolymath/projects/35
1919
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)