We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e128f35 commit a0ef6d7Copy full SHA for a0ef6d7
1 file changed
.github/workflows/compare-vulnerabilities.yml
@@ -42,7 +42,7 @@ jobs:
42
git fetch origin ${{ inputs.base_ref }}:refs/remotes/origin/${{ inputs.base_ref }} --tags --prune || echo "Base ref might be a SHA already present"
43
44
- name: Vulnerability Diff (JavaScript)
45
- uses: sec-open/vuln-diff-action@v3.0.0-alpha.1
+ uses: sec-open/vuln-diff-action@v2.0.0-alpha.2
46
with:
47
base_ref: ${{ inputs.base_ref }}
48
head_ref: ${{ inputs.head_ref }}
0 commit comments