Skip to content

chore(deps): update mariadb docker tag to v11.7 (#1706) #5031

chore(deps): update mariadb docker tag to v11.7 (#1706)

chore(deps): update mariadb docker tag to v11.7 (#1706) #5031

name: Static Code Analysis
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
psalm:
runs-on: ubuntu-latest
name: Psalm
steps:
- name: Check out source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up PHP
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
with:
coverage: none
- name: Install dependencies
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # 3.0.0
- name: Run psalm
run: composer psalm -- --output-format=github