Skip to content

Commit 84f3d89

Browse files
Restore history for Super-Linter
Super-Linter needs the main branch reference for repository comparisons; retain shallow checkouts elsewhere. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 9a9e261 commit 84f3d89

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Build-Docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
persist-credentials: false
24+
fetch-depth: 0
2425

2526
- name: Checkout Process-PSModule
2627
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

.github/workflows/Lint-Repository.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
persist-credentials: false
27+
fetch-depth: 0
2728

2829
- name: Load dynamic envs
2930
shell: pwsh

.github/workflows/Linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
persist-credentials: false
25+
fetch-depth: 0
2526

2627
- name: Lint code base
2728
uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0

0 commit comments

Comments
 (0)