Skip to content

Commit fe88535

Browse files
author
s-samadi
committed
updated dependencies
1 parent fba620f commit fe88535

File tree

6 files changed

+65
-6
lines changed

6 files changed

+65
-6
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Debug Jest Tests",
8+
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
9+
"args": [
10+
"--runInBand"
11+
],
12+
"console": "integratedTerminal",
13+
"internalConsoleOptions": "neverOpen"
14+
}
15+
]
16+
}

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5252
return (mod && mod.__esModule) ? mod : { "default": mod };
5353
};
5454
Object.defineProperty(exports, "__esModule", ({ value: true }));
55+
exports.run = run;
5556
const core = __importStar(__nccwpck_require__(7484));
5657
const github = __importStar(__nccwpck_require__(3228));
5758
const utils_1 = __nccwpck_require__(8006);

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 43 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
"@actions/core": "^1.11.1",
2929
"@actions/github": "^6.0.0",
3030
"@octokit/plugin-retry": "^6.0.1",
31-
"console-log-level": "^1.4.1"
31+
"console-log-level": "^1.4.1",
32+
"nock": "^13.5.6"
3233
},
3334
"devDependencies": {
3435
"@types/console-log-level": "^1.4.5",
36+
"@types/jest": "^29.5.14",
3537
"@types/node": "^22.10.1",
3638
"@typescript-eslint/eslint-plugin": "^6.21.0",
3739
"@typescript-eslint/parser": "^6.21.0",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async function wait_for_upload(
229229
* for each remaining`github/alertUrl` make a PATCH request to set the dismissal state and reason
230230
*/
231231

232-
async function run(): Promise<void> {
232+
export async function run(): Promise<void> {
233233
const sarif_id = core.getInput("sarif-id", { required: true });
234234
const sarif = core.getInput("sarif-file", { required: true });
235235
const api_token =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy