From 01085d70bb51d5ac143db08975d4e9339d2f2e62 Mon Sep 17 00:00:00 2001 From: Ansel Robateau Date: Wed, 9 Apr 2025 16:59:56 -0500 Subject: [PATCH 1/2] chore: update package version to v2.14.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b806fed..5e22e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions", - "version": "2.14.0", + "version": "2.14.1", "description": "Used to store GitHub actions for use across the enterprise", "scripts": { "test": "./tooling/scripts/run_tests.sh", From 7373d73dcaab7dbf6d99380adebc66b4a3637a1f Mon Sep 17 00:00:00 2001 From: Ansel Robateau Date: Wed, 9 Apr 2025 17:00:38 -0500 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20ignore=20aws-actions?= =?UTF-8?q?=20account?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: CORE-2068 --- .github/actions/static-analysis/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/static-analysis/action.yml b/.github/actions/static-analysis/action.yml index 20ce56a..4b5197e 100644 --- a/.github/actions/static-analysis/action.yml +++ b/.github/actions/static-analysis/action.yml @@ -5,7 +5,7 @@ inputs: ignored-accounts: description: "Comma-separated list of accounts to ignore" required: false - default: "actions,VirdocsSoftware" + default: "actions,VirdocsSoftware,aws-actions" layer-package-json: description: "Path to the layer package.json file"