From 037314a4c0017dd2ed4262c1a8218fa0935046e0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 17 Sep 2025 18:05:31 -0400 Subject: [PATCH] chore: remove actions-permissions monitor (#16745) --- .github/workflows/ecosystem-ci-trigger.yml | 1 - .github/workflows/pkg.pr.new-comment.yml | 1 - .github/workflows/release.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/ecosystem-ci-trigger.yml b/.github/workflows/ecosystem-ci-trigger.yml index 9be1f00104..7753b606e1 100644 --- a/.github/workflows/ecosystem-ci-trigger.yml +++ b/.github/workflows/ecosystem-ci-trigger.yml @@ -15,7 +15,6 @@ jobs: contents: read # to clone the repo steps: - name: monitor action permissions - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: check user authorization # user needs triage permission uses: actions/github-script@v7 id: check-permissions diff --git a/.github/workflows/pkg.pr.new-comment.yml b/.github/workflows/pkg.pr.new-comment.yml index 3f1fca5a0b..8bf13bb8f1 100644 --- a/.github/workflows/pkg.pr.new-comment.yml +++ b/.github/workflows/pkg.pr.new-comment.yml @@ -14,7 +14,6 @@ jobs: name: 'Update comment' runs-on: ubuntu-latest steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Download artifact uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9d683a2ae..b78346d883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,6 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout Repo uses: actions/checkout@v4 with: