File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 push : true
5454
5555 - name : Apply k8s manifests to limsa lominsa
56- uses : actions-hub/kubectl@2639090a038d46a3b9b98b220ae0837676ded8b7 # v1.34.3
56+ uses : actions-hub/kubectl@f6d776bd78f4523e36d6c74d34f9941c242b2213 # v1.35.0
5757 env :
5858 KUBE_CONFIG : ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
5959 with :
6060 args : apply -k docs/manifest
6161
6262 - name : Apply k8s manifests to limsa lominsa
63- uses : actions-hub/kubectl@2639090a038d46a3b9b98b220ae0837676ded8b7 # v1.34.3
63+ uses : actions-hub/kubectl@f6d776bd78f4523e36d6c74d34f9941c242b2213 # v1.35.0
6464 env :
6565 KUBE_CONFIG : ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
6666 with :
Original file line number Diff line number Diff line change 3232 go-version : ' 1.25.4'
3333
3434 - name : Cache playwright binaries
35- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3636 id : playwright-cache
3737 with :
3838 path : |
Original file line number Diff line number Diff line change 4141 run : |
4242 go tool yeet
4343
44- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
44+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
4545 with :
4646 name : packages
4747 path : var/*
Original file line number Diff line number Diff line change 5656 run : echo "ARTIFACT_NAME=${{ matrix.test }}" | sed 's|/|-|g' >> $GITHUB_ENV
5757
5858 - name : Upload artifact
59- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
59+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6060 if : always()
6161 with :
6262 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : Install the latest version of uv
24- uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
24+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2525
2626 - name : Run zizmor 🌈
2727 run : uvx zizmor --format sarif . > results.sarif
You can’t perform that action at this time.
0 commit comments