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 99 check-catalog-info-drift :
1010 runs-on : ubuntu-latest
1111 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+
1217 - name : Checkout
1318 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1419 with :
Original file line number Diff line number Diff line change 7777 sha : ${{ steps.get-job-workflow-ref.outputs.sha }}
7878
7979 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+
8085 - id : setup-node
8186 name : Setup node.js
8287 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 2727 test :
2828 runs-on : ubuntu-latest
2929 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+
3035 - name : Checkout code
3136 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3237 with :
You can’t perform that action at this time.
0 commit comments