diff --git a/.github/workflows/actionci.yml b/.github/workflows/actionci.yml index 66f0fa9..0a6a8f4 100644 --- a/.github/workflows/actionci.yml +++ b/.github/workflows/actionci.yml @@ -17,7 +17,7 @@ on: description: Upload zizmor results to GitHub Advanced Security required: false type: boolean - default: true + default: false permissions: contents: read diff --git a/.github/workflows/frizbee.yml b/.github/workflows/frizbee.yml index 5d94205..4e81e6b 100644 --- a/.github/workflows/frizbee.yml +++ b/.github/workflows/frizbee.yml @@ -4,7 +4,7 @@ on: jobs: frizbee: - name: Check action pinning + name: frizbee runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/goCI.yml b/.github/workflows/goCI.yml index 29e9530..632d39c 100644 --- a/.github/workflows/goCI.yml +++ b/.github/workflows/goCI.yml @@ -145,12 +145,6 @@ jobs: PAT: ${{ secrets.PAT }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - zizmor: - uses: ./.github/workflows/zizmor.yml - - frizbee: - uses: ./.github/workflows/frizbee.yml - build: uses: ./.github/workflows/goBuild.yml if: inputs.run-build diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 5f70413..65e9e21 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -5,11 +5,11 @@ on: advanced-security: description: Upload results to GitHub Advanced Security type: boolean - default: true + default: false jobs: zizmor: - name: Scan GitHub workflows + name: zizmor runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2