Skip to content

Commit 7485d52

Browse files
julian-rischclaude
andauthored
chore: pin GitHub Actions to specific commit SHAs (#517)
Use pinact to pin all workflow actions to immutable commit SHAs instead of mutable tags to prevent supply chain attacks. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 906800f commit 7485d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add new issues to project for triage
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1.0.2
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/deepset-ai/projects/5
1616
github-token: ${{ secrets.GH_PROJECT_PAT }}

0 commit comments

Comments
 (0)