This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch all-in-one in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
commit b32b59b4d9608d9cfea56737160245700a153073 Author: Doroszlai, Attila <[email protected]> AuthorDate: Thu Jul 2 14:11:25 2026 +0200 HDDS-15725. zizmor check should reflect failure in fork (#70) (cherry picked from commit e57f2eee3c23ddfa7e30a8a148eec62b0f2b3007) --- .github/workflows/zizmor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 36d715e..bf31f22 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -21,10 +21,18 @@ on: - 'dependabot/**' tags: - '**' + paths: + - '.github/workflows/**' pull_request: + paths: + - '.github/workflows/**' permissions: { } +concurrency: + 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: runs-on: ubuntu-latest @@ -38,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]
