Skip to content

Commit 037314a

Browse files
authored
chore: remove actions-permissions monitor (#16745)
1 parent eaf4d40 commit 037314a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
contents: read # to clone the repo
1616
steps:
1717
- name: monitor action permissions
18-
uses: GitHubSecurityLab/actions-permissions/monitor@v1
1918
- name: check user authorization # user needs triage permission
2019
uses: actions/github-script@v7
2120
id: check-permissions

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
name: 'Update comment'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1817
- name: Download artifact
1918
uses: actions/download-artifact@v4
2019
with:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
name: Release
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
2120
- name: Checkout Repo
2221
uses: actions/checkout@v4
2322
with:

0 commit comments

Comments
 (0)