Skip to content

Commit 9ee2b6a

Browse files
committed
updated readme
1 parent b46780c commit 9ee2b6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A @tangro action to run `npm audit --json`. It also adds a status for the audit.
44

55
# Version
66

7-
You can use a specific `version` of this action. The latest published version is `v2.0.29`. You can also use `latest` to always get the latest version.
7+
You can use a specific `version` of this action. The latest published version is `v2.0.30`. You can also use `latest` to always get the latest version.
88

99
# Parameters:
1010

@@ -23,15 +23,15 @@ audit:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout latest code
26-
uses: actions/checkout@v6-beta
26+
uses: actions/checkout@v6
2727
- name: Use Node.js 16.x
2828
uses: actions/setup-node@v6.0.0
2929
with:
3030
node-version: 16.x
3131
- name: Run npm install
3232
run: npm install
3333
- name: Run audit
34-
uses: tangro/actions-audit@v2.0.29
34+
uses: tangro/actions-audit@v2.0.30
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
GITHUB_CONTEXT: ${{ toJson(github) }}
@@ -56,7 +56,7 @@ It is also possible that the action posts a comment with the result to the commi
5656

5757
```yml
5858
- name: Run audit
59-
uses: tangro/actions-audit@v2.0.29
59+
uses: tangro/actions-audit@v2.0.30
6060
with:
6161
post-comment: true
6262
env:
@@ -75,15 +75,15 @@ audit:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout latest code
78-
uses: actions/checkout@v6-beta
78+
uses: actions/checkout@v6
7979
- name: Use Node.js 16.x
8080
uses: actions/setup-node@v6.0.0
8181
with:
8282
node-version: 16.x
8383
- name: Run npm install
8484
run: npm install
8585
- name: Run audit
86-
uses: tangro/actions-audit@v2.0.29
86+
uses: tangro/actions-audit@v2.0.30
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
GITHUB_CONTEXT: ${{ toJson(github) }}
@@ -94,7 +94,7 @@ audit:
9494
zip --quiet --recurse-paths ../audit.zip *
9595
- name: Deploy audit result
9696
if: always()
97-
uses: tangro/actions-deploy@v1.2.21
97+
uses: tangro/actions-deploy@v1.2.22
9898
with:
9999
context: auto
100100
zip-file: audit.zip

0 commit comments

Comments
 (0)