-
Notifications
You must be signed in to change notification settings - Fork 46
Pre release #418
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
Pre release #418
Conversation
|
Hi from your friendly robot! 🤖 I fixed PHPCS issues with |
| - name: Checkout code | ||
| uses: actions/checkout@v4 | ||
| - name: Build, tag, and release | ||
| uses: pantheon-systems/plugin-release-actions/build-tag-release@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| // test again in case `require_once $simplesamlphp_autoloader` didn't find it. | ||
| if ( ! class_exists( $this->simplesamlphp_class ) ) { | ||
| $this->maybeLogError(); | ||
| $this->maybe_log_error(); |
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.
This is no longer existing, the naming has changed in been merged into develop
Create pre-releases on push to develop.
Blocked by #419
Blocked by pantheon-systems/plugin-release-actions#29