File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Harden the runner (Audit all outbound calls)
48- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
48+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4949 with :
5050 egress-policy : audit
5151
7474
7575 steps :
7676 - name : Harden the runner (Audit all outbound calls)
77- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
77+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7878 with :
7979 egress-policy : audit
8080
Original file line number Diff line number Diff line change @@ -34,10 +34,14 @@ jobs:
3434
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
37+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3838 with :
3939 egress-policy : audit
4040
4141 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
43+ - name : Install yamllint
44+ run : sudo apt-get install -y yamllint
45+
4246 - name : Validate YAML files
4347 run : yamllint -c .yamllint.yaml -f github ./
You can’t perform that action at this time.
0 commit comments