Skip to content

Commit f84b548

Browse files
authored
Remove permissions monitor proxy form check semver hazards job (#4088)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> The permissions proxy made the the checkout step for the aws-sdk-rust repo much slower. Run with proxy took ~1 hour: https://github.com/smithy-lang/smithy-rs/actions/runs/14340833647/job/40199555508 Run without took ~2 minutes: https://github.com/smithy-lang/smithy-rs/actions/runs/14343880973/job/40209574197 ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent a29bc69 commit f84b548

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
runs-on: smithy_ubuntu-latest_8-core
147147
timeout-minutes: 30
148148
steps:
149-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
150149
- uses: actions/checkout@v4
151150
with:
152151
path: smithy-rs

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
if: always()
116116
runs-on: smithy_ubuntu-latest_8-core
117117
steps:
118-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
119118
- uses: actions/checkout@v4
120119
with:
121120
path: smithy-rs

0 commit comments

Comments
 (0)