Skip to content

Merge releases/v2 into releases/v1 #1142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 52 commits into from
Jul 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
3ff1fd9
Python-Setup: set PYTHONDONTWRITEBYTECODE=1
aibaars Jun 27, 2022
95673cf
Revert "Python-Setup: set PYTHONDONTWRITEBYTECODE=1"
aibaars Jun 27, 2022
11a46b8
Python-Setup: run auto_install_packages.py with -B flag
aibaars Jun 27, 2022
cae9a1f
Run npm build
aibaars Jun 27, 2022
41d6ac4
Remove toolcache decorator
henrymercer Jun 17, 2022
9953936
Add instructions to remove deleted JS / source map files in PR check
henrymercer Jun 28, 2022
7c1b9e6
Update changelog and version after v2.1.15
invalid-email-address Jun 28, 2022
4a887ca
Update checked-in dependencies
invalid-email-address Jun 28, 2022
3ea10cc
Merge pull request #1130 from github/mergeback/v2.1.15-to-main-3f62b754
cklin Jun 28, 2022
7ebbfcb
Run unit tests on Windows too
henrymercer Jun 15, 2022
79ec03f
Run npm scripts on using bash so Windows can find commands
henrymercer Jun 29, 2022
4792297
Fix test failures on Windows related to path separators
henrymercer Jun 16, 2022
c156049
Workaround `PATH` casing issues on Windows
henrymercer Jun 17, 2022
30681e7
Separate paths with `/` in `resolveUriToFile`
henrymercer Jun 17, 2022
c2fd5d1
Don't make temporary directories symlinks
henrymercer Jun 17, 2022
130a51d
Handle Windows absolute paths in `resolveUriToFile`
henrymercer Jun 17, 2022
53bc5e6
Merge remote-tracking branch 'origin/main' into aibaars/python-setup-…
aibaars Jun 30, 2022
ca8a203
Merge pull request #1126 from github/aibaars/python-setup-no-pycache
aibaars Jun 30, 2022
c736697
Remove toolcache decorator
henrymercer Jun 17, 2022
b1742f8
Add instructions to remove deleted JS / source map files in PR check
henrymercer Jun 28, 2022
53850d8
Enable one-click debugging via the "Enable debug logging" rerun option
henrymercer Jun 28, 2022
0c729c8
Mention that debug mode is automatically enabled when step debugging on
henrymercer Jul 1, 2022
b7da732
Add changelog note
henrymercer Jul 1, 2022
7e94a6c
Print diagnostic messages when debug logging enabled
henrymercer Jun 28, 2022
3a5fa35
Add changelog note
henrymercer Jul 1, 2022
ea8fb21
Merge pull request #1104 from github/henrymercer/remove-toolcache-dec…
henrymercer Jul 11, 2022
fc92642
Merge remote-tracking branch 'origin/main' into henrymercer/run-unit-…
henrymercer Jul 11, 2022
688508d
Merge pull request #1099 from github/henrymercer/run-unit-tests-on-wi…
henrymercer Jul 12, 2022
3dcdbc9
Unset tracing variables after finalizing databases.
criemen Jul 12, 2022
b380175
Merge pull request #1133 from github/henrymercer/log-diagnostics-when…
henrymercer Jul 12, 2022
e655fb3
Use `core.isDebug()` instead of accessing env var
henrymercer Jul 12, 2022
b316baa
Merge remote-tracking branch 'origin/main' into henrymercer/one-click…
henrymercer Jul 12, 2022
b45ac1f
Cleanup: Use optional chaining in a couple of places
henrymercer Jul 12, 2022
e1ec697
Merge pull request #1137 from github/criemen/fix-end-tracing
criemen Jul 12, 2022
dca60ba
Merge remote-tracking branch 'origin/main' into henrymercer/one-click…
henrymercer Jul 12, 2022
d61e3fd
Fix shellcheck errors
henrymercer Jul 12, 2022
0a5dad3
Allow authenticating via the GitHub CLI
henrymercer Jul 12, 2022
fbbd1dc
Fix extra double quote
henrymercer Jul 12, 2022
816b3e9
Update failure message
henrymercer Jul 12, 2022
1e7f770
Merge pull request #1132 from github/henrymercer/one-click-debug
henrymercer Jul 12, 2022
4cb248b
Merge branch 'main' into henrymercer/drop-token-check
henrymercer Jul 12, 2022
d750c6d
Merge pull request #1138 from github/henrymercer/drop-token-check
henrymercer Jul 12, 2022
7ce9ef9
Use concat instead of push around `listFolders`
aeisenberg Jul 12, 2022
a844fef
Merge branch 'main' into aeisenberg/concat-not-push
henrymercer Jul 13, 2022
548f07e
Merge pull request #1139 from github/aeisenberg/concat-not-push
aeisenberg Jul 13, 2022
330d552
Update changelog for v2.1.16
invalid-email-address Jul 13, 2022
3e7e3b3
Merge pull request #1140 from github/update-v2.1.16-548f07e3
criemen Jul 13, 2022
e617b89
Revert "Update version and changelog for v1.1.15"
invalid-email-address Jul 13, 2022
2d5f20d
Revert "Update checked-in dependencies"
invalid-email-address Jul 13, 2022
f695c53
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.16…
invalid-email-address Jul 13, 2022
0b90ea8
Update version and changelog for v1.1.16
invalid-email-address Jul 13, 2022
ea16f0f
Update checked-in dependencies
invalid-email-address Jul 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python-Setup: run auto_install_packages.py with -B flag
This avoids creating a __pycache__ folder in the _actions folder, which
may cause file ownership problems on self-hosted runners
when run in a docker container.
  • Loading branch information
aibaars committed Jun 27, 2022
commit 11a46b88563a17a1205e7480b8fe510ec537fc9e
5 changes: 4 additions & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,14 @@ export async function installPythonDeps(codeql: CodeQL, logger: Logger) {
if (process.platform === "win32") {
await new toolrunner.ToolRunner(await safeWhich.safeWhich("py"), [
"-3",
"-B",
path.join(scriptsFolder, script),
path.dirname(codeql.getPath()),
]).exec();
} else {
await new toolrunner.ToolRunner(path.join(scriptsFolder, script), [
await new toolrunner.ToolRunner(await safeWhich.safeWhich("python3"), [
"-B",
path.join(scriptsFolder, script),
path.dirname(codeql.getPath()),
]).exec();
}
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy