Archisman Karmakar
commited on
Commit
·
78337bb
1
Parent(s):
9d91565
Update ossar.yml
Browse files
.github/workflows/ossar.yml
CHANGED
@@ -37,6 +37,8 @@ jobs:
|
|
37 |
|
38 |
- name: Checkout repository
|
39 |
uses: actions/checkout@v4
|
|
|
|
|
40 |
|
41 |
# Ensure a compatible version of dotnet is installed.
|
42 |
# The [Microsoft Security Code Analysis CLI](https://aka.ms/mscadocs) is built with dotnet v3.1.201.
|
|
|
37 |
|
38 |
- name: Checkout repository
|
39 |
uses: actions/checkout@v4
|
40 |
+
with:
|
41 |
+
fetch-depth: 1 # Fetch only the latest commit
|
42 |
|
43 |
# Ensure a compatible version of dotnet is installed.
|
44 |
# The [Microsoft Security Code Analysis CLI](https://aka.ms/mscadocs) is built with dotnet v3.1.201.
|