Skip to content

chore(deps): bump slim/slim from 2.6.3 to 3.12.5 in /recovery/common #716

chore(deps): bump slim/slim from 2.6.3 to 3.12.5 in /recovery/common

chore(deps): bump slim/slim from 2.6.3 to 3.12.5 in /recovery/common #716

Workflow file for this run

name: Danger
on:
pull_request_target:
concurrency:
group: danger-php-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Danger
uses: docker://ghcr.io/shyim/danger-php:latest
with:
args: ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}