Skip to content
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

Release 3/6 #170

Merged
merged 10 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16

- uses: ./
env:
Expand All @@ -51,6 +54,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16

- uses: ./
env:
Expand Down
12 changes: 6 additions & 6 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion lib/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"@richnav/rich-code-nav-indexer-core": "^0.1.310-alpha",
"@richnav/rich-code-nav-indexer-core": "^0.1.312-alpha",
"applicationinsights": "^1.8.10",
"cloudbuild-task-github-actions": "^0.1.105-beta"
},
Expand Down
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class GitHubCachingTask extends CachingTask {
constructor(cloudTask, apiTokens) {
super(cloudTask,
{ pipelineHost: "GitHub Actions", buildId: github.context.runId.toString(), buildDefinitionId: github.context.workflow},
apiTokens);
false, /* isExternal */
apiTokens);
}

protected getSourceControlInformationProvider(languageInput?: string | undefined): indexCore.BaseRepoInfo {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ __metadata:
languageName: node
linkType: hard

"@richnav/rich-code-nav-indexer-core@npm:^0.1.310-alpha":
version: 0.1.310-alpha
resolution: "@richnav/rich-code-nav-indexer-core@npm:0.1.310-alpha"
"@richnav/rich-code-nav-indexer-core@npm:^0.1.312-alpha":
version: 0.1.312-alpha
resolution: "@richnav/rich-code-nav-indexer-core@npm:0.1.312-alpha"
dependencies:
adm-zip: ^0.5.9
applicationinsights: ^1.2.0
Expand All @@ -661,7 +661,7 @@ __metadata:
stream-buffers: ^3.0.2
uuid: ^8.3.1
which: ^2.0.2
checksum: c75bac707844eae6bbee78c625ae5117764817c7469a15dac2cd88c177b73ae54d7c2b507bce560f81352a405ef6369c63e47c65a5339aa28ef76012dd63e1c0
checksum: 6d69d001d4d34030f218aadcc5ec096be617ea9c7ffe7f5a9f140fea0cf5232e6d794ae9165bd3141668b811e2f54799cf10fc595428260b73fb9133a9386a7b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2826,7 +2826,7 @@ resolve@^1.3.2:
"@actions/github": ^5.1.1
"@actions/io": ^1.1.0
"@actions/tool-cache": ^1.6.1
"@richnav/rich-code-nav-indexer-core": ^0.1.310-alpha
"@richnav/rich-code-nav-indexer-core": ^0.1.312-alpha
"@types/mocha": ^8.0.1
"@types/node": ^14.0.27
applicationinsights: ^1.8.10
Expand Down