Skip to content

Commit 68e21fa

Browse files
committed
fix job flipped names in github workflow
1 parent 50ea38e commit 68e21fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
jobs:
27-
call-workflow-zizmor-annotate:
27+
call-workflow-zizmor-advanced-security:
2828
name: Zizmor analysis (advanced security)
2929
if: ${{ github.event_name != 'pull_request' }}
3030
permissions:
@@ -33,7 +33,7 @@ jobs:
3333
actions: read
3434
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v2
3535

36-
call-workflow-zizmor-advanced-security:
36+
call-workflow-zizmor-annotate:
3737
name: Zizmor analysis (annotate)
3838
if: ${{ github.event_name == 'pull_request' }}
3939
permissions:

0 commit comments

Comments
 (0)