File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -245,12 +245,10 @@ jobs:
245
245
# - arm64
246
246
- x86_64
247
247
steps :
248
- # If we use this proxy then the calls to the AWS API on
249
- # localhost fail.
250
- # - uses: GitHubSecurityLab/actions-permissions/monitor@v1
251
- # with:
252
- # # Uses the organization variable unless overridden
253
- # config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
248
+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
249
+ with :
250
+ # Uses the organization variable unless overridden
251
+ config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
254
252
- id : harden-runner
255
253
name : Harden the runner
256
254
uses : step-security/harden-runner@v2
Original file line number Diff line number Diff line change @@ -52,12 +52,10 @@ jobs:
52
52
# - arm64
53
53
- x86_64
54
54
steps :
55
- # If we use this proxy then the calls to the AWS API on
56
- # localhost fail.
57
- # - uses: GitHubSecurityLab/actions-permissions/monitor@v1
58
- # with:
59
- # # Uses the organization variable unless overridden
60
- # config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
55
+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
56
+ with :
57
+ # Uses the organization variable unless overridden
58
+ config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
61
59
- id : harden-runner
62
60
name : Harden the runner
63
61
uses : step-security/harden-runner@v2
Original file line number Diff line number Diff line change @@ -59,12 +59,10 @@ jobs:
59
59
# - arm64
60
60
- x86_64
61
61
steps :
62
- # If we use this proxy then the calls to the AWS API on
63
- # localhost fail.
64
- # - uses: GitHubSecurityLab/actions-permissions/monitor@v1
65
- # with:
66
- # # Uses the organization variable unless overridden
67
- # config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
62
+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
63
+ with :
64
+ # Uses the organization variable unless overridden
65
+ config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
68
66
- id : harden-runner
69
67
name : Harden the runner
70
68
uses : step-security/harden-runner@v2
You can’t perform that action at this time.
0 commit comments