Skip to content

Commit 93b8dfd

Browse files
julian-rischclaude
andauthored
chore: pin GitHub Actions to specific commit SHAs (#422)
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 8d14405 commit 93b8dfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI_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 the project for triage
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v0.5.0
13+
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c # v0.5.0
1414
with:
1515
project-url: https://github.com/orgs/deepset-ai/projects/5
1616
github-token: ${{ secrets.GH_PROJECT_PAT }}

.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)