Conversation
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/dev/actions/create-github-app-token-2
......
remove ACM rankings
sync: dev to extern-contrib
Add a line to remove the PHPSESSID cookie when the user logs out, ensuring the session is properly terminated. This change enhances security by preventing potential session reuse.
Clear session cookie on logout for better security
sync: dev to extern-contrib
Update to release 1.6.0
Deploying xmoj-script-dev-channel with
|
| Latest commit: |
d4731e2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fd8b2748.xmoj-script-dev-channel.pages.dev |
Member
Author
|
This is #800 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request upgrades the GitHub Actions workflows to use create-github-app-token v2 and updates the project version and changelog accordingly.
- Upgraded create-github-app-token action from v1 to v2 in multiple workflows.
- Updated the project version in package.json and added detailed changelog entries for versions 1.5.1, 1.5.2, and 1.5.3.
Reviewed Changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/UpdateVersion.yml | Updated the create-github-app-token action version from v1 to v2. |
| .github/workflows/Release.yml | Updated the token generation action version to v2. |
| .github/workflows/Prerelease.yml | Changed the action version to v2. |
| .github/workflows/Daily.yml | Upgraded the token action from v1 to v2. |
| .github/workflows/AutoLablePR.yml | Upgraded the token generation action to v2. |
| .github/workflows/AutoLabelIssue.yml | Updated the token action version to v2. |
Files not reviewed (2)
- Update.json: Language not supported
- package.json: Language not supported
Comments suppressed due to low confidence (6)
.github/workflows/UpdateVersion.yml:20
- Ensure that using create-github-app-token v2 does not require additional parameters or modifications in the workflow compared to v1.
uses: actions/create-github-app-token@v2
.github/workflows/Release.yml:15
- Verify that the v2 version of create-github-app-token integrates seamlessly with the current workflow configuration and secrets.
uses: actions/create-github-app-token@v2
.github/workflows/Prerelease.yml:16
- Confirm that the v2 update does not introduce breaking changes in token generation within this workflow.
uses: actions/create-github-app-token@v2
.github/workflows/Daily.yml:15
- Check that the parameters used with create-github-app-token remain valid with version v2 to avoid unexpected issues.
uses: actions/create-github-app-token@v2
.github/workflows/AutoLablePR.yml:16
- Make sure that the migration to v2 in this workflow has been validated for correct token generation and usage.
uses: actions/create-github-app-token@v2
.github/workflows/AutoLabelIssue.yml:17
- Ensure consistency in token generation behavior after the upgrade to v2 in this workflow.
uses: actions/create-github-app-token@v2
PythonSmall-Q
approved these changes
May 4, 2025
Member
|
🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to GitHub Actions workflows to use a newer version of the
create-github-app-tokenaction and updates the project version and changelog to reflect recent changes. Below is a summary of the most important changes:Workflow Updates
create-github-app-tokenaction fromv1tov2across multiple workflows for improved functionality and compatibility:.github/workflows/AutoLabelIssue.yml.github/workflows/AutoLablePR.yml.github/workflows/Daily.yml.github/workflows/Prerelease.yml.github/workflows/Release.yml.github/workflows/UpdateVersion.ymlVersion and Changelog Updates
package.jsonfrom1.5.0to1.5.3to reflect the latest changes.1.5.1,1.5.2, and1.5.3inUpdate.json, including details about each release:1.5.1: Removed ACM rankings.1.5.2: Cleared session cookie on logout for better security.1.5.3: Fixed a text error.