Skip to content

Commit 41b272f

Browse files
authored
Merge pull request #475 from pq-code-package/fix-token-permissions
Fix Code Scanning Token Permission issue
2 parents 7294554 + c3ee53d commit 41b272f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
permissions: read-all
17+
1618
jobs:
1719
bench:
1820
permissions:

.github/workflows/bench_ec2_reusable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ env:
6767
AWS_ROLE: arn:aws:iam::559050233797:role/mlkem-c-aarch64-gh-action
6868
AMI_UBUNTU_LATEST_X86_64: ami-0e86e20dae9224db8
6969
AMI_UBUNTU_LATEST_AARCH64: ami-096ea6a12ea24a797
70+
71+
permissions: read-all
72+
7073
jobs:
7174
start-ec2-runner:
7275
name: Start ${{ inputs.name }} (${{ inputs.ec2_instance_type }})

0 commit comments

Comments
 (0)