Skip to content

Commit 0e678b6

Browse files
committed
chore: pin GH Actions to commit sha
rancher/rancher-security 1906 Signed-off-by: Derek Su <derek.su@suse.com>
1 parent f43c581 commit 0e678b6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
# The FOSSA token is shared between all repos in Rancher's GH org. It can be
2121
# used directly and there is no need to request specific access to EIO.
2222
- name: Read FOSSA token
23-
uses: rancher-eio/read-vault-secrets@main
23+
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89
2424
with:
2525
secrets: |
2626
secret/data/github/org/rancher/fossa/push token | FOSSA_API_KEY_PUSH_ONLY
2727
2828
- name: FOSSA scan
29-
uses: fossas/fossa-action@main
29+
uses: fossas/fossa-action@edcc58279d396837acb02a1317ffa24dabfb7cc9
3030
with:
3131
api-key: ${{ env.FOSSA_API_KEY_PUSH_ONLY }}
3232
# Only runs the scan and do not provide/returns any results back to the

.github/workflows/sync-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: repo-sync
16-
uses: rancher/gh-issue-mgr/github-sync@main
16+
uses: rancher/gh-issue-mgr/github-sync@b70f0bdf12a03e5e3f33e4f92ccb6c89deb3ebd9
1717
with:
1818
source_repo: "https://github.com/longhorn/backing-image-manager.git"
1919
source_branch: "v*.*.x"

0 commit comments

Comments
 (0)