Skip to content

Commit 1edd9a1

Browse files
authored
Merge pull request #72 from iMattPro/issue-71
Disable Composer’s audit.block-insecure for EPV
2 parents 7c28ed0 + a918534 commit 1edd9a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
env:
141141
PHP_VERSION: ${{ matrix.php }}
142142
run: |
143+
php ../composer.phar config audit.block-insecure false
143144
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
144145
php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
145146
else

.github/workflows/validate_workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
# Step 1: Run actionlint for logic/deprecation checks
2323
- name: Run actionlint
24-
uses: raven-actions/actionlint@v1
24+
uses: raven-actions/actionlint@v2
2525

2626
# Step 2: Set up Python for schema validation
2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
3131

0 commit comments

Comments
 (0)