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 #44

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 12, 2023

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v2.1.37 -> 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

v2.21.7

Compare Source

v2.21.6

Compare Source

v2.21.5

Compare Source

v2.21.4

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.4

Compare Source

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.13.4

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

v2.2.3

Compare Source

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.39

Compare Source

v2.1.38

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 changed the title Update github/codeql-action action to v2.1.38 Update github/codeql-action action to v2.1.39 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 1ec0f0d to e55cbfc Compare January 18, 2023 20:23
@renovate renovate bot changed the title Update github/codeql-action action to v2.1.39 Update github/codeql-action action to v2.2.0 Jan 26, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from e55cbfc to 3f681b6 Compare January 26, 2023 18:19
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.0 Update github/codeql-action action to v2.2.1 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 3f681b6 to c1ca1fc Compare January 27, 2023 12:25
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from c1ca1fc to b9dcda5 Compare February 7, 2023 01:30
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.1 Update github/codeql-action action to v2.2.2 Feb 7, 2023
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.2 Update github/codeql-action action to v2.2.3 Feb 9, 2023
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.3 Update github/codeql-action action to v2.2.4 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 886c14a to a75cb71 Compare February 10, 2023 19:47
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.4 Update github/codeql-action action to v2.2.5 Feb 24, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from a75cb71 to 9b496e7 Compare February 24, 2023 21:16
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.5 Update github/codeql-action action to v2.2.7 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 9b496e7 to d6dbe65 Compare March 16, 2023 13:34
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.7 Update github/codeql-action action to v2.2.8 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from d6dbe65 to b960e17 Compare March 24, 2023 17:00
@renovate renovate bot changed the title Update github/codeql-action action to v2.2.8 Update github/codeql-action action to v2.2.9 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from b960e17 to 8ca7d0f Compare March 27, 2023 15:26
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update github/codeql-action action to v2.2.9 Update github/codeql-action action to v2.3.6 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 8ca7d0f to eec3da6 Compare June 1, 2023 21:01
@renovate renovate bot changed the title Update github/codeql-action action to v2.3.6 Update github/codeql-action action to v2.20.0 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from eec3da6 to 7c2cd90 Compare June 13, 2023 19:31
@renovate renovate bot changed the title Update github/codeql-action action to v2.20.0 Update github/codeql-action action to v2.20.1 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 7c2cd90 to 195a5bf Compare June 21, 2023 12:31
@renovate renovate bot changed the title Update github/codeql-action action to v2.20.1 Update github/codeql-action action to v2.20.2 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 195a5bf to cfe9324 Compare July 3, 2023 11:49
@renovate renovate bot changed the title Update github/codeql-action action to v2.20.2 Update github/codeql-action action to v2.20.3 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from cfe9324 to ab45fd2 Compare July 6, 2023 15:56
@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 force-pushed the renovate/github-codeql-action-2.x branch 2 times, most recently from 624c68c to f06ebcf Compare October 3, 2024 21:51
@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 from f06ebcf to 6d82233 Compare October 7, 2024 18:51
@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 6d82233 to 5d9f4f2 Compare October 14, 2024 19:03
@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 5d9f4f2 to 05e556d Compare October 22, 2024 17:12
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 05e556d to 0a7752e Compare November 8, 2024 19:46
@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 force-pushed the renovate/github-codeql-action-2.x branch from 0a7752e to 8de9367 Compare November 12, 2024 14:28
@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 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 31d85cb to 395e6be Compare November 14, 2024 17:15
@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 force-pushed the renovate/github-codeql-action-2.x branch from 395e6be to 2580466 Compare November 20, 2024 22:17
@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 2580466 to 600e0ac Compare December 3, 2024 17:19
@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 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-2.x branch from 600e0ac to 5c2abb3 Compare December 10, 2024 15:04
@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 5c2abb3 to 0d4ab1c Compare December 12, 2024 23:35
@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 force-pushed the renovate/github-codeql-action-2.x branch from 0d4ab1c to 48d7f54 Compare December 20, 2024 23:42
@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
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.

0 participants