Skip to content

Commit c36e3f9

Browse files
update pr action vulnerabilities-scan
1 parent 87bafab commit c36e3f9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/on-push-pr.action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717
vulnerabilities-scan:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
21-
name: Checkout repository
22-
- uses: debricked/actions/scan@v1
23-
name: Run a vulnerability scan
20+
- uses: actions/checkout@v4
21+
- uses: debricked/actions@v4
2422
env:
25-
# Token must have API access scope to run scans
2623
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
2724
code-build:
2825
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)