Skip to content

fix: Resolve build failure due to using OpenSSL@3 instead of OpenSSL@1.1 on macOS for PHP < 8.1 #65

fix: Resolve build failure due to using OpenSSL@3 instead of OpenSSL@1.1 on macOS for PHP < 8.1

fix: Resolve build failure due to using OpenSSL@3 instead of OpenSSL@1.1 on macOS for PHP < 8.1 #65

Workflow file for this run

name: Security
on:
push:
branches: [ main, master ]
pull_request:
release:
types: [ created ]
jobs:
security:
runs-on: ubuntu-latest
name: Audit Dependencies
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cache the vulnerability database
uses: actions/cache@v3
id: cache-db
with:
path: ~/.symfony/cache
key: db
- name: Checks dependencies for known vulnerabilities
uses: symfonycorp/security-checker-action@v4