Skip to content

Commit 70f066f

Browse files
committed
Merge branch 'master' into pr/13074
2 parents f1f26b7 + 2acdec5 commit 70f066f

File tree

242 files changed

+23615
-17923
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+23615
-17923
lines changed

.github/workflows/content-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/data-connector-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/detection-template-schema-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
PRNUM: ${{ github.event.pull_request.number }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/detection-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/documents-link-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/json-syntax-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/kql-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
PRNUM: ${{ github.event.pull_request.number }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/logo-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/non-ascii-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
dotnetSdkVersion: 3.1.401
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/playbook-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g [email protected];which npm;npm -v
2325
- name: npm install
2426
run: npm install

0 commit comments

Comments
 (0)