Skip to content

Commit 50abffa

Browse files
authored
Merge pull request #78 from IABTechLab/kcc-UID2-5230-update-upload-sarif-to-v3
Update workflow to latest
2 parents 91127f0 + 3f57e25 commit 50abffa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-stable-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ on: [pull_request, workflow_dispatch]
33

44
jobs:
55
check_dependency:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v2.0
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v3
77
secrets: inherit

.github/workflows/publish-e2e-test-suites-docker-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
type: choice
88
description: 'The type of release'
99
options:
10-
- Major
11-
- Minor
12-
- Patch
1310
- Snapshot
11+
- Patch
12+
- Minor
13+
- Major
1414
version_number_input:
1515
description: If set, the version number will not be incremented and the given number will be used.
1616
type: string

.github/workflows/validate-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build-publish-docker-default:
19-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2.3.6
19+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3
2020
with:
2121
failure_severity: ${{ inputs.failure_severity || 'HIGH'}}
2222
fail_on_error: ${{ inputs.fail_on_error || true }}

0 commit comments

Comments
 (0)