Skip to content

Commit 239b911

Browse files
committed
Use latest actions/checkout and do not disable block-insecure
1 parent 1f41412 commit 239b911

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"allow-plugins": {
6464
"dealerdirect/phpcodesniffer-composer-installer": true
6565
},
66-
"sort-packages": true
66+
"sort-packages": true,
67+
"audit": {
68+
"block-insecure": false
69+
}
6770
}
6871
}

0 commit comments

Comments
 (0)