Skip to content

Commit

Permalink
Merge branch 'main' into new/use-twig-rendering-for-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich authored Jan 28, 2025
2 parents 752a352 + 1b9ce4f commit 0993087
Show file tree
Hide file tree
Showing 5 changed files with 878 additions and 42 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
tags:
- 'v*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
php-security-scan:
runs-on: ubuntu-latest
Expand All @@ -22,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Psalm Security Scan by Mbin
uses: docker://ghcr.io/mbinorg/psalm-security-scan
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"phpunit/phpunit": "^11.3.4",
"symfony/browser-kit": "7.2.*",
"symfony/debug-bundle": "7.2.*",
"symfony/maker-bundle": "1.61.0",
"symfony/maker-bundle": "1.62.1",
"symfony/phpunit-bridge": "7.2.*",
"symfony/stopwatch": "7.2.*",
"symfony/web-profiler-bundle": "7.2.*"
Expand Down
75 changes: 36 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0993087

Please sign in to comment.