You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cloudbuild-task-github-actions

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbuild-task-github-actions - npm Package Compare versions

Comparing version

to
0.1.78-alpha

2

lib/index.js

@@ -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