This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 27763e6648c HDDS-15725. zizmor check should reflect failure in fork
(#10649)
27763e6648c is described below
commit 27763e6648ca83bce92366c606cfde168d68d692
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 2 13:33:23 2026 +0200
HDDS-15725. zizmor check should reflect failure in fork (#10649)
---
.github/workflows/zizmor.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index 896ea1afddd..bf31f22e5ff 100644
--- a/.github/workflows/zizmor.yml
+++ b/.github/workflows/zizmor.yml
@@ -21,13 +21,17 @@ on:
- 'dependabot/**'
tags:
- '**'
+ paths:
+ - '.github/workflows/**'
pull_request:
+ paths:
+ - '.github/workflows/**'
permissions: { }
concurrency:
- group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
case(github.repository == 'apache/ozone', github.sha, github.ref_name) }}
- cancel-in-progress: ${{ github.event_name == 'pull_request' ||
github.repository != 'apache/ozone' }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
case(github.repository_owner == 'apache', github.sha, github.ref_name) }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' ||
github.repository_owner != 'apache' }}
jobs:
zizmor:
@@ -42,3 +46,5 @@ jobs:
- name: Run zizmor
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa
# v0.5.7
+ with:
+ advanced-security: ${{ github.repository_owner == 'apache' }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]