File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
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@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0
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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222
2323jobs :
2424 call-workflow :
25- uses : rancher/renovate-config/.github/workflows/renovate-vault.yml@release
25+ uses : rancher/renovate-config/.github/workflows/renovate-vault.yml@c88cbe41a49d02648b9bf83aa5a64902151323fa # release
2626 with :
2727 logLevel : ${{ inputs.logLevel || 'info' }}
2828 overrideSchedule : ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
You can’t perform that action at this time.
0 commit comments