Skip to content

Commit 56bd363

Browse files
authored
chore: pin GitHub Actions versions to commit hashes (#56)
This will help prevent attacks such as [this one](https://semgrep.dev/blog/2025/popular-github-action-tj-actionschanged-files-is-compromised/). Dependabot is able to update these versions automatically, and it will preserve the readable version comments.
1 parent 07a50ab commit 56bd363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/project_add.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.actor != 'dependabot[bot]' }}
2121
steps:
22-
- uses: actions/add-to-project@v0.5.0
22+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
2323
with:
2424
project-url: https://github.com/orgs/MeltanoLabs/projects/3
2525
github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}

0 commit comments

Comments
 (0)