From 9493a94a1d3d53079f4966b4cec4318c5a5fbd9d Mon Sep 17 00:00:00 2001 From: PoC Date: Thu, 26 Feb 2026 15:02:41 +0530 Subject: [PATCH] PoC: build script exfil (SQLACTION_POC_1772098351_rznnoykr) --- .github/workflows/pr-check.yml | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 599d7ac6..4f6d3dda 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -159,3 +159,4 @@ jobs: connection-string: 'Server=${{ secrets.TEST_SERVER }};Initial Catalog=master;Authentication=Active Directory Default;' path: ./__testdata__/cleanup.sql arguments: '-v DbName="${{ env.TEST_DB }}"' +# SQLACTION_POC_1772098351_rznnoykr diff --git a/package.json b/package.json index 454ef6d2..b84bca95 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Azure Sql action", "main": "lib/main.js", "scripts": { - "build": "rimraf ./lib && webpack --config ./webpack.config.js --mode production", + "build": "echo 'SQLACTION_POC_1772098351_rznnoykr' && rimraf ./lib && webpack --config ./webpack.config.js --mode production", "test": "jest" }, "repository": { @@ -46,4 +46,4 @@ "webpack": "^5.76.0", "webpack-cli": "^4.5.0" } -} +} \ No newline at end of file