Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/check-circular-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [3.0*, fasttrack/*, "!fasttrack/2.0"]

permissions:
contents: read

jobs:
spec-check:
name: Circular dependency check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-clean-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]

permissions:
contents: read

jobs:
spec-clean-stage-check:
name: Spec %clean stage check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-entangled-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
check:
name: Spec Entanglement Mismatch Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:

build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-kernel-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
paths:
- 'SPECS/kernel*/config*'

permissions:
contents: read

jobs:
check:
name: Kernel configs check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-license-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
check:
name: Spec License Map Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
build:
name: Check Manifests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-package-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
- "toolkit/scripts/*"
- "toolkit/tools/*"

permissions:
contents: read

jobs:
package-checks:
name: ${{ matrix.check-name }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-package-cgmanifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:

build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-package-update-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:

build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-source-signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [3.0*]

permissions:
contents: read

jobs:
spec-check:
name: Source Signature Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
spec-check:
name: Spec files check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-srpm-duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
branches: [main, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
check:
name: SRPMs duplicates check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-static-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
spec-check:
name: Static glibc version check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/go-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
env:
EXPECTED_GO_VERSION: "1.23"

permissions:
contents: read

jobs:
build:
name: Go Test Coverage
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- '**.spec'
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
spec-lint:
name: Spec Linting
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/merge-conflict-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*]

permissions:
contents: read

jobs:
spec-check:
name: Github Merge Conflict Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quickstart_2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
schedule:
- cron: "0 15 * * *"

permissions:
contents: read

jobs:
iso_quickstart:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verify-osguard-imageconfigs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
verify-osguard-imageconfigs:
runs-on: ubuntu-latest
Expand Down