Skip to content

Commit

Permalink
Merge pull request #16371 from Snuffleupagus/issue-16366
Browse files Browse the repository at this point in the history
Include the entire `git` history in the work-flows (issue 16366)
  • Loading branch information
timvandermeij authored Apr 29, 2023
2 parents f28d915 + 7c1e505 commit 16017d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 16017d6

Please sign in to comment.