Pin mitlibraries/.github action to 3d2816f - #330
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
April 3, 2026 17:42
d2f863e to
c16a8ab
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
April 7, 2026 21:16
c16a8ab to
5839d01
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
April 13, 2026 22:52
5839d01 to
ea77106
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
April 15, 2026 00:50
ea77106 to
93c22f0
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
May 1, 2026 22:13
93c22f0 to
88e0141
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
May 4, 2026 22:44
88e0141 to
c4fb38e
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
July 12, 2026 09:45
c4fb38e to
71e6187
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
August 11, 2026 22:51
71e6187 to
b51e0d1
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
September 2, 2026 00:57
b51e0d1 to
b9fe8d9
Compare
| jobs: | ||
| shared: | ||
| uses: mitlibraries/.github/.github/workflows/ruby-shared-ci.yml@main | ||
| uses: mitlibraries/.github/.github/workflows/ruby-shared-ci.yml@3d2816ffa487f3e99b650103252e44552d277ef6 # main |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI about 22 hours ago
Add an explicit top-level permissions block in .github/workflows/mit-libraries-ruby-ci.yml so all jobs (including the reusable workflow job) run with least privilege unless overridden. The safest minimal baseline that preserves typical CI behavior is:
contents: read
This avoids changing functional behavior in most CI workflows while explicitly restricting token scope. Place this block at the workflow root, between on: and jobs: (or immediately after name: / event config), so it applies globally.
Suggested changeset
1
.github/workflows/mit-libraries-ruby-ci.yml
| @@ -5,6 +5,9 @@ | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| shared: | ||
| uses: mitlibraries/.github/.github/workflows/ruby-shared-ci.yml@3d2816ffa487f3e99b650103252e44552d277ef6 # main |
Copilot is powered by AI and may make mistakes. Always verify output.
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 PR contains the following updates:
3d2816fConfiguration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.