Skip to content

Commit b6e4563

Browse files
authored
Merge branch 'main' into update-plugins-2025/10/28/05/43/21
2 parents e2d49da + 2ee1f44 commit b6e4563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest
3939

4040
- name: Run the Anchore Grype scan action
41-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab
41+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993
4242
id: scan
4343
with:
4444
path: "."

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# This step installs Updatecli in the runner using the updatecli-action
2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@v2.93.0
26+
uses: updatecli/updatecli-action@v2.94.0
2727

2828
# This step runs Updatecli in Dry Run mode
2929
# It uses the "diff" command of updatecli with the specified config and values files

0 commit comments

Comments
 (0)