File tree Expand file tree Collapse file tree
cmd/policy-assistant/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 IP_FAMILY : ${{ matrix.ipFamily }}
3535 steps :
3636 - name : Check out code
37- uses : actions/checkout@v2
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
3838
3939 - name : Enable ipv4 and ipv6 forwarding
4040 run : |
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Upload Junit Reports
120120 if : always()
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5
122122 with :
123123 name : kind-junit-${{ env.JOB_NAME }}-${{ github.run_id }}
124124 path : ' ./_artifacts/*.xml'
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upload logs
132132 if : always()
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5
134134 with :
135135 name : kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
136136 path : ./_artifacts/logs
Original file line number Diff line number Diff line change 8484 cp cmd/policy-assistant/cmd/policy-assistant/policy-assistant artifacts/
8585
8686 - name : Upload policy-assistant Binary
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5
8888 with :
8989 name : policy-assistant-binary
9090 path : artifacts/policy-assistant
Original file line number Diff line number Diff line change 1616 name : Run policy-assistant on KinD/Antrea
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
2020 - name : Set up Go
2121 uses : actions/setup-go@v2
2222 with :
Original file line number Diff line number Diff line change 1515 name : Run policy-assistant on KinD/Calico
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
1919 - name : Set up Go
2020 uses : actions/setup-go@v2
2121 with :
Original file line number Diff line number Diff line change 1515 name : Run policy-assistant on KinD/Cilium
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
1919 - name : Set up Go
2020 uses : actions/setup-go@v2
2121 with :
Original file line number Diff line number Diff line change 1111 name : Run policy-assistant on KinD
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
1515
1616 - name : Run policy-assistant
1717 working-directory : hack/kind
Original file line number Diff line number Diff line change 1515 name : Run policy-assistant on KinD
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
1919
2020 - name : Set up Go
2121 uses : actions/setup-go@v2
Original file line number Diff line number Diff line change 1717 timeout-minutes : 250
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
2121 - name : Set up Go
2222 uses : actions/setup-go@v2
2323 with :
You can’t perform that action at this time.
0 commit comments