Skip to content

Commit 7b8c4ca

Browse files
Revert workflow name changes
1 parent fad9762 commit 7b8c4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/veracode-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Veracode Static Code Analysis
22

3-
run-name: Veracode Static Code Analysis - ${{ github.event.client_payload.repository.name }}
3+
run-name: Static Code Analysis - ${{ github.event.client_payload.repository.name }}
44

55
concurrency:
66
group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }}

.github/workflows/veracode-sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Veracode Software Composition Analysis
22

3-
run-name: Veracode Software Composition Analysis - ${{ github.event.client_payload.repository.name }}
3+
run-name: Software Composition Analysis - ${{ github.event.client_payload.repository.name }}
44

55
concurrency:
66
group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }}

0 commit comments

Comments
 (0)