File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 }}
Original file line number Diff line number Diff line change 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
44ENV UV_NO_DEV=1
55
You can’t perform that action at this time.
0 commit comments