Skip to content

Commit b38c4ba

Browse files
authored
Merge branch 'main' into main
2 parents bb0a221 + 18a19de commit b38c4ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+276
-217
lines changed

.github/workflows/check-workflow-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
contents: read
2121
with:
2222
workflow_name: ${{ inputs.workflow_name }}
23-
run_count: ${{ fromJSON(inputs.run_count) }}
23+
run_count: ${{ fromJSON(inputs.run_count) }}

.github/workflows/get-pr-info.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ jobs:
8787
PR_FILES: ${{ steps.pr_info.outputs.files }}
8888
if: ${{ inputs.pr_number != '' }}
8989
steps:
90-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
91-
with:
92-
config: ${{ vars.PERMISSIONS_CONFIG }}
9390
- name: Extract PR details
9491
id: pr_info
9592
uses: actions/github-script@v6

.github/workflows/get-pr-number.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
outputs:
1414
PR_NUMBER: ${{ steps.set_pr_number.outputs.PR_NUMBER }}
1515
steps:
16-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
17-
with:
18-
config: ${{ vars.PERMISSIONS_CONFIG }}
1916
- name: Get PR number
2017
shell: bash
2118
env:

.github/workflows/new_model_pr_merged_notification.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
name: Notify new model
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
17-
with:
18-
config: ${{ vars.PERMISSIONS_CONFIG }}
1916
- uses: actions/checkout@v4
2017
with:
2118
fetch-depth: 0

.github/workflows/pr_build_doc_with_comment.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
PR_MERGE_COMMIT_DATE: ${{ needs.get-pr-info.outputs.PR_MERGE_COMMIT_DATE }}
3636
PR_MERGE_COMMIT_TIMESTAMP: ${{ needs.get-pr-info.outputs.PR_MERGE_COMMIT_TIMESTAMP }}
3737
steps:
38-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
39-
with:
40-
config: ${{ vars.PERMISSIONS_CONFIG }}
4138
- run: |
4239
COMMENT_TIMESTAMP=$(date -d "${COMMENT_DATE}" +"%s")
4340
echo "COMMENT_DATE: $COMMENT_DATE"
@@ -57,9 +54,6 @@ jobs:
5754
statuses: write
5855
runs-on: ubuntu-22.04
5956
steps:
60-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
61-
with:
62-
config: ${{ vars.PERMISSIONS_CONFIG }}
6357
- name: Create Run
6458
id: create_run
6559
env:
@@ -83,9 +77,6 @@ jobs:
8377
pull-requests: write
8478
runs-on: ubuntu-22.04
8579
steps:
86-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
87-
with:
88-
config: ${{ vars.PERMISSIONS_CONFIG }}
8980
- name: Reply to the comment
9081
env:
9182
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -121,9 +112,6 @@ jobs:
121112
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
122113
STATUS_OK: ${{ contains(fromJSON('["skipped", "success"]'), needs.create_run.result) }}
123114
steps:
124-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
125-
with:
126-
config: ${{ vars.PERMISSIONS_CONFIG }}
127115
- name: Get `build-doc` job status
128116
run: |
129117
echo "${{ needs.build-doc.result }}"

.github/workflows/pr_slow_ci_suggestion.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
outputs:
2424
jobs: ${{ steps.get_jobs.outputs.jobs_to_run }}
2525
steps:
26-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
27-
with:
28-
config: ${{ vars.PERMISSIONS_CONFIG }}
29-
3026
# This checkout to the main branch
3127
- uses: actions/checkout@v4
3228
with:
@@ -93,10 +89,6 @@ jobs:
9389
pull-requests: write
9490
runs-on: ubuntu-22.04
9591
steps:
96-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
97-
with:
98-
config: ${{ vars.PERMISSIONS_CONFIG }}
99-
10092
- name: Check and update comment if needed
10193
uses: actions/github-script@v7
10294
env:

.github/workflows/push-important-models.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
outputs:
1212
matrix: ${{ steps.set-matrix.outputs.matrix }}
1313
steps:
14-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
15-
with:
16-
config: ${{ vars.PERMISSIONS_CONFIG }}
17-
1814
- name: Check out code
1915
uses: actions/checkout@v4
2016

.github/workflows/release-conda.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
shell: bash -l {0}
1919

2020
steps:
21-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
22-
with:
23-
config: ${{ vars.PERMISSIONS_CONFIG }}
24-
2521
- name: Checkout repository
2622
uses: actions/checkout@v4
2723

.github/workflows/self-comment-ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
PR_HEAD_SHA: ${{ needs.get-pr-info.outputs.PR_HEAD_SHA }}
4747
PR_MERGE_SHA: ${{ needs.get-pr-info.outputs.PR_MERGE_COMMIT_SHA }}
4848
steps:
49-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
50-
with:
51-
config: ${{ vars.PERMISSIONS_CONFIG }}
52-
5349
- name: Verify `merge_commit` timestamp is older than the issue comment timestamp
5450
env:
5551
COMMENT_DATE: ${{ github.event.comment.created_at }}
@@ -71,10 +67,6 @@ jobs:
7167
models: ${{ steps.models_to_run.outputs.models }}
7268
quantizations: ${{ steps.models_to_run.outputs.quantizations }}
7369
steps:
74-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
75-
with:
76-
config: ${{ vars.PERMISSIONS_CONFIG }}
77-
7870
- uses: actions/checkout@v4
7971
with:
8072
fetch-depth: "0"
@@ -117,10 +109,6 @@ jobs:
117109
pull-requests: write
118110
runs-on: ubuntu-22.04
119111
steps:
120-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
121-
with:
122-
config: ${{ vars.PERMISSIONS_CONFIG }}
123-
124112
- name: Reply to the comment
125113
env:
126114
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -143,10 +131,6 @@ jobs:
143131
pull-requests: write
144132
runs-on: ubuntu-22.04
145133
steps:
146-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
147-
with:
148-
config: ${{ vars.PERMISSIONS_CONFIG }}
149-
150134
- name: Reply to the comment
151135
env:
152136
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -168,10 +152,6 @@ jobs:
168152
statuses: write
169153
runs-on: ubuntu-22.04
170154
steps:
171-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
172-
with:
173-
config: ${{ vars.PERMISSIONS_CONFIG }}
174-
175155
- name: Create Run
176156
id: create_run
177157
env:
@@ -230,10 +210,6 @@ jobs:
230210
if: ${{ always() && needs.create_run.result == 'success' }}
231211
runs-on: ubuntu-22.04
232212
steps:
233-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
234-
with:
235-
config: ${{ vars.PERMISSIONS_CONFIG }}
236-
237213
- name: Show reports from jobs
238214
env:
239215
MODEL_REPORT: ${{ needs.model-ci.outputs.report }}

.github/workflows/self-nightly-caller.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
name: Setup
3131
runs-on: ubuntu-22.04
3232
steps:
33-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
34-
with:
35-
config: ${{ vars.PERMISSIONS_CONFIG }}
36-
3733
- name: Setup
3834
run: |
3935
mkdir "setup_values"

0 commit comments

Comments
 (0)