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: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ on:
schedule:
- cron: '16 4 * * 1'

permissions:
contents: read

jobs:
analyze:
name: Analyze Actions
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
packages: read

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ name: "Run License Check"

on: pull_request

permissions:
contents: read

jobs:
license-check:
name: "License Check"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
- '**'
- '!dependabot/**'

permissions:
contents: read

jobs:
pre-commit:
runs-on: ubuntu-24.04
Expand Down
Loading