File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 enabled_services : " openstack-cli-server,neutron-trunk"
4040
4141 - name : Deploy a Kind Cluster
42- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab
42+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc
4343 with :
4444 cluster_name : orc
4545
6666
6767 - name : Upload logs artifacts on failure
6868 if : failure()
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : e2e-${{ matrix.name }}-${{ github.run_id }}
7272 path : /tmp/artifacts/*
Original file line number Diff line number Diff line change 2020 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2121
2222 - name : Set up Go
23- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
23+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2424 with :
2525 go-version : ${{ steps.vars.outputs.go_version }}
2626
Original file line number Diff line number Diff line change 3232 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3333
3434 - name : Set up Go
35- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
35+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
3636 with :
3737 go-version : ${{ steps.vars.outputs.go_version }}
3838
Original file line number Diff line number Diff line change 2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
27+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # tag=v5.0.3
Original file line number Diff line number Diff line change 2424 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2525
2626 - name : Set up Go
27- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
27+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030
Original file line number Diff line number Diff line change 2525 id : vars
2626 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727 - name : Set up Go
28- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
28+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
3131 - name : Run verify security target
You can’t perform that action at this time.
0 commit comments