Skip to content

Commit 4c78175

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131

3232
conformance:
3333
runs-on: ubuntu-latest
34+
permissions:
35+
contents: read
3436

3537
strategy:
3638
matrix:
37-
config:
3839
- name: Netty Server
3940
args: --build-arg launcher=NettyServerLauncher --build-arg config=suite-netty.yaml
4041
- name: Http4s Server

0 commit comments

Comments
 (0)