From 4d9310661c4d9482d8f13e18937f7378988f8cb5 Mon Sep 17 00:00:00 2001 From: Tanishk Goyal <64212892+legion2002@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:14:24 +0000 Subject: [PATCH 1/2] chore(ci): bump Cyclops audit workflow Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com> --- .github/workflows/pr-audit.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-audit.yml b/.github/workflows/pr-audit.yml index ce357b9..1b965e4 100644 --- a/.github/workflows/pr-audit.yml +++ b/.github/workflows/pr-audit.yml @@ -19,7 +19,12 @@ jobs: github.event.issue.pull_request && contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association) ) - uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@d39baa2b43f5eba5d261c047521a4fbd56101129 # 2026-09-23T04-31-11Z-d39baa2b + permissions: + contents: read + id-token: write + pull-requests: read + statuses: write + uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@9714ff353c4199ff9f498205ef7b3319869dd51d secrets: EVENTS_KEY: ${{ secrets.EVENTS_KEY }} EVENTS_CERT: ${{ secrets.EVENTS_CERT }} From 16485097810a9490c85344ea0550527edb978030 Mon Sep 17 00:00:00 2001 From: Tanishk Goyal <64212892+legion2002@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:17:21 +0000 Subject: [PATCH 2/2] chore(ci): document Cyclops workflow pin tag Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com> --- .github/workflows/pr-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-audit.yml b/.github/workflows/pr-audit.yml index 1b965e4..a8a9b20 100644 --- a/.github/workflows/pr-audit.yml +++ b/.github/workflows/pr-audit.yml @@ -24,7 +24,7 @@ jobs: id-token: write pull-requests: read statuses: write - uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@9714ff353c4199ff9f498205ef7b3319869dd51d + uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@9714ff353c4199ff9f498205ef7b3319869dd51d # 2026-09-25T18-10-33Z-9714ff35 secrets: EVENTS_KEY: ${{ secrets.EVENTS_KEY }} EVENTS_CERT: ${{ secrets.EVENTS_CERT }}