re-build dist files

This commit is contained in:
Dana 2023-08-28 11:13:46 +03:00
commit eef3d86d17
No known key found for this signature in database
GPG key ID: CE3464681E428690
7 changed files with 2940 additions and 7830 deletions

View file

@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.21.2
uses: github/codeql-action/init@v2.21.4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@ -52,7 +52,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2.21.2
uses: github/codeql-action/autobuild@v2.21.4
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@ -66,4 +66,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.21.2
uses: github/codeql-action/analyze@v2.21.4

View file

@ -56,6 +56,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v2.21.2 # v1.0.26
uses: github/codeql-action/upload-sarif@v2.21.4 # v1.0.26
with:
sarif_file: results.sarif

1
dist/index.js vendored
View file

@ -22072,6 +22072,7 @@ var core = __nccwpck_require__(2186);
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
var github = __nccwpck_require__(5438);
;// CONCATENATED MODULE: ./src/buildExec.ts
/* eslint-disable @typescript-eslint/no-explicit-any */
const context = github.context;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

10741
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -30,16 +30,16 @@
"openpgp": "5.9"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^20.5.3",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^7.32.0",
"eslint": "^8.47.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.6.3",
"jest": "^29.6.4",
"jest-junit": "^16.0.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.5"
"ts-jest": "^29.1.1",
"typescript": "^5.2.0"
}
}

View file

@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import * as core from '@actions/core';
import * as github from '@actions/github';