Skip to content

Commit 0ac3d64

Browse files
Bump doctrine/.github from 6.0.0 to 7.1.0 (#6649)
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 6.0.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doctrine/.github/releases">doctrine/.github's releases</a>.</em></p> <blockquote> <h2>Website schema validation workflow</h2> <h2>Added</h2> <p>We now have a new workflow that allows to validate modification of <code>.doctrine-project.json</code> files.</p> <h2>Drop Psalm</h2> <h2>Removed</h2> <p>The Psalm workflow has been removed. We are now only relying on PHPStan.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doctrine/.github/commit/297a67470cc07912349db6384af2abcac3df2285"><code>297a674</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/55">#55</a> from SenseException/website-schema</li> <li><a href="https://github.com/doctrine/.github/commit/d4e1cdaed6a7ae9318bb7fc0d12216b71d18821b"><code>d4e1cda</code></a> Create website-schema workflow</li> <li><a href="https://github.com/doctrine/.github/commit/43ddb9be7184e43820da27d10deed6b0f70abe0b"><code>43ddb9b</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/50">#50</a> from greg0ire/remove-psalm</li> <li><a href="https://github.com/doctrine/.github/commit/4b328b8b9580821db3159cabb04093b87820191e"><code>4b328b8</code></a> Remove Psalm job</li> <li><a href="https://github.com/doctrine/.github/commit/7370aa0299efd0d357d1e17f8583c1a046a38374"><code>7370aa0</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/57">#57</a> from greg0ire/update-template</li> <li><a href="https://github.com/doctrine/.github/commit/3dbb0966473ea2ab5f8796db8d5ea185250cdff7"><code>3dbb096</code></a> Reference the new workflow</li> <li>See full diff in <a href="https://github.com/doctrine/.github/compare/6.0.0...7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=doctrine/.github&package-manager=github_actions&previous-version=6.0.0&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22f86a6 commit 0ac3d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
jobs:
2626
coding-standards:
2727
name: "Coding Standards"
28-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@6.0.0"
28+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.1.0"

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
documentation:
1919
name: "Documentation"
20-
uses: "doctrine/.github/.github/workflows/documentation.yml@6.0.0"
20+
uses: "doctrine/.github/.github/workflows/documentation.yml@7.1.0"

0 commit comments

Comments
 (0)