Skip to content

Commit c8eee07

Browse files
committed
refactor: update job names in security scanning workflow for clarity
1 parent 50044fb commit c8eee07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security_scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "build_matrix=$(bash matrix.sh build)" >> $GITHUB_OUTPUT
2929

3030
scan_ci_container:
31-
name: 'Scan CI container'
31+
name: 'Scan ${{ matrix.platform }} CI container'
3232
runs-on: ${{ matrix.runner }}
3333
permissions:
3434
actions: read
@@ -50,7 +50,7 @@ jobs:
5050
const version = agentVersion.split('-')[0];
5151
core.setOutput('version', version);
5252
53-
- name: Build CI container
53+
- name: Build ${{ matrix.platform }} CI container
5454
uses: docker/build-push-action@v6
5555
with:
5656
tags: 'ci/openvoxserver:${{ steps.extract_version.outputs.version }}'

0 commit comments

Comments
 (0)