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
5 changes: 4 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ on:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"

merge_group:

permissions:
contents: read

jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ on:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:

permissions:
contents: read

jobs:
depcheck:
name: circular dependency check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Version fixed on purpose. It uses heuristics to detect typos, so upgrading
# Version fixed on purpose. It uses heuristics to detect typos, so upgrading
# it may cause checks to fail more often.
# We can upgrade it manually once a while.
- name: Install typos-cli
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ on:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:

permissions:
contents: read

jobs:

# Test doc build
linux-test-doc-build:
name: Test doc build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/large_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ on:
pull_request:
merge_group:

permissions:
contents: read

jobs:
check-files:
runs-on: ubuntu-slim
Expand Down
Loading