Skip to content

Commit 090b03b

Browse files
committed
Pin action versions in OMB build workflow
Align with project conventions: pin docker/login-action to SHA and update actions/checkout to v6. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent b294e81 commit 090b03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-omb-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
with:
3737
ref: ${{ inputs.kroxylicious_ref }}
3838

@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Log in to registry
7676
if: vars.REGISTRY_SERVER != ''
77-
uses: docker/login-action@v3
77+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
7878
with:
7979
registry: ${{ vars.REGISTRY_SERVER }}
8080
username: ${{ vars.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)