File tree Expand file tree Collapse file tree 6 files changed +0
-82
lines changed
Expand file tree Collapse file tree 6 files changed +0
-82
lines changed Original file line number Diff line number Diff line change 3030 VCPKG_DEFAULT_TRIPLET : ${{ matrix.triplet }}
3131 VCPKG_DEFAULT_HOST_TRIPLET : ${{ matrix.triplet }}
3232 steps :
33- - name : Harden Runner
34- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
35- with :
36- egress-policy : audit
37-
3833 - name : Check out code
3934 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4035 with :
Original file line number Diff line number Diff line change 1919 outputs :
2020 presets : ${{ steps.set-matrix.outputs.presets }}
2121 steps :
22- - name : Harden Runner
23- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24- with :
25- disable-sudo : true
26- egress-policy : block
27- allowed-endpoints : >
28- github.com:443
29-
3022 - name : Check out the source code
3123 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3224
4537 permissions :
4638 contents : read
4739 steps :
48- - name : Harden Runner
49- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
50- with :
51- egress-policy : audit
52- allowed-endpoints : >
53- api.github.com:443
54- azure.archive.ubuntu.com:80
55- esm.ubuntu.com:443
56- github.com:443
57- motd.ubuntu.com:443
58- objects.githubusercontent.com:443
59- packages.microsoft.com:443
60-
6140 - name : Check out code
6241 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6342 with :
7958 permissions :
8059 contents : read
8160 steps :
82- - name : Harden Runner
83- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
84- with :
85- egress-policy : block
86- allowed-endpoints : >
87- github.com:443
88-
8961 - name : Check out code
9062 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9163
Original file line number Diff line number Diff line change 2525 language :
2626 - c-cpp
2727 steps :
28- - name : Harden Runner
29- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30- with :
31- egress-policy : block
32- allowed-endpoints : >
33- api.github.com:443
34- azure.archive.ubuntu.com:80
35- esm.ubuntu.com:443
36- github.com:443
37- motd.ubuntu.com:443
38- objects.githubusercontent.com:443
39- packages.microsoft.com:443
40-
4128 - name : Check out code
4229 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4330
Original file line number Diff line number Diff line change 1919 outputs :
2020 scripts : ${{ steps.set-matrix.outputs.scripts }}
2121 steps :
22- - name : Harden Runner
23- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24- with :
25- disable-sudo : true
26- egress-policy : block
27- allowed-endpoints : >
28- github.com:443
29-
3022 - name : Check out the source code
3123 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3224
4537 permissions :
4638 contents : read
4739 steps :
48- - name : Harden Runner
49- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
50- with :
51- egress-policy : block
52- allowed-endpoints : >
53- api.github.com:443
54- azure.archive.ubuntu.com:80
55- esm.ubuntu.com:443
56- github.com:443
57- motd.ubuntu.com:443
58- objects.githubusercontent.com:443
59- packages.microsoft.com:443
60-
6140 - name : Check out code
6241 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6342
Original file line number Diff line number Diff line change 2323 permissions :
2424 contents : read
2525 steps :
26- - name : Harden Runner
27- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
28- with :
29- disable-sudo : true
30- egress-policy : block
31- allowed-endpoints : >
32- ghcr.io:443
33- github.com:443
34- pkg-containers.githubusercontent.com:443
35-
3626 - name : Check out code
3727 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3828
Original file line number Diff line number Diff line change 1616 contents : write
1717 pull-requests : write
1818 steps :
19- - name : Harden Runner
20- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21- with :
22- egress-policy : audit
23-
2419 - name : Check out code
2520 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2621 with :
You can’t perform that action at this time.
0 commit comments