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
1 change: 1 addition & 0 deletions .github/workflows/architecture-enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches: [main, develop]
permissions:
actions: read
contents: read
# Cancel superseded runs on the same ref so a rapid sequence of pushes
# to a feature branch does not pile up jobs against the Pro-plan 40-job
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/boj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [main, master]
workflow_dispatch:
permissions:
actions: read
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/casket-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
branches: [main, master]
workflow_dispatch:
permissions:
actions: read

Check warning on line 10 in .github/workflows/casket-pages.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414TmDojRgOe_Kp_I&open=AZ_414TmDojRgOe_Kp_I&pullRequest=197
contents: read
pages: write
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ClusterFuzzLite Batch
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
actions: read
contents: read
on:
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ClusterFuzzLite PR
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
actions: read
contents: read
on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chapel-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

name: Chapel CI
permissions:
actions: read
contents: read
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clusterfuzzlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- cron: '0 2 * * 0' # Sunday 02:00 UTC
workflow_dispatch:
permissions: read-all
actions: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/d-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

name: D CI
permissions:
actions: read
contents: read
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
push:
branches: [main, master]
permissions:
actions: read
contents: read
jobs:
# ---------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- 'bindings/**'
workflow_dispatch:
permissions: read-all
actions: read
concurrency:
group: e2e-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/echidna-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read

Check warning on line 40 in .github/workflows/echidna-verify.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414NiDojRgOe_Kp_D&open=AZ_414NiDojRgOe_Kp_D&pullRequest=197
contents: read
jobs:
agda-lol:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ffi-full-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: FFI Full Integration
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
actions: read
contents: read
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
security-events: write

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/idris2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Idris 2 CI
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
actions: read
contents: read
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/instant-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
release:
types: [published]
permissions:
actions: read
contents: read
jobs:
dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [main]
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
mirror:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ocaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

name: OCaml CI
permissions:
actions: read
contents: read
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
branches: [main, master]
workflow_dispatch:
permissions:
actions: read

Check warning on line 8 in .github/workflows/pages.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414TLDojRgOe_Kp_H&open=AZ_414TLDojRgOe_Kp_H&pullRequest=197
contents: read
pages: write
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
default: 'true'
type: boolean
permissions:
actions: read
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
types: [published]
workflow_dispatch:
permissions:
actions: read
contents: read
packages: write
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
default: 'true'
type: boolean
permissions:
actions: read
contents: read
jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- javascript
- typescript
permissions:
actions: read

Check warning on line 27 in .github/workflows/publish-npm.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414RrDojRgOe_Kp_F&open=AZ_414RrDojRgOe_Kp_F&pullRequest=197
contents: read
jobs:
publish-javascript:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-email-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Push email notification
on:
push: {}
permissions:
actions: read
contents: read
jobs:
notify:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
default: true
type: boolean
permissions:
actions: read

Check warning on line 32 in .github/workflows/release.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414Q4DojRgOe_Kp_E&open=AZ_414Q4DojRgOe_Kp_E&pullRequest=197
contents: read
jobs:
validate:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
jobs:
scan:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark-theatre-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches: [main, master]
permissions:
actions: read
contents: read
jobs:
spark-theatre-gate:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trustfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
branches: [main, master]
workflow_dispatch:
permissions:
actions: read
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zig-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
actions: read

Check warning on line 6 in .github/workflows/zig-ffi.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bulletproof-core&issues=AZ_414ShDojRgOe_Kp_G&open=AZ_414ShDojRgOe_Kp_G&pullRequest=197
contents: read
on:
push:
Expand Down
Loading
Loading