Skip to content

Commit d8b2c0f

Browse files
authored
fix(ci): Grant read permissions for workflow (#35)
- Add `contents: read` permission to the GitHub Actions workflow to ensure proper access for actions. - Update `jbzoo/codestyle` development dependency from `^7.1.5` to `^7.1.6`.
1 parent 83998ac commit d8b2c0f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#
1212

1313
name: CI
14+
permissions:
15+
contents: read
1416

1517
on:
1618
pull_request:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
"require-dev" : {
3939
"jbzoo/toolbox-dev" : "^7.1",
40-
"jbzoo/codestyle" : "^7.1.5",
40+
"jbzoo/codestyle" : "^7.1.6",
4141
"jbzoo/http-client" : "^7.1",
4242
"jbzoo/data" : "^7.1",
4343
"jbzoo/utils" : "^7.2",

0 commit comments

Comments
 (0)