File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1818
1919 - name : Set up Go 1.24
20- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
20+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2121 with :
2222 go-version-file : go.mod
2323
2424 - name : Login to Quay.io
25- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
25+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
2626 with :
2727 registry : quay.io
2828 username : ${{ secrets.APP_QUAY_USERNAME }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
1515 - name : Set up Go
16- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
16+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
1717 with :
1818 go-version-file : go.mod
1919
Original file line number Diff line number Diff line change 2929 release_branch : ${{ steps.validate.outputs.release_branch }}
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
32+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3333 with :
3434 fetch-depth : 0 # Need full history to check existing tags
3535
9090 fi
9191
9292 - name : Set up Go
93- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v 5.5 .0
93+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v 6.0 .0
9494 with :
9595 go-version-file : go.mod
9696
@@ -186,7 +186,7 @@ jobs:
186186 release_branch : ${{ needs.generate-release.outputs.release_branch }}
187187 steps :
188188 - name : Checkout code
189- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
189+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
190190 with :
191191 ref : ${{ env.release_branch }}
192192 fetch-depth : 0
@@ -243,7 +243,7 @@ jobs:
243243 GH_TOKEN : ${{ github.token }}
244244
245245 - name : Set up Go
246- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
246+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
247247 with :
248248 go-version-file : go.mod
249249
@@ -253,7 +253,7 @@ jobs:
253253 make image-build IMG=quay.io/llamastack/llama-stack-k8s-operator:v${{ env.operator_version }}
254254
255255 - name : Log in to Quay.io
256- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
256+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
257257 with :
258258 registry : quay.io
259259 username : ${{ secrets.APP_QUAY_USERNAME }}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Set up Go env
21- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2222 with :
2323 go-version-file : go.mod
2424
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Set up Go 1.24
24- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
24+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2525 with :
2626 go-version-file : go.mod
2727
2828 - name : Checkout code
29- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
29+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3030 with :
3131 ref : ${{ github.event.inputs.release_branch }}
3232
3333 - name : Login to Quay.io
34- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
34+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3535 with :
3636 registry : quay.io
3737 username : ${{ secrets.APP_QUAY_USERNAME }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
1515 - name : Set up Go
16- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
16+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
1717 with :
1818 go-version-file : go.mod
1919
You can’t perform that action at this time.
0 commit comments