Skip to content

Commit dde0e85

Browse files
committed
Update GHA to ignore copilot instructions
1 parent c5e0ae8 commit dde0e85

17 files changed

Lines changed: 53 additions & 19 deletions

.github/workflows/arm64.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

@@ -37,10 +39,10 @@ jobs:
3739
build_type: [arm64-Debug, arm64-Release]
3840

3941
steps:
40-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4143

4244
- name: Clone test repository
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4446
with:
4547
repository: walbourn/directxmathtest
4648
path: Tests

.github/workflows/arm64test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

@@ -38,10 +40,10 @@ jobs:
3840
build_type: [arm64-Release]
3941

4042
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4244

4345
- name: Clone test repository
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4547
with:
4648
repository: walbourn/directxmathtest
4749
path: Tests

.github/workflows/asan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.cmd
1718
- build/*.json
@@ -24,6 +25,7 @@ on:
2425
- '*.md'
2526
- LICENSE
2627
- '.azuredevops/**'
28+
- '.github/*.md'
2729
- '.nuget/*'
2830
- build/*.cmd
2931
- build/*.json
@@ -48,10 +50,10 @@ jobs:
4850
arch: [amd64]
4951

5052
steps:
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5254

5355
- name: Clone test repository
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5557
with:
5658
repository: walbourn/directxmathtest
5759
path: Tests

.github/workflows/clangcl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

.github/workflows/codeql.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527
schedule:
@@ -41,10 +43,10 @@ jobs:
4143

4244
steps:
4345
- name: Checkout repository
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4547

4648
- name: Clone test repository
47-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4850
with:
4951
repository: walbourn/directxmathtest
5052
path: Tests
@@ -56,7 +58,7 @@ jobs:
5658
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5759

5860
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
61+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6062
with:
6163
languages: c-cpp
6264
build-mode: manual
@@ -70,6 +72,6 @@ jobs:
7072
run: cmake --build out/build/x64-Debug
7173

7274
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
75+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
7476
with:
7577
category: "/language:c-cpp"

.github/workflows/cxx.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

@@ -59,10 +61,10 @@ jobs:
5961
arch: amd64_arm64
6062

6163
steps:
62-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
64+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6365

6466
- name: Clone test repository
65-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6668
with:
6769
repository: walbourn/directxmathtest
6870
path: Tests

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

.github/workflows/msbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*
2527

.github/workflows/msbuildex.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*
2527

.github/workflows/msvc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.md'
1313
- LICENSE
1414
- '.azuredevops/**'
15+
- '.github/*.md'
1516
- '.nuget/*'
1617
- build/*.ps1
1718
pull_request:
@@ -20,6 +21,7 @@ on:
2021
- '*.md'
2122
- LICENSE
2223
- '.azuredevops/**'
24+
- '.github/*.md'
2325
- '.nuget/*'
2426
- build/*.ps1
2527

@@ -40,10 +42,10 @@ jobs:
4042

4143
steps:
4244
- name: Checkout repository
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4446

4547
- name: Clone test repository
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4749
with:
4850
repository: walbourn/directxmathtest
4951
path: Tests
@@ -63,6 +65,6 @@ jobs:
6365

6466
# Upload SARIF file to GitHub Code Scanning Alerts
6567
- name: Upload SARIF to GitHub
66-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
68+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6769
with:
6870
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)