Skip to content

Commit cc7304e

Browse files
authored
Merge branch 'main' into transforms-docs-improvements
2 parents d66d82f + 5d1fe04 commit cc7304e

25 files changed

Lines changed: 343 additions & 78 deletions

.github/workflows/assign_bugs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
autoassign:
88
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
pull-requests: read
912
steps:
1013
- uses: Naturalclar/issue-action@v2.0.2
1114
with:

.github/workflows/changelog_reminder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ name: Changelog Reminder
77
jobs:
88
remind:
99
name: Changelog Reminder
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
runs-on: ubuntu-latest
1114
steps:
12-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v6
1316
- name: Changelog Reminder
1417
uses: peterjgrainger/action-changelog-reminder@v1.3.0
1518
with:

.github/workflows/check-external-contributor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: External Contributor Check
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
pull_request_target:
47
types:

.github/workflows/check_in_artifact.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ on:
6969
jobs:
7070
check_in_artifact:
7171
runs-on: ubuntu-latest
72-
72+
permissions:
73+
contents: write
74+
pull-requests: write
7375
steps:
7476
- name: Checkout main
7577
uses: actions/checkout@v6

.github/workflows/code_security_scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Code Security Scan
2+
permissions:
3+
contents: read
24
on:
35
pull_request:
46
push:

.github/workflows/determine-workflow-runner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ on:
3232
3333
jobs:
3434
determine_workflow_runner:
35+
permissions:
36+
contents: read
3537
runs-on: >-
3638
${{
3739
(

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Formatting check
2+
permissions:
3+
contents: read
24
on:
35
merge_group:
46
types:

.github/workflows/interface-dependency-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This workflow maintains a single source of truth for the versions of these dependencies.
55

66
name: Determine Package Versions to use for testing certain PennyLane Interfaces
7+
permissions:
8+
contents: read
79
on:
810
workflow_call:
911
inputs:

.github/workflows/interface-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# The workflow utilizes matrix strategies to parallelize the test runs and supports skipping specific jobs on a lightened CI run.
77

88
name: Unit Test - All Interfaces
9+
permissions:
10+
contents: read
911
on:
1012
workflow_call:
1113
secrets:

.github/workflows/module-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Validate module imports
2+
permissions:
3+
contents: read
24

35
on:
46
merge_group:

0 commit comments

Comments
 (0)