Skip to content

Commit 2bd27de

Browse files
authored
Merge pull request #10055 from rancher-sandbox/pin-actions-to-sha
Pin GH Actions to commit sha
2 parents 7df4ffa + d2ed784 commit 2bd27de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/get-token/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- id: vault
2020
name: Read vault secrets
2121
if: github.repository == 'rancher-sandbox/rancher-desktop'
22-
uses: rancher-eio/read-vault-secrets@main
22+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
2323
with:
2424
secrets: |
2525
secret/data/github/repo/${{ github.repository }}/github/app-credentials appId | APP_ID ;

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# going read through it all anyway.
119119
if: always() && env.UPLOAD_SARIF_LIMITED != ''
120120
continue-on-error: true
121-
uses: github/codeql-action/upload-sarif@v4
121+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
122122
with:
123123
category: check-spelling
124124
sarif_file: ${{ env.UPLOAD_SARIF_LIMITED }}

0 commit comments

Comments
 (0)