cloudbuild-task-github-actions
Advanced tools
Comparing version
@@ -36,3 +36,3 @@ "use strict"; | ||
this.repo = { | ||
path: process.cwd(), | ||
path: process.env.GITHUB_WORKSPACE, | ||
ref: github.context.ref, | ||
@@ -39,0 +39,0 @@ sha: github.context.sha, |
{ | ||
"name": "cloudbuild-task-github-actions", | ||
"version": "0.1.70-alpha", | ||
"version": "0.1.78-alpha", | ||
"description": "A GitHub Actions adapter for the cloudbuild-task-contracts.", | ||
@@ -31,4 +31,4 @@ "main": "lib/index.js", | ||
"@actions/tool-cache": "^1.6.0", | ||
"@octokit/webhooks": "^7.8.2", | ||
"cloudbuild-task-contracts": "0.1.70-alpha" | ||
"@octokit/webhooks": "^7.9.3", | ||
"cloudbuild-task-contracts": "0.1.78-alpha" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -16,3 +16,3 @@ import * as contracts from 'cloudbuild-task-contracts'; | ||
readonly repo = { | ||
path: process.cwd(), | ||
path: process.env.GITHUB_WORKSPACE!, // github.context.workspace, // https://github.com/actions/toolkit/issues/555 | ||
ref: github.context.ref, | ||
@@ -19,0 +19,0 @@ sha: github.context.sha, |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
21179
0.55%2
100%+ Added
- Removed
Updated