Skip to content

Commit 9833093

Browse files
authored
Merge pull request #75 from IABTechLab/revert-74-kcc-UID2-5230-update-upload-sarif-to-v3
Revert "Update shared action to v3"
2 parents 473c29c + e24a87e commit 9833093

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ on:
77
type: choice
88
description: 'The type of release'
99
options:
10-
- Snapshot
11-
- Patch
12-
- Minor
1310
- Major
11+
- Minor
12+
- Patch
13+
- Snapshot
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
1717
default: ''
1818

1919
jobs:
2020
Image:
21-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v3
21+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.8
2222
with:
2323
release_type: ${{ inputs.release_type }}
2424
version_number_input: ${{ inputs.version_number_input }}

.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@v3
19+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2.3.6
2020
with:
2121
failure_severity: ${{ inputs.failure_severity || 'HIGH'}}
2222
fail_on_error: ${{ inputs.fail_on_error || true }}

0 commit comments

Comments
 (0)