Skip to content

Commit 1b37538

Browse files
Merge pull request #748 from github/update-v1.0.15-e40e8879
Merge main into v1
2 parents 4854dd2 + 334262d commit 1b37538

File tree

145 files changed

+91996
-69715
lines changed

Some content is hidden

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

145 files changed

+91996
-69715
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ updates:
77
day: "thursday" # Gives us a working day to merge this before our typical release
88
labels:
99
- "Update dependencies"
10+
ignore:
11+
- dependency-name: "*"
12+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
1013
- package-ecosystem: "npm"
1114
directory: "/runner"
1215
schedule:
1316
interval: "weekly"
1417
day: "thursday" # Gives us a working day to merge this before our typical release
18+
ignore:
19+
- dependency-name: "*"
20+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

.github/workflows/pr-checks.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Build code
172172
run: |
173173
. ./codeql-runner/codeql-env.sh
174-
$CODEQL_RUNNER dotnet build
174+
$CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
175175
176176
- name: Run analyze
177177
run: |
@@ -211,7 +211,13 @@ jobs:
211211
run: |
212212
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
213213
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
214-
& $Env:CODEQL_RUNNER dotnet build
214+
& $Env:CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
215+
216+
- name: Upload tracer logs
217+
uses: actions/upload-artifact@v2
218+
with:
219+
name: tracer-logs
220+
path: ./codeql-runner/compound-build-tracer.log
215221

216222
- name: Run analyze
217223
run: |
@@ -249,7 +255,7 @@ jobs:
249255
shell: bash
250256
run: |
251257
. ./codeql-runner/codeql-env.sh
252-
$CODEQL_RUNNER dotnet build
258+
$CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
253259
254260
- name: Run analyze
255261
run: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

3+
## 1.0.15 - 22 Sep 2021
4+
5+
- Update default CodeQL bundle version to 2.6.2. [#746](https://github.com/github/codeql-action/pull/746)
6+
37
## 1.0.14 - 09 Sep 2021
48

59
- Update default CodeQL bundle version to 2.6.1. [#733](https://github.com/github/codeql-action/pull/733)

lib/actions-util.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)