Skip to content

Commit

Permalink
Merge pull request pimcore#17637 from pimcore/vulnerabilities_ignore_…
Browse files Browse the repository at this point in the history
…list

Update composer-checks-vulnerabilities.yaml
  • Loading branch information
bluvulture authored Oct 2, 2024
2 parents 9613a2e + 21b4dcb commit f277df7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/composer-checks-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- { php-version: 8.3, branch: 11.4 }
with:
php-version: ${{ matrix.php-version }}
branch: ${{ matrix.branch }}
branch: ${{ matrix.branch == 'default' && github.event.repository.default_branch || matrix.branch }}
private-repo: ${{ github.event.repository.private }}
ignore-list: "public"
secrets: inherit
secrets: inherit

0 comments on commit f277df7

Please sign in to comment.