Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 28, 2023
1 parent d9d6e83 commit 36ef99f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
steps:
- name: Checkout repository ⚙️
uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
Expand Down Expand Up @@ -130,6 +133,9 @@ jobs:
steps:
- name: Checkout repository ⚙️
uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
Expand Down Expand Up @@ -182,6 +188,9 @@ jobs:
steps:
- name: Checkout repository ⚙️
uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
steps:
- name: Checkout repository ⚙️
uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 36ef99f

Please sign in to comment.