Skip to content

Commit 983acb2

Browse files
fix digests with version comments (#13)
1 parent 0597594 commit 983acb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ runs:
2525
maven-version: ${{ inputs.maven-version }}
2626

2727
- name: Piper Maven build
28-
uses: SAP/project-piper-action@main
28+
uses: SAP/project-piper-action@0694c809adf25568fc3c950041097323d71b91ed # v1.26.2
2929
with:
30-
step-name: mavenBuild
30+
step-name: mavenBuild

.github/actions/scan-with-blackduck/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
shell: bash
4343

4444
- name: BlackDuck Scan
45-
uses: SAP/project-piper-action@main
45+
uses: SAP/project-piper-action@0694c809adf25568fc3c950041097323d71b91ed # v1.26.2
4646
with:
4747
step-name: detectExecuteScan
4848
flags: \

.github/actions/scan-with-sonar/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
shell: bash
4343

4444
- name: SonarQube Scan
45-
uses: SAP/project-piper-action@main
45+
uses: SAP/project-piper-action@0694c809adf25568fc3c950041097323d71b91ed # v1.26.2
4646
with:
4747
step-name: sonarExecuteScan
4848
flags: --token=${{inputs.sonarq-token}} --githubToken=${{inputs.github-token}} --version=${{steps.get-revision.outputs.REVISION}} --inferJavaBinaries=true

0 commit comments

Comments
 (0)