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.12 #109

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Type Update Change Pending
github/codeql-action action patch v3.26.11 -> v3.26.12 v3.26.13

Release Notes

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

v3.26.12

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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

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

Description

This PR updates the CodeQL Action to version 3.26.12, which includes several improvements and changes to the codebase. The main changes include updating dependencies, modifying error messages, and refactoring some code for better maintainability and performance.

Changes

Changes

  1. package.json:

    • Updated version to 3.26.12
    • Updated several dependencies, including @actions/core and @typescript-eslint packages
  2. src/defaults.json:

    • Updated bundleVersion and cliVersion to 2.19.1
    • Updated priorBundleVersion and priorCliVersion to 2.19.0
  3. src/codeql.ts:

    • Updated CODEQL_NEXT_MINIMUM_VERSION to "2.14.6"
    • Updated GHES_VERSION_MOST_RECENTLY_DEPRECATED to "3.10"
    • Updated GHES_MOST_RECENT_DEPRECATION_DATE to "2024-09-24"
  4. src/actions-util.ts:

    • Renamed determineMergeBaseCommitOid to determineBaseBranchHeadCommitOid
    • Refactored git command execution into a separate runGitCommand function
    • Improved error handling and logging for git commands
  5. src/languages.ts and src/languages.test.ts:

    • Added support for Rust language
  6. src/tar.ts:

    • Added a new function isBinaryAccessible to check if a binary is available
    • Modified isZstdAvailable to use the new isBinaryAccessible function
  7. src/upload-lib.ts:

    • Updated to use the renamed determineBaseBranchHeadCommitOid function
  8. Various other files:

    • Updated TypeScript types and imports
    • Modified error messages and logging
    • Updated unit tests to reflect changes in functionality

Possible Issues

The renaming of determineMergeBaseCommitOid to determineBaseBranchHeadCommitOid might cause issues if any external scripts or workflows were directly depending on the old function name.

Security Hotspots

There are no significant security hotspots introduced in this change. The updates to dependencies and CodeQL versions are likely to include security improvements.

@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 7f0be33 to cde53ff Compare October 16, 2024 06:37
@renovate renovate bot merged commit 13b61f3 into master Oct 16, 2024
7 checks passed
@renovate renovate bot deleted the renovate/github-codeql-action-3.x branch October 16, 2024 11:16
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