File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2626 with :
2727 node-version : " 24.11.0"
28- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
28+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2929 with :
3030 go-version : " 1.25.7"
3131
Original file line number Diff line number Diff line change 2929 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3030 with :
3131 node-version : " 24.11.0"
32- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
32+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3333 with :
3434 go-version : " stable"
3535
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4040 with :
4141 node-version : " 24.11.0"
42- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
42+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4343 with :
4444 go-version : " stable"
4545
4646 - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
4747
4848 - name : Log into registry
49- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
49+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
5050 with :
5151 registry : ghcr.io
5252 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 2525 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
2626
2727 - name : Log into registry
28- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
28+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
2929 with :
3030 registry : ghcr.io
3131 username : techarohq
4242
4343 - name : Build and push
4444 id : build
45- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
45+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
4646 with :
4747 context : ./docs
4848 cache-to : type=gha
@@ -53,14 +53,14 @@ jobs:
5353 push : true
5454
5555 - name : Apply k8s manifests to limsa lominsa
56- uses : actions-hub/kubectl@934aaa4354bbbc3d2176ae8d7cae92d515032dff # v1.35.3
56+ uses : actions-hub/kubectl@248102ecd7c9057f9aef1c458da0b1f0d80f2916 # v1.35.4
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@934aaa4354bbbc3d2176ae8d7cae92d515032dff # v1.35.3
63+ uses : actions-hub/kubectl@248102ecd7c9057f9aef1c458da0b1f0d80f2916 # v1.35.4
6464 env :
6565 KUBE_CONFIG : ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
6666 with :
Original file line number Diff line number Diff line change 3131
3232 - name : Build and push
3333 id : build
34- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
34+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
3535 with :
3636 context : ./docs
3737 cache-to : type=gha
Original file line number Diff line number Diff line change 1717 with :
1818 persist-credentials : false
1919
20- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
20+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2121 with :
2222 go-version : " stable"
2323
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2828 with :
2929 node-version : " 24.11.0"
30- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
30+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3131 with :
3232 go-version : " stable"
3333
3434 - name : Cache playwright binaries
35- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636 id : playwright-cache
3737 with :
3838 path : |
Original file line number Diff line number Diff line change 2828 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2929 with :
3030 node-version : " 24.11.0"
31- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
31+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3232 with :
3333 go-version : " stable"
3434
Original file line number Diff line number Diff line change 2929 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3030 with :
3131 node-version : " 24.11.0"
32- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
32+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3333 with :
3434 go-version : " stable"
3535
4141 run : |
4242 go tool yeet
4343
44- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
44+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545 with :
4646 name : packages
4747 path : var/*
Original file line number Diff line number Diff line change 3737 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3838 with :
3939 node-version : " 24.11.0"
40- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
40+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4141 with :
4242 go-version : " stable"
4343
5757 run : echo "ARTIFACT_NAME=${{ matrix.test }}" | sed 's|/|-|g' >> $GITHUB_ENV
5858
5959 - name : Upload artifact
60- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
60+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
6161 if : always()
6262 with :
6363 name : ${{ env.ARTIFACT_NAME }}
You can’t perform that action at this time.
0 commit comments