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

chore(deps): update github/codeql-action action to v3.28.1 #46

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v3.26.6 -> v3.28.1

Release Notes

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

v3.28.1

Compare Source

CodeQL Action Changelog

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

3.28.1 - 10 Jan 2025
  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v3.28.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.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v3.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.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.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.

3.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.

v3.27.6

Compare Source

v3.27.5

Compare Source

v3.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.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.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.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.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.

3.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.

v3.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.

3.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.

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 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.

3.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.

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


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 is behind base branch, 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.

Copy link

codacy-production bot commented Sep 13, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (56356bb) 531 504 94.92%
Head commit (e797982) 531 (+0) 504 (+0) 94.92% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#46) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.46%. Comparing base (56356bb) to head (e797982).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #46   +/-   ##
=========================================
  Coverage     95.46%   95.46%           
  Complexity      195      195           
=========================================
  Files            24       24           
  Lines           596      596           
=========================================
  Hits            569      569           
  Misses           27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.7 chore(deps): update github/codeql-action action to v3.26.8 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 1ed7d30 to 700db38 Compare September 19, 2024 10:46
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.8 chore(deps): update github/codeql-action action to v3.26.9 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 700db38 to b8f6444 Compare September 24, 2024 18:17
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.9 chore(deps): update github/codeql-action action to v3.26.10 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from b8f6444 to 78bce4d Compare September 30, 2024 13:32
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.10 chore(deps): update github/codeql-action action to v3.26.11 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 78bce4d to 08ec3b6 Compare October 3, 2024 21:29
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.11 chore(deps): update github/codeql-action action to v3.26.12 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 08ec3b6 to 734ca95 Compare October 7, 2024 19:49
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.12 chore(deps): update github/codeql-action action to v3.26.13 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 734ca95 to ad5acab Compare October 14, 2024 19:20
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.13 chore(deps): update github/codeql-action action to v3.27.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ad5acab to 1c0a7cd Compare October 22, 2024 19:35
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.0 chore(deps): update github/codeql-action action to v3.27.1 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 1c0a7cd to d07ed4f Compare November 8, 2024 18:48
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.1 chore(deps): update github/codeql-action action to v3.27.2 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from d07ed4f to 6d7f0ab Compare November 12, 2024 13:08
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.2 chore(deps): update github/codeql-action action to v3.27.3 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch 2 times, most recently from dd72527 to 29a3010 Compare November 14, 2024 17:37
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.3 chore(deps): update github/codeql-action action to v3.27.4 Nov 14, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.4 chore(deps): update github/codeql-action action to v3.27.5 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 29a3010 to 1fa882b Compare November 20, 2024 17:30
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 1fa882b to f6944d6 Compare December 3, 2024 10:18
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.5 chore(deps): update github/codeql-action action to v3.27.6 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from f6944d6 to 3827b1e Compare December 3, 2024 13:12
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 3827b1e to b82530c Compare December 10, 2024 15:19
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.6 chore(deps): update github/codeql-action action to v3.27.7 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from b82530c to ddc72d5 Compare December 12, 2024 23:43
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.7 chore(deps): update github/codeql-action action to v3.27.9 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ddc72d5 to b5aa663 Compare December 20, 2024 20:51
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.9 chore(deps): update github/codeql-action action to v3.28.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch 4 times, most recently from 1b319a0 to a727672 Compare January 8, 2025 14:50
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from a727672 to e797982 Compare January 10, 2025 23:06
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.0 chore(deps): update github/codeql-action action to v3.28.1 Jan 10, 2025
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