Skip to content

Commit

Permalink
set fetch-depth: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstairs committed Oct 3, 2023
1 parent d290751 commit f292d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0

- name: Set variables
id: set-variables
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit f292d71

Please sign in to comment.