Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
codeql-analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/frizbee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
frizbee:
name: Check action pinning
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/goCI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
permissions:
contents: read

on:
workflow_call:
inputs:
Expand Down Expand Up @@ -123,10 +120,6 @@ jobs:

codeql:
if: inputs.run-codeql
permissions:
actions: read
contents: read
security-events: write
uses: ./.github/workflows/codeql-analysis.yml
with:
goprivate: ${{ inputs.goprivate }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
zizmor:
name: Scan GitHub workflows
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rules:
excessive-permissions:
ignore:
# workflow_call-only: the caller controls the permission ceiling,
# so job-level permissions blocks are meaningless here.
- goCI.yml