| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps the actions-minor group with 2 updates in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `ruby/setup-ruby` from 1.295.0 to 1.300.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@319994f...4c56a21) Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.300.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
There was a problem hiding this comment.
We're actually bumping ruby/setup-ruby to 1.301.0, but that is fine.
Sorry, something went wrong.
There was a problem hiding this comment.
This PR updates GitHub Actions used by the repo’s CI/release automation workflows and PR-check templates, primarily bumping ruby/setup-ruby and actions/create-github-app-token to newer minor versions.
Changes:
| File | Description |
|---|---|
| pr-checks/checks/rubocop-multi-language.yml | Updates the pinned ruby/setup-ruby ref used by the PR-check template. |
| .github/workflows/update-release-branch.yml | Updates actions/create-github-app-token version used for release-branch backport automation. |
| .github/workflows/rollback-release.yml | Updates actions/create-github-app-token version used for rollback release automation. |
| .github/workflows/post-release-mergeback.yml | Updates actions/create-github-app-token version used for tagging/mergeback automation. |
| .github/workflows/__rubocop-multi-language.yml | Generated workflow updated from the PR-check template change (not reviewed as source-of-truth). |
.github/workflows/update-release-branch.yml:100
uses: actions/create-github-app-token@v3.1.1
id: app-token
with:
app-id: ${{ vars.AUTOMATION_APP_ID }}
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
.github/workflows/rollback-release.yml:143
uses: actions/create-github-app-token@v3.1.1
id: app-token
with:
app-id: ${{ vars.AUTOMATION_APP_ID }}
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
.github/workflows/post-release-mergeback.yml:138
uses: actions/create-github-app-token@v3.1.1
id: app-token
with:
app-id: ${{ vars.AUTOMATION_APP_ID }}
private-key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
Sorry, something went wrong.
| steps: | ||
| - name: Set up Ruby | ||
| uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0 | ||
| uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 |
There was a problem hiding this comment.
The pinned ruby/setup-ruby SHA is annotated as # v1.301.0, but this PR’s stated bump is to v1.300.0. Please verify which release this SHA corresponds to and update the inline version comment (and/or the pinned ref) to match, so future audits aren’t misled.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the actions-minor group with 2 updates in the /.github/workflows directory: ruby/setup-ruby and actions/create-github-app-token.
Updates ruby/setup-ruby from 1.295.0 to 1.300.0
Release notesSourced from ruby/setup-ruby's releases.
CommitsUpdates actions/create-github-app-token from 3.0.0 to 3.1.1
Release notesSourced from actions/create-github-app-token's releases.
CommitsDependabot 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: