Skip to content

Commit 89073bd

Browse files
authored
Merge branch 'main' into beeme1mr-patch-1
2 parents e93e87b + 0038e45 commit 89073bd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cache-from: type=gha,scope=${{ github.ref_name }}-ofo
7979
cache-to: type=gha,scope=${{ github.ref_name }}-ofo
8080
- name: Run Trivy vulnerability scanner
81-
uses: aquasecurity/trivy-action@0.28.0
81+
uses: aquasecurity/trivy-action@0.29.0
8282
with:
8383
input: ${{ github.workspace }}/open-feature-operator-local.tar
8484
format: "sarif"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ needs.release-please.outputs.release_tag_name }}
5353

5454
- name: Log in to the Container registry
55-
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
55+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ github.actor }}

.github/workflows/validate-helm-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Node
20-
uses: actions/setup-node@v4.0.3
20+
uses: actions/setup-node@v4.2.0
2121
with:
2222
node-version: 16
2323

test/e2e/chainsaw/in-process/00-assert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ status:
88
spec:
99
containers:
1010
- name: open-feature-e2e-test
11-
image: busybox:1.36.1
11+
image: busybox:1.37.0
1212
env:
1313
- name: my-second-prefix_name2
1414
value: val2
@@ -29,7 +29,7 @@ spec:
2929
- name: my-second-prefix_OFFLINE_FLAG_SOURCE_PATH
3030
value: my-path
3131
- name: open-feature-e2e-test2
32-
image: busybox:1.36.1
32+
image: busybox:1.37.0
3333
env:
3434
- name: my-second-prefix_name2
3535
value: val2

test/e2e/chainsaw/in-process/00-install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
spec:
2222
containers:
2323
- name: open-feature-e2e-test
24-
image: busybox:1.36.1
24+
image: busybox:1.37.0
2525
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
2626
- name: open-feature-e2e-test2
27-
image: busybox:1.36.1
27+
image: busybox:1.37.0
2828
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
2929
---
3030
apiVersion: core.openfeature.dev/v1beta1

0 commit comments

Comments
 (0)