mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
Pin contributors-readme-action to commit SHA for security
Pin third-party GitHub Action to specific commit SHA instead of mutable branch reference to prevent potential supply chain attacks.
This commit is contained in:
parent
59f31e8506
commit
5070206cb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_contributors.yml
vendored
2
.github/workflows/update_contributors.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Add contributors
|
||||
steps:
|
||||
- name: Updates readme with contributors
|
||||
uses: akhilmhdh/contributors-readme-action@master
|
||||
uses: akhilmhdh/contributors-readme-action@83ea0b4f1ac928fbfe88b9e8460a932a528eb79f # v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue