-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump doctrine/.github from 1.5.0 to 5.0.0 #415
Bump doctrine/.github from 1.5.0 to 5.0.0 #415
Conversation
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 1.5.0 to 5.0.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@1.5.0...5.0.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Ah… Codecov errors out… I think I faintly remember something about shared workflows not being able to pull secrets 🤔 For instance for the release workflow, we explicitly pass stuff in |
Ah yes 💡 |
with: | ||
php-versions: '["8.1"]' | ||
secrets: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow is not valid. .github/workflows/continuous-integration.yml (Line: 20, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.
🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah OK I need to fix the shared workflow.
d8ccf0e
to
9d014ae
Compare
Bumps doctrine/.github from 1.5.0 to 5.0.0.
Release notes
Sourced from doctrine/.github's releases.
Commits
03e9941
Merge pull request #42 from greg0ire/forgotten-occurrence68b7e7e
Provide CODECOV_TOKEN also when using the alternate CI workflow74d9928
Merge pull request #41 from greg0ire/pass-codecov-token5c61eff
Pass CODECOV_TOKEN to codecov/codecov-action1dbf796
Merge pull request #40 from greg0ire/bump-all-the-things334efea
Bump workflow actions8255e2f
Merge pull request #39 from derrabus/improvement/stable-php-8.30050753
PHP 8.3 is stable872bb4d
Merge pull request #38 from derrabus/bump/checkout6295902
Use checkout v4Dependabot 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 commands and options
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)