File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
permissions :
8
8
contents : write # for reading and creating branches.
9
9
pull-requests : write # for creating pull requests against release branches.
10
- uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.3 .0
10
+ uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4 .0
11
11
secrets :
12
12
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11
11
contents : read # for reading the repository code.
12
12
steps :
13
13
- name : Test suite setup
14
- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.3 .0
14
+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15
15
with :
16
16
go-version : 1.25.x
17
17
- name : Smoke test Fuzzers
Original file line number Diff line number Diff line change 13
13
contents : read # for reading the repository code.
14
14
steps :
15
15
- name : Test suite setup
16
- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.3 .0
16
+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
17
17
with :
18
18
go-version : 1.25.x
19
19
- name : Verify
Original file line number Diff line number Diff line change 15
15
contents : write # for creating the GitHub release.
16
16
id-token : write # for creating OIDC tokens for signing.
17
17
packages : write # for pushing and signing container images.
18
- uses : fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.3 .0
18
+ uses : fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.4 .0
19
19
with :
20
20
controller : ${{ github.event.repository.name }}
21
21
release-candidate-prefix : ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : read # for reading the repository code.
13
13
security-events : write # for uploading the CodeQL analysis results.
14
- uses : fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.3 .0
14
+ uses : fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.4 .0
15
15
secrets :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
17
17
fossa-token : ${{ secrets.FOSSA_TOKEN }}
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : read # for reading the labels file.
13
13
issues : write # for creating and updating labels.
14
- uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.3 .0
14
+ uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.4 .0
15
15
secrets :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Test suite setup
14
- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.3 .0
14
+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15
15
with :
16
16
go-version : 1.25.x
17
17
- name : Run tests
You can’t perform that action at this time.
0 commit comments