We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54978 commit 73d7702Copy full SHA for 73d7702
.github/workflows/package-audit.yml
@@ -31,4 +31,8 @@ jobs:
31
git-pr-title: "[SECURITY] NPM audit fix"
32
git-branch: npm-audit-action
33
git-remote: origin
34
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
35
+ - name: outdated version
36
+ uses: ycjcl868/outdated-version-action@v1
37
+ with:
38
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments