Skip to content

Commit 4cb78fb

Browse files
change release version in package.json
1 parent 86585f1 commit 4cb78fb

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Scan for GitHub Actions issues
2+
3+
on:
4+
pull_request:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
8+
9+
permissions: {}
10+
11+
jobs:
12+
zizmor:
13+
name: Scan repository contents
14+
runs-on: cx-private-ubuntu-x64
15+
permissions:
16+
contents: read
17+
steps:
18+
- name: Check out repository
19+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
with:
21+
persist-credentials: false
22+
23+
- name: Run Zizmor linter
24+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
25+
with:
26+
advanced-security: false
27+
annotations: false
28+
persona: pedantic
29+
fail-on-no-inputs: false
30+
online-audits: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@Checkmarx/ast-cli-javascript-wrapper",
3-
"version": "0.0.158",
3+
"version": "0.0.159",
44
"description": "AST CLI Javascript wrapper",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",

0 commit comments

Comments
 (0)