Skip to content

Commit 374327d

Browse files
Fix for code scanning alert no. 2: Workflow does not contain permissions (#27)
* 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> * update --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent c872fa7 commit 374327d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
12+
permissions:
13+
contents: read
1314
steps:
1415
- uses: actions/checkout@v4
1516
- name: Set up Ruby 3.0

0 commit comments

Comments
 (0)