chore(ci): roll up open Dependabot bumps - #117
Merged
Merged
Conversation
Batch of open Dependabot PRs landed as one change so the overlapping workflow edits (ci.yml is touched by setup-go, checkout and gosec; codeql.yml/scorecard.yml by checkout and codeql-action) do not rebase against each other. Actions: - actions/setup-go v6.5.0 -> v7.0.0 - actions/checkout v7.0.0 -> v7.0.1 - securego/gosec v2.27.1 -> v2.28.0 - github/codeql-action/upload-sarif v4.37.0 -> v4.37.2 - github/codeql-action/analyze v4.37.0 -> v4.37.2 codeql-action/init and autobuild were also bumped to v4.37.2 (e0647621) to keep codeql.yml internally consistent; Dependabot only opened PRs for analyze and upload-sarif. Every action SHA was resolved against upstream and matches the commit its tag points at (codeql-action's annotated tag was dereferenced). Refs stay pinned to full 40-char SHAs. Supersedes #112, #113, #114, #115, #116.
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.
Rolls up the GitHub Actions Dependabot bumps into one change so the overlapping workflow edits (
ci.ymlis touched bysetup-go,checkoutandgosec;codeql.yml/scorecard.ymlbycheckoutand codeql-action) do not rebase against each other.Actions
actions/setup-goactions/checkoutsecurego/gosecgithub/codeql-action/upload-sarifgithub/codeql-action/analyzecodeql-action/initandautobuildwere also bumped to v4.37.2 (e0647621) to keepcodeql.ymlinternally consistent.Every action SHA was resolved against upstream and matches the commit its tag points at (codeql-action's annotated tag was dereferenced). Refs stay pinned to full 40-char SHAs.
Folds in and replaces the individual Dependabot PRs #112, #113, #114, #115, #116 (already closed).