You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A @tangro action to run `npm audit --json`. It also adds a status for the audit.
4
4
5
5
# Version
6
6
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.
8
8
9
9
# Parameters:
10
10
@@ -23,15 +23,15 @@ audit:
23
23
runs-on: ubuntu-latest
24
24
steps:
25
25
- name: Checkout latest code
26
-
uses: actions/checkout@v6-beta
26
+
uses: actions/checkout@v6
27
27
- name: Use Node.js 16.x
28
28
uses: actions/setup-node@v6.0.0
29
29
with:
30
30
node-version: 16.x
31
31
- name: Run npm install
32
32
run: npm install
33
33
- name: Run audit
34
-
uses: tangro/actions-audit@v2.0.29
34
+
uses: tangro/actions-audit@v2.0.30
35
35
env:
36
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
37
GITHUB_CONTEXT: ${{ toJson(github) }}
@@ -56,7 +56,7 @@ It is also possible that the action posts a comment with the result to the commi
0 commit comments