Skip to content
Draft
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/base-binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
default: ""
description: "The collector dependency will be put into this folder"

permissions:
contents: read

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.11.2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/base-ci-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
default: ""
description: "The collector dependency will be put into this folder"

permissions:
contents: read

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
required: false
type: string

permissions:
contents: read

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.11.2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/base-package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
default: false
description: "Set to true if a GH issue should be generated upon failure"

permissions:
contents: read

jobs:
package-tests:
name: Package Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
type: string
default: false

permissions:
contents: read

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.11.2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- main
- release/*

permissions:
contents: read

env:
# Make sure to exit early if cache segment download times out after 2 minutes.
# We limit cache download as a whole to 5 minutes.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
ci:
uses: ./.github/workflows/base-ci-binary.yaml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goreleaser-contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
check-goreleaser:
name: CI - Contrib - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goreleaser-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
check-goreleaser:
name: CI - Core - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goreleaser-ebpf-profiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
check-goreleaser:
name: CI - eBPF Profiler - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goreleaser-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
check-goreleaser:
name: CI - k8s - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goreleaser-otlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
check-goreleaser:
name: CI - OTLP - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-opampsupervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- "go.mod"
- "go.sum"

permissions:
contents: read

jobs:
ci:
uses: ./.github/workflows/base-ci-binary.yaml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- main
- release/*

permissions:
contents: read

jobs:
build:
name: Build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/msi-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
required: true
type: string

permissions:
contents: read

jobs:
msi-tests:
name: MSI Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/package-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 2 * * *" # every day at 2am UTC

permissions:
contents: read

jobs:
check-goreleaser:
name: Build - Contrib - GoReleaser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/regression-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- main
- release/*

permissions:
contents: read

jobs:
check-goreleaser:
name: Check docker token
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release Builder
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release Contrib
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release Core
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release k8s
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-opampsupervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release OpAMP supervisor
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-otlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["v*"]

permissions:
contents: read

jobs:
release:
name: Release OTLP
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- main
- release/*

permissions:
contents: read

jobs:
shellcheck:
name: Shellcheck
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "12 5 * * *" # arbitrary time not to DDOS GitHub

permissions:
contents: read

jobs:
stale:
runs-on: ubuntu-24.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
required: false
default: ''

permissions:
contents: read

jobs:
update-version:
runs-on: ubuntu-24.04
Expand Down