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 87bafab commit c36e3f9Copy full SHA for c36e3f9
.github/workflows/on-push-pr.action.yml
@@ -17,12 +17,9 @@ jobs:
17
vulnerabilities-scan:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v2
21
- name: Checkout repository
22
- - uses: debricked/actions/scan@v1
23
- name: Run a vulnerability scan
+ - uses: actions/checkout@v4
+ - uses: debricked/actions@v4
24
env:
25
- # Token must have API access scope to run scans
26
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
27
code-build:
28
0 commit comments