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 v3.26.2 #97

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
github/codeql-action action patch v3.26.0 -> v3.26.2 v3.26.3

Release Notes

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

v3.26.2

Compare Source

v3.26.1

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

[puLL-Merge] - github/[email protected]

Description

This PR updates several dependencies, including adm-zip and TypeScript-related packages. It also includes changes to improve error handling, add more detailed telemetry, and refactor some code for better maintainability and performance.

Changes

Changes

  1. package.json:

    • Updated version to 3.26.2
    • Updated dependencies, notably adm-zip to 0.5.15 and various TypeScript-related packages
  2. src/codeql.ts:

    • Refactored setupCodeQL to use toolsDownloadStatusReport instead of toolsDownloadDurationMs
    • Updated generateCodeScanningConfig to use the imported cloneObject function
  3. src/config-utils.ts:

    • Added parseRegistriesWithoutCredentials function
  4. src/defaults.json:

    • Updated CodeQL bundle and CLI versions
  5. src/diagnostics.ts:

    • Modified addDiagnostic and writeDiagnostic to handle cases where language is undefined
  6. src/init-action.ts:

    • Added more detailed telemetry for CodeQL bundle download
    • Updated status report to include packs, registries, and query filters information
  7. src/setup-codeql.ts:

    • Introduced ToolsDownloadStatusReport interface for more detailed download information
    • Updated downloadCodeQL to return more detailed status information
  8. src/util.ts:

    • Added cloneObject function
  9. Various test files:

    • Updated to reflect changes in the main code

Possible Issues

The changes to error handling and telemetry might impact existing workflows or integrations that depend on the current error messages or telemetry format.

Security Hotspots

No significant security issues were identified in this PR. The changes mostly focus on improving code quality, error handling, and telemetry. However, as always, care should be taken when updating dependencies to ensure no new vulnerabilities are introduced.

@renovate renovate bot merged commit 63d40b4 into master Aug 21, 2024
7 checks passed
@renovate renovate bot deleted the renovate/github-codeql-action-3.x branch August 21, 2024 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants