mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
ci: Harden GitHub Actions
Update GitHub actions to use full length commit ids for third-party actions to reduce security risk in case of vulnerabilities. Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
25d4186265
commit
56d08e1b4d
3
.github/workflows/auto-assign.yaml
vendored
3
.github/workflows/auto-assign.yaml
vendored
@ -11,7 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: take the issue
|
||||
uses: bdougie/take-action@main
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: bdougie/take-action@1439165ac45a7461c2d89a59952cd7d941964b87 # main
|
||||
with:
|
||||
message: >
|
||||
Thanks for taking this issue!
|
||||
|
Reference in New Issue
Block a user