Skip to content

Commit dd1983c

Browse files
committed
Merge branch 'main' into renovate-collector-integration
# Conflicts: # .github/workflows/base-binary-release.yaml # .github/workflows/base-ci-binary.yaml # .github/workflows/base-ci-goreleaser.yaml # .github/workflows/base-release.yaml
2 parents 09c0877 + 1acaefa commit dd1983c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+469
-427
lines changed

.github/workflows/base-binary-release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919

2020
env:
2121
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
22-
GORELEASER_PRO_VERSION: v2.11.2
22+
GORELEASER_PRO_VERSION: v2.12.0
23+
24+
permissions:
25+
contents: read
2326

2427
jobs:
2528
goreleaser:

.github/workflows/base-ci-binary.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ on:
1818
default: ""
1919
description: "The collector dependency will be put into this folder"
2020

21+
permissions:
22+
contents: read
23+
2124
env:
2225
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
23-
GORELEASER_PRO_VERSION: v2.11.2
26+
GORELEASER_PRO_VERSION: v2.12.0
2427

2528
jobs:
2629
check-goreleaser:

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
env:
3939
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
40-
GORELEASER_PRO_VERSION: v2.11.2
40+
GORELEASER_PRO_VERSION: v2.12.0
4141

4242
jobs:
4343
check-goreleaser:

.github/workflows/base-package-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
default: false
1616
description: "Set to true if a GH issue should be generated upon failure"
1717

18+
permissions:
19+
contents: read
20+
1821
jobs:
1922
package-tests:
2023
name: Package Tests

.github/workflows/base-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
env:
2828
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
29-
GORELEASER_PRO_VERSION: v2.11.2
29+
GORELEASER_PRO_VERSION: v2.12.0
3030

3131
jobs:
3232
prev-tag:
@@ -170,6 +170,7 @@ jobs:
170170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171171
COSIGN_YES: true
172172
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
173+
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
173174

174175
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175176
with:

.github/workflows/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- main
1313
- release/*
1414

15+
permissions:
16+
contents: read
17+
1518
env:
1619
# Make sure to exit early if cache segment download times out after 2 minutes.
1720
# We limit cache download as a whole to 5 minutes.

.github/workflows/ci-builder.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
- "go.mod"
2828
- "go.sum"
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
ci:
3235
uses: ./.github/workflows/base-ci-binary.yaml

.github/workflows/ci-goreleaser-contrib.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
- "go.mod"
2828
- "go.sum"
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
check-goreleaser:
3235
name: CI - Contrib - GoReleaser

.github/workflows/ci-goreleaser-core.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
- "go.mod"
2828
- "go.sum"
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
check-goreleaser:
3235
name: CI - Core - GoReleaser

.github/workflows/ci-goreleaser-ebpf-profiler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
- "go.mod"
2828
- "go.sum"
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
check-goreleaser-amd64:
3235
name: CI - eBPF Profiler - GoReleaser

0 commit comments

Comments
 (0)