mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 19:02:19 +00:00
fix fetch-depth for linter checkout
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
e6db7d66b0
commit
4c5a33ee04
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js
|
||||
id: setup-node
|
||||
|
||||
Loading…
Reference in New Issue
Block a user