Skip to content
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

Update github/codeql-action action to v2.28.0 #936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v2.21.7 -> v2.28.0

Release Notes

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

v2.28.0

Compare Source

v2.27.9

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.8

Compare Source

v2.27.7

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v2.27.6

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.6 - 03 Dec 2024
  • Update default CodeQL bundle version to 2.19.4. #​2626

See the full CHANGELOG.md for more information.

v2.27.5

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.4

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.3

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.2

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v2.27.1

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the 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 the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.11

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source

v2.26.8

Compare Source

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.15

Compare Source

v2.25.14

Compare Source

v2.25.13

Compare Source

v2.25.12

Compare Source

v2.25.11

Compare Source

v2.25.10

Compare Source

v2.25.9

Compare Source

v2.25.8

Compare Source

v2.25.7

Compare Source

v2.25.6

Compare Source

v2.25.5

Compare Source

v2.25.4

Compare Source

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.11

Compare Source

v2.24.10

Compare Source

v2.24.9

Compare Source

v2.24.8

Compare Source

v2.24.7

Compare Source

v2.24.6

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

v2.24.3

Compare Source

v2.24.2

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.9

Compare Source

v2.21.8

Compare Source


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from statik as a code owner September 19, 2023 11:30
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 19, 2023
@renovate renovate bot changed the title Update github/codeql-action action to v2.21.8 Update github/codeql-action action to v2.21.9 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 2a3bd9f to 2b6639d Compare September 27, 2023 16:41
@renovate renovate bot changed the title Update github/codeql-action action to v2.21.9 Update github/codeql-action action to v2.22.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 2b6639d to 0e2cf39 Compare October 6, 2023 12:58
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.0 Update github/codeql-action action to v2.22.1 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 0e2cf39 to 371cf58 Compare October 9, 2023 12:40
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.1 Update github/codeql-action action to v2.22.2 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 371cf58 to f2477e0 Compare October 12, 2023 13:55
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.2 Update github/codeql-action action to v2.22.3 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from f2477e0 to 27f240f Compare October 13, 2023 16:32
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.3 Update github/codeql-action action to v2.22.4 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 27f240f to 674ef80 Compare October 20, 2023 18:09
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.4 Update github/codeql-action action to v2.22.5 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 674ef80 to b8dba7b Compare October 27, 2023 10:11
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.5 Update github/codeql-action action to v2.22.6 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from b8dba7b to a6749a9 Compare November 14, 2023 12:59
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.6 Update github/codeql-action action to v2.22.7 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from a6749a9 to f14c12f Compare November 16, 2023 16:43
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.7 Update github/codeql-action action to v2.22.8 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from f14c12f to d0f00bf Compare November 23, 2023 13:09
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.8 Update github/codeql-action action to v2.22.9 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from d0f00bf to f84bdd5 Compare December 7, 2023 11:49
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.9 Update github/codeql-action action to v2.22.10 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from 7393227 to 646c505 Compare December 13, 2023 23:07
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.10 Update github/codeql-action action to v2.22.11 Dec 13, 2023
@renovate renovate bot changed the title Update github/codeql-action action to v2.22.11 Update github/codeql-action action to v2.22.12 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 646c505 to 1f124c0 Compare December 22, 2023 18:56
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from d60c711 to 770e59f Compare September 30, 2024 16:25
@renovate renovate bot changed the title Update github/codeql-action action to v2.26.9 Update github/codeql-action action to v2.26.10 Sep 30, 2024
@renovate renovate bot changed the title Update github/codeql-action action to v2.26.10 Update github/codeql-action action to v2.26.11 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from 6563832 to 72cf1c6 Compare October 7, 2024 19:25
@renovate renovate bot changed the title Update github/codeql-action action to v2.26.11 Update github/codeql-action action to v2.26.12 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 72cf1c6 to 02fd1c4 Compare October 14, 2024 20:07
@renovate renovate bot changed the title Update github/codeql-action action to v2.26.12 Update github/codeql-action action to v2.26.13 Oct 14, 2024
@renovate renovate bot changed the title Update github/codeql-action action to v2.26.13 Update github/codeql-action action to v2.27.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 02fd1c4 to ff7166d Compare October 22, 2024 17:49
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from ff7166d to 51e3f5d Compare November 8, 2024 18:37
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.0 Update github/codeql-action action to v2.27.1 Nov 8, 2024
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.1 Update github/codeql-action action to v2.27.2 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 51e3f5d to 05a677d Compare November 12, 2024 14:38
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.2 Update github/codeql-action action to v2.27.3 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from cca9b75 to 3336bb4 Compare November 14, 2024 18:29
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.3 Update github/codeql-action action to v2.27.4 Nov 14, 2024
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.4 Update github/codeql-action action to v2.27.5 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 3336bb4 to ab1a71d Compare November 20, 2024 20:07
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.5 Update github/codeql-action action to v2.27.6 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from 4c3f010 to 2545194 Compare December 10, 2024 18:19
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.6 Update github/codeql-action action to v2.27.7 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 2545194 to e5955e4 Compare December 12, 2024 23:40
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.7 Update github/codeql-action action to v2.27.9 Dec 12, 2024
@renovate renovate bot changed the title Update github/codeql-action action to v2.27.9 Update github/codeql-action action to v2.28.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from e5955e4 to 37e5c82 Compare December 20, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants