Skip to content

Commit cd874c4

Browse files
authored
Merge pull request #105 from MiraGeoscience/DEVOPS-977-zizmor-patch
DEVOPS-977: use v3 of zizmor github workflows
2 parents 114b415 + 45eab33 commit cd874c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/security_scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ 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:
3131
security-events: write
3232
contents: read
3333
actions: read
34-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v2
34+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v3
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:
4040
checks: write
4141
contents: read
4242
actions: read
43-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v2
43+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v3

0 commit comments

Comments
 (0)