-
Notifications
You must be signed in to change notification settings - Fork 317
chore: pin third-party GitHub Actions to SHAs + enable Dependabot #1816
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,4 @@ jobs: | |
| distribution: 'temurin' | ||
| java-version: '17' | ||
| - name: Setup Gradle to generate and submit dependency graphs | ||
| uses: gradle/actions/dependency-submission@v4 | ||
| uses: gradle/actions/dependency-submission@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 | ||
|
Comment on lines
18
to
+19
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is intentional for this campaign. The PR scope is third-party actions outside |
||
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.
@mahangu in case you missed this
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.
Copilot appears to be confidently incorrect here. 😬
I checked the current GitHub Dependabot docs, and cooldown is a supported v2 option for version updates, including github-actions.
ignore is not equivalent: it suppresses matching updates entirely, while cooldown delays eligible updates and lets them through later. So for “wait 7 days by default / 14 days for majors,” cooldown is the right mechanism.