Merge pull request #16371 from Snuffleupagus/issue-16366

Include the entire `git` history in the work-flows (issue 16366)
This commit is contained in:
Tim van der Meij 2023-04-29 11:34:51 +02:00 committed by GitHub
commit 16017d6669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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