Skip to content

Commit 5dd071d

Browse files
mikolalysenkoclaude
andcommitted
Pin GitHub Actions to full commit SHAs in publish workflow
Fix workflow failure caused by repository policy requiring actions to be pinned to full-length commit SHAs instead of version tags. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d91fb1e commit 5dd071d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3838

3939
- name: Setup Node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4141
with:
4242
node-version: '20'
4343

0 commit comments

Comments
 (0)