Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.2.2 -> v4.3.0
actions/setup-go action minor v5.0.2 -> v5.5.0
docker/setup-buildx-action action minor v3.10.0 -> v3.11.1
github/codeql-action action minor v3.28.16 -> v3.30.0
go uses-with minor 1.24 -> 1.25
google-github-actions/auth action patch v2.1.10 -> v2.1.13
google-github-actions/get-secretmanager-secrets action minor v2.1.3 -> v2.2.5
google-github-actions/setup-gcloud action minor v2.1.4 -> v2.2.1
ossf/scorecard-action action patch v2.4.0 -> v2.4.2

Release Notes

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/setup-go (actions/setup-go)

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed
  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in #​496
New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​500
  • Upgrade IA Publish by @​Jcambass in #​502
  • Add architecture to cache key by @​Zxilly in #​493
    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.
  • Enhance workflows and Upgrade micromatch Dependency by @​priyagupta108 in #​510

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.11.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

github/codeql-action (github/codeql-action)

v3.30.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.0 - 01 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #​3044

See the full CHANGELOG.md for more information.

v3.29.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.10 - 18 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.9 - 12 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.8 - 08 Aug 2025
  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #​3015

See the full CHANGELOG.md for more information.

v3.29.7

Compare Source

This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.

v3.29.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.6 - 07 Aug 2025
  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #​2999
  • Update default CodeQL bundle version to 2.22.3. #​3000

See the full CHANGELOG.md for more information.

v3.29.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #​2986

See the full CHANGELOG.md for more information.

v3.29.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.4 - 23 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.3 - 21 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935

See the full CHANGELOG.md for more information.

v3.29.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #​2938
  • Update default CodeQL bundle version to 2.22.1. #​2950

See the full CHANGELOG.md for more information.

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.21

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.21 - 28 July 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.20

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.20 - 21 July 2025

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025
  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

actions/go-versions (go)

v1.25.0: 1.25.0

Compare Source

Go 1.25.0

google-github-actions/auth (google-github-actions/auth)

v2.1.13

Compare Source

What's Changed

Full Changelog: google-github-actions/auth@v2.1.12...v2.1.13

v2.1.12

Compare Source

What's Changed

Full Changelog: google-github-actions/auth@v2.1.11...v2.1.12

v2.1.11

Compare Source

What's Changed

Full Changelog: google-github-actions/auth@v2.1.10...v2.1.11

google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)

v2.2.5

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.1.4...v2.2.0

v2.1.4

Compare Source

What's Changed

Full Changelog: google-github-actions/get-secretmanager-secrets@v2.1.3...v2.1.4

google-github-actions/setup-gcloud (google-github-actions/setup-gcloud)

v2.2.1

Compare Source

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2.1.5...v2.2.0

v2.1.5

Compare Source

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2.1.4...v2.1.5

ossf/scorecard-action (ossf/scorecard-action)

v2.4.2

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

  • This update bumps the Scorecard version to the v5.1.1 release. For a complete list of changes, please refer to the v5.1.0 and v5.1.1 release notes.
  • Publishing results now uses half the API quota as before. The exact savings depends on the repository in question.
  • Some errors were made into annotations to make them more visible
  • There is now an optional file_mode input which controls how repository files are fetched from GitHub. The default is archive, but git produces the most accurate results for repositories with .gitattributes files at the cost of analysis speed.
  • The underlying container for the action is now hosted on GitHub Container Registry. There should be no functional changes.
Docs

New Contributors


Configuration

📅 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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner December 2, 2024 22:23
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 20eabc4 to b1d6f97 Compare December 3, 2024 14:51
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 4 times, most recently from 6edb0b2 to c8f1d3b Compare December 13, 2024 01:38
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from c8f1d3b to 72c305f Compare December 20, 2024 23:27
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 72c305f to 71d20fc Compare January 13, 2025 11:20
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 71d20fc to 654d45d Compare January 21, 2025 06:32
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 654d45d to a8703ea Compare February 1, 2025 17:14
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from a8703ea to 56292d3 Compare February 21, 2025 17:33
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 56292d3 to c66d977 Compare March 11, 2025 18:21
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 2 times, most recently from 11a5cad to bde7f45 Compare March 25, 2025 17:15
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 2 times, most recently from a5798f3 to 88e0002 Compare May 2, 2025 12:42
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 88e0002 to 79e18b9 Compare May 8, 2025 05:14
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 79e18b9 to 2e3b03e Compare May 16, 2025 14:19
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 2 times, most recently from 96c0b3d to 3e48923 Compare June 3, 2025 19:38
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 3 times, most recently from d7c89be to 14b2622 Compare June 18, 2025 10:12
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 2 times, most recently from 5a91e44 to 30aa0d4 Compare June 30, 2025 14:48
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 3 times, most recently from 5384934 to da4c5d2 Compare July 16, 2025 18:11
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 16 times, most recently from 233f9f0 to 015c3be Compare August 2, 2025 15:24
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 7 times, most recently from 70205a3 to a95d981 Compare August 13, 2025 05:00
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 3 times, most recently from 5d941e3 to 28e0d12 Compare August 25, 2025 02:47
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch 2 times, most recently from ebaf757 to 7715af2 Compare September 1, 2025 17:23
@renovate-bot renovate-bot force-pushed the renovate/github-actions branch from 7715af2 to f8b3f7f Compare September 3, 2025 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants