Skip to content

Commit ad99f7d

Browse files
committed
Change to release version
1 parent 3c7c4a5 commit ad99f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shared-build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: target/site/jacoco/*
3737

3838
- name: Vulnerability Scan
39-
uses: IABTechLab/uid2-shared-actions/actions/[email protected]-pre
39+
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
4040
with:
4141
scan_severity: HIGH,CRITICAL
4242
failure_severity: CRITICAL

.github/workflows/shared-java-publish-versioned-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
key: ${{ secrets.GPG_KEY }}
5858

5959
- name: Vulnerability Scan
60-
uses: IABTechLab/uid2-shared-actions/actions/[email protected]-pre
60+
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
6161
with:
6262
scan_severity: HIGH,CRITICAL
6363
failure_severity: CRITICAL

0 commit comments

Comments
 (0)