-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update all non-major dependencies #69
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch-digest-pin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
August 28, 2024 00:26
1af16b0
to
babdf91
Compare
renovate
bot
changed the title
chore(deps): update github/codeql-action action to v3.26.5
fix(deps): update all non-major dependencies
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
August 29, 2024 14:13
babdf91
to
99903b4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
September 6, 2024 22:55
99903b4
to
9a55437
Compare
renovate
bot
changed the title
fix(deps): update all non-major dependencies
chore(deps): update all non-major dependencies
Sep 6, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
September 13, 2024 13:59
44553a9
to
42dd2b8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
September 19, 2024 14:18
af132e1
to
86d5603
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
6 times, most recently
from
October 1, 2024 16:43
3ee387a
to
46c07b0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
October 2, 2024 18:13
35f9285
to
893b464
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
October 7, 2024 18:38
0e67763
to
9070087
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
October 16, 2024 13:13
1f0599c
to
b4b2b02
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
October 24, 2024 17:30
dfc3a26
to
a3d9a72
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
October 24, 2024 19:14
a3d9a72
to
085d302
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
October 25, 2024 18:19
085d302
to
2c87214
Compare
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:
v4.1.7
->v4.2.2
v5.0.2
->v5.1.0
3.20.2
->3.20.3
3.20.2
->3.20.3
2.55.0
->2.60.1
v4.5.0
->v4.6.0
v3.2.1
->v3.3.0
v0.24.0
->v0.25.1
v2.27.4
->v2.27.5
v3.26.4
->v3.27.0
Release Notes
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
actions/setup-go (actions/setup-go)
v5.1.0
Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
cli/cli (cli/cli)
v2.60.1
: GitHub CLI 2.60.1Compare Source
This is a small patch release to fix installing
gh
viago install
which was broken with v2.60.0.What's Changed
Full Changelog: cli/cli@v2.60.0...v2.60.1
v2.60.0
: GitHub CLI 2.60.0Compare Source
What's Changed
LiveSigstoreVerifier.Verify
should error if no attestations are present by @phillmv in https://github.com/cli/cli/pull/9742gh at verify
retries fetching attestations if it receives a 5xx by @phillmv in https://github.com/cli/cli/pull/9797working-with-us.md
by @BagToad in https://github.com/cli/cli/pull/9800gh
is supported on GitHub Enterprise Cloud by @BagToad in https://github.com/cli/cli/pull/9805Acceptance Test Changes
workflow
,run
, andcache
commands by @BagToad in https://github.com/cli/cli/pull/9766api
acceptance tests by @BagToad in https://github.com/cli/cli/pull/9770release
commands by @BagToad in https://github.com/cli/cli/pull/9771org
andssh-key
commands by @BagToad in https://github.com/cli/cli/pull/9812gh auth
commands by @jtmcg in https://github.com/cli/cli/pull/9787repo
commands by @jtmcg in https://github.com/cli/cli/pull/9783search
command by @BagToad in https://github.com/cli/cli/pull/9786variable
commands by @andyfeller in https://github.com/cli/cli/pull/978secret
commands by @andyfeller in https://github.com/cli/cli/pull/9782New Contributors
Full Changelog: cli/cli@v2.59.0...v2.60.0
v2.59.0
: GitHub CLI 2.59.0Compare Source
What's Changed
SECURITY.md
with expectations for privately reported vulnerabilities by @BagToad in https://github.com/cli/cli/pull/9687darwin-amd64
binary on an Apple Silicon macOS device by @timrogers in https://github.com/cli/cli/pull/9650repo license list/view
andrepo gitignore list/view
by @BagToad in https://github.com/cli/cli/pull/9721GH_ACCEPTANCE_SCRIPT
env var to target a single script by @williammartin in https://github.com/cli/cli/pull/9756issue
command by @williammartin in https://github.com/cli/cli/pull/9757gist list
by @heaths in https://github.com/cli/cli/pull/9728New Contributors
Full Changelog: cli/cli@v2.58.0...v2.59.0
v2.58.0
: GitHub CLI 2.58.0Compare Source
What's Changed
attestation verify
custom issuer mismatch error by @bdehamer in https://github.com/cli/cli/pull/9616attestation trusted-root
command by @BagToad in https://github.com/cli/cli/pull/9635attestation trusted-root
command by @bdehamer in https://github.com/cli/cli/pull/9610trusted-root
command by @bdehamer in https://github.com/cli/cli/pull/9638dnf5
instructions todocs/install_linux.md
by @its-miroma in https://github.com/cli/cli/pull/9660New Contributors
Full Changelog: cli/cli@v2.57.0...v2.58.0
v2.57.0
: GitHub CLI 2.57.0Compare Source
What's Changed
--active
flag to thegh auth status
command by @velumuruganr in https://github.com/cli/cli/pull/9520gh attestation verify
test for custom OIDC issuers by @bdehamer in https://github.com/cli/cli/pull/9595darwin-arm64
binary, but adarwin-amd64
binary is available by @timrogers in https://github.com/cli/cli/pull/9599gh attestation verify
bundle parsing and validation errors by @malancas in https://github.com/cli/cli/pull/9564attestation verify
output when no TTY present by @bdehamer in https://github.com/cli/cli/pull/9612New Contributors
Full Changelog: cli/cli@v2.56.0...v2.57.0
v2.56.0
: GitHub CLI 2.56.0Compare Source
Important note about renewed GPG key
The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your
.deb
or.rpm
packages, please read cli/cli#9569.What's Changed
gh repo sync
stdout by @muzimuzhi in https://github.com/cli/cli/pull/9491Internal
fromgh repo create
prompt when owner is not an org by @jtmcg in https://github.com/cli/cli/pull/9465gh run view
by @benebsiny in https://github.com/cli/cli/pull/9482repo sync
by @muzimuzhi in https://github.com/cli/cli/pull/9509gh attestation verify
handles empty JSONL files by @malancas in https://github.com/cli/cli/pull/9541New Contributors
Full Changelog: cli/cli@v2.55.0...v2.56.0
codecov/codecov-action (codecov/codecov-action)
v4.6.0
Compare Source
What's Changed
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560New Contributors
Full Changelog: codecov/codecov-action@v4.5.0...v4.6.0
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.2.1...v3.3.0
go-vela/types (github.com/go-vela/types)
v0.25.1
Compare Source
What's Changed
Full Changelog: go-vela/types@v0.25.0...v0.25.1
v0.25.0
Compare Source
What's Changed
Full Changelog: go-vela/types@v0.24.0...v0.25.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
github/codeql-action (github/codeql-action)
v3.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v3.26.13
Compare Source
v3.26.12
Compare Source
v3.26.11
Compare Source
v3.26.10
Compare Source
v3.26.9
Compare Source
v3.26.8
Compare Source
v3.26.7
Compare Source
v3.26.6
Compare Source
[
v3.26.5
](https://redirect.github.com/gitConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.