Skip to content

Commit 6f0a448

Browse files
authored
Merge pull request #328 from step-security-bot/chore/GHA-110904-stepsecurity-remediation
[StepSecurity] ci: Harden GitHub Actions
2 parents 1669eab + c0f7f3c commit 6f0a448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/protos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Setup Buf CLI - will pull proto from buf.build/permifyco/permify
3030
- name: Setup Buf
31-
uses: bufbuild/buf-action@v1
31+
uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
3232
with:
3333
setup_only: true
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
5252
# Create Pull Request only if there are changes
5353
- name: Create Pull Request
5454
if: steps.verify-changes.outputs.has_changes == 'true'
55-
uses: peter-evans/create-pull-request@v7.0.8
55+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
commit-message: "chore(proto): update generated SDK with latest Permify definitions"

0 commit comments

Comments
 (0)