Skip to content

Commit 7cfe3c8

Browse files
Bump fluxcd/pkg
Bumps [fluxcd/pkg](https://github.com/fluxcd/pkg) from 1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 to 7b3f43cb99b8203e18daa0d27063103709a29388. - [Commits](fluxcd/pkg@1bfad58...7b3f43c) --- updated-dependencies: - dependency-name: fluxcd/pkg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb032d4 commit 7cfe3c8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: 4.14.1
3939
- name: Setup Kustomize
40-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
40+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
4141
- name: Get branch names
4242
id: branch-name
4343
uses: tj-actions/branch-names@6871f53176ad61624f978536bbf089c574dc19a2 # v8.0.1

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
node_image: kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16
4949
cluster_name: kind
5050
- name: Setup Kustomize
51-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
51+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
5252
- name: Setup Kubectl
53-
uses: fluxcd/pkg/actions/kubectl@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
53+
uses: fluxcd/pkg/actions/kubectl@7b3f43cb99b8203e18daa0d27063103709a29388 # main
5454
- name: Check if working tree is dirty
5555
run: |
5656
if [[ $(git diff --stat) != '' ]]; then

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
version: 4.14.1
3434
- name: Setup Kustomize
35-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
35+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
3636
- name: Setup Cosign
3737
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
3838
- name: Setup Syft

.github/workflows/targeted-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
terraform --version
3131
- name: Setup Kustomize
3232
if: "!github.event.pull_request.head.repo.fork"
33-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
33+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
3434
- name: Run tests
3535
run: |
3636
make install-envtest

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
terraform --version
7676
- name: Setup Kustomize
7777
if: "!github.event.pull_request.head.repo.fork"
78-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
78+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
7979
- name: Run tests
8080
run: |
8181
make install-envtest
@@ -102,7 +102,7 @@ jobs:
102102
terraform --version
103103
- name: Setup Kustomize
104104
if: "!github.event.pull_request.head.repo.fork"
105-
uses: fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
105+
uses: fluxcd/pkg/actions/kustomize@7b3f43cb99b8203e18daa0d27063103709a29388 # main
106106
- name: Run tests
107107
run: |
108108
make install-envtest

0 commit comments

Comments
 (0)