Skip to content

Commit 14d88d4

Browse files
authored
Merge pull request #1515 from fluxcd/dependabot/github_actions/ci-e1f752511b
Bump fluxcd/gha-workflows from 0.3.0 to 0.4.0 in the ci group
2 parents e5d2e36 + a7fce1b commit 14d88d4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
permissions:
88
contents: write # for reading and creating branches.
99
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
1111
secrets:
1212
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read # for reading the repository code.
1111
steps:
1212
- name: Test suite setup
13-
uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.3.0
13+
uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4.0
1414
with:
1515
go-version: 1.25.x
1616
- name: Smoke test Fuzzers

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read # for reading the repository code.
1313
steps:
1414
- name: Test suite setup
15-
uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.3.0
15+
uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4.0
1616
with:
1717
go-version: 1.25.x
1818
- name: Enable integration tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write # for creating the GitHub release.
1616
id-token: write # for creating OIDC tokens for signing.
1717
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
1919
with:
2020
controller: ${{ github.event.repository.name }}
2121
release-candidate-prefix: ${{ github.event.inputs.tag }}

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read # for reading the repository code.
1313
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
1515
secrets:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
fossa-token: ${{ secrets.FOSSA_TOKEN }}

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
permissions:
1212
contents: read # for reading the labels file.
1313
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
1515
secrets:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)