File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,9 @@ jobs:
136
136
if-no-files-found : error
137
137
138
138
run-linux-container-tests :
139
- needs : build-fullagent-msi
140
139
name : Run Linux Container Tests
140
+ needs :
141
+ - build-fullagent-msi
141
142
uses : ./.github/workflows/run_linux_container_tests.yml
142
143
secrets : inherit
143
144
@@ -694,9 +695,14 @@ jobs:
694
695
integration-test-status :
695
696
name : Check Test Matrix Status
696
697
runs-on : ubuntu-latest
697
- needs : [run-integration-tests, run-unbounded-tests]
698
+ needs : [run-linux-container-tests, run- integration-tests, run-unbounded-tests]
698
699
if : always()
699
700
steps :
701
+ - name : Harden Runner
702
+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
703
+ with :
704
+ disable-sudo : true
705
+ egress-policy : audit
700
706
- name : Successful test run
701
707
if : ${{ !(contains(needs.*.result, 'failure')) }}
702
708
run : exit 0
You can’t perform that action at this time.
0 commit comments