We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ea38e commit 68e21faCopy full SHA for 68e21fa
1 file changed
.github/workflows/security_scan.yml
@@ -24,7 +24,7 @@ concurrency:
24
cancel-in-progress: true
25
26
jobs:
27
- call-workflow-zizmor-annotate:
+ call-workflow-zizmor-advanced-security:
28
name: Zizmor analysis (advanced security)
29
if: ${{ github.event_name != 'pull_request' }}
30
permissions:
@@ -33,7 +33,7 @@ jobs:
33
actions: read
34
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v2
35
36
- call-workflow-zizmor-advanced-security:
+ call-workflow-zizmor-annotate:
37
name: Zizmor analysis (annotate)
38
if: ${{ github.event_name == 'pull_request' }}
39
0 commit comments