File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 CAPROVER_PASSWORD : ${{ secrets.CAPROVER_PASSWORD }}
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - name : Setup Bun
30- uses : oven-sh/setup-bun@v1
30+ uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3131 with :
3232 bun-version : latest
3333
@@ -41,14 +41,14 @@ jobs:
4141 NEXT_PUBLIC_SUPABASE_ANON_KEY : ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
4242
4343 - name : Log in to GHCR
44- uses : docker/login-action@v3
44+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4545 with :
4646 registry : ghcr.io
4747 username : ${{ github.actor }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Build and push Docker image
51- uses : docker/build-push-action@v6
51+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5252 with :
5353 context : .
5454 push : true
7474 -d "{\"appName\": \"$APP_NAME\", \"imageName\": \"$IMAGE\", \"instanceCount\": 1}"
7575
7676 - name : Comment preview URL on PR
77- uses : actions/github-script@v7
77+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
7878 env :
7979 APP_NAME : pr-${{ github.event.number }}
8080 CAPROVER_APP_DOMAIN : ${{ secrets.CAPROVER_APP_DOMAIN }}
You can’t perform that action at this time.
0 commit comments