mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
chore: use checkout v3 with new depth (#1471)
This commit is contained in:
parent
07aee798b0
commit
03971ace43
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -97,7 +97,9 @@ jobs:
|
||||
contents: write
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Bootstrap environment
|
||||
uses: ./.github/actions/bootstrap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user