File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
check-catalog-info-drift :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
+ - name : Harden the runner (Audit all outbound calls)
13
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
14
+ with :
15
+ egress-policy : audit
16
+
12
17
- name : Checkout
13
18
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
19
with :
Original file line number Diff line number Diff line change 77
77
sha : ${{ steps.get-job-workflow-ref.outputs.sha }}
78
78
79
79
steps :
80
+ - name : Harden the runner (Audit all outbound calls)
81
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
82
+ with :
83
+ egress-policy : audit
84
+
80
85
- id : setup-node
81
86
name : Setup node.js
82
87
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 27
27
test :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
+ - name : Harden the runner (Audit all outbound calls)
31
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
32
+ with :
33
+ egress-policy : audit
34
+
30
35
- name : Checkout code
31
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
37
with :
You can’t perform that action at this time.
0 commit comments