mirror of
https://github.com/actions/checkout.git
synced 2025-12-17 22:07:23 +00:00
pin github actions
This commit is contained in:
parent
8e8c483db8
commit
643c34bd16
7 changed files with 22 additions and 22 deletions
2
.github/workflows/update-main-version.yml
vendored
2
.github/workflows/update-main-version.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
# Note this update workflow can also be used as a rollback tool.
|
||||
# For that reason, it's best to pin `actions/checkout` to a known, stable version
|
||||
# (typically, about two releases back).
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Git config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue