Skip to content

Commit c62c59b

Browse files
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 1a92e3d commit c62c59b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Regression Tests
33
on: [push, pull_request]
4+
permissions:
5+
contents: read
46
jobs:
57
regression:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)