Skip to content

Commit dcf6825

Browse files
chore(deps): pin dependencies
1 parent 4960ad4 commit dcf6825

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/helm-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
with:
2020
fetch-depth: 0
2121

@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@v4
28+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
2929
env:
3030
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3131

@@ -37,7 +37,7 @@ jobs:
3737
skip_upload: true
3838

3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1
2-
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim
1+
# syntax=docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
2+
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim@sha256:74ee1af27961f5fe73f70146808097ea11e03464cecaac33e60e173dc62e9202
33

44
ENV UV_NO_DEV=1
55

0 commit comments

Comments
 (0)