From 2ee354fda434389622f6afdb34ff91611da37fc0 Mon Sep 17 00:00:00 2001 From: google-github-actions-bot Date: Thu, 27 Jun 2024 17:50:56 +0000 Subject: [PATCH] Release: v0.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81bd874..7627d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/analyze-code-security-scc", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-github-actions/analyze-code-security-scc", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a35bf1a..72e694e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/analyze-code-security-scc", - "version": "0.1.1", + "version": "0.1.2", "description": "Provides functionality to scan code for vulnerability during the build step of the project.", "main": "dist/main/index.js", "scripts": {