Skip to content

Commit 049dd2b

Browse files
test
1 parent fd76fb4 commit 049dd2b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/lint-workflows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ./

0 commit comments

Comments
 (0)