Skip to content

Commit a0ef6d7

Browse files
Update vuln-diff-action #TASK-7908
1 parent e128f35 commit a0ef6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compare-vulnerabilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git fetch origin ${{ inputs.base_ref }}:refs/remotes/origin/${{ inputs.base_ref }} --tags --prune || echo "Base ref might be a SHA already present"
4343
4444
- name: Vulnerability Diff (JavaScript)
45-
uses: sec-open/vuln-diff-action@v3.0.0-alpha.1
45+
uses: sec-open/vuln-diff-action@v2.0.0-alpha.2
4646
with:
4747
base_ref: ${{ inputs.base_ref }}
4848
head_ref: ${{ inputs.head_ref }}

0 commit comments

Comments
 (0)