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 actions/checkout action to v4.2.2 #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.7 -> v4.2.2

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), 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.

@renovate renovate bot requested a review from a team as a code owner October 2, 2024 01:44
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from 3f0ef71 to 91789dc Compare October 11, 2024 19:38
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4.2.0 chore(deps): update actions/checkout action to v4.2.1 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from 91789dc to 94c32b1 Compare October 27, 2024 17:01
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4.2.1 chore(deps): update actions/checkout action to v4.2.2 Oct 27, 2024
Copy link

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

Description

This PR introduces several enhancements and updates to the GitHub Actions checkout action. The main changes include adding new outputs for the checked-out ref and commit, improving the handling of server URLs, updating dependencies, and expanding test coverage.

Changes

Changes

  1. .github/workflows/publish-immutable-actions.yml:

    • Added a new workflow for publishing immutable action versions.
  2. .github/workflows/test.yml:

    • Added a new job test-output to verify the new outputs (ref and commit).
  3. .github/workflows/update-test-ubuntu-git.yml:

    • Updated dependencies for Docker-related actions.
  4. CHANGELOG.md:

    • Added entries for versions 4.2.2, 4.2.1, and 4.2.0, detailing new features and dependency updates.
  5. README.md:

    • Added a note about the user email format used in Git commits.
  6. __test__/ref-helper.test.ts:

    • Added a new test case for getCheckoutInfo with refs/ without commit.
  7. __test__/url-helper.test.ts:

    • Added new tests for getServerUrl, isGhes, and getServerApiUrl functions.
  8. action.yml:

    • Added new outputs for ref and commit.
  9. dist/index.js:

    • Updated compiled JavaScript to reflect changes in TypeScript source files.
  10. package.json:

    • Updated version to 4.2.2 and updated several dev dependencies.
  11. src/git-source-provider.ts:

    • Added logic to set the commit output.
  12. src/main.ts:

    • Added logic to set the ref output.
  13. src/ref-helper.ts:

    • Modified getCheckoutInfo to handle refs/ without commit.
  14. src/url-helper.ts:

    • Refactored and improved URL handling functions, including better support for GitHub Enterprise Server (GHES).

Possible Issues

  • The changes to URL handling might affect users with custom GitHub Enterprise setups. Thorough testing in various environments is recommended.

Security Hotspots

No significant security issues were identified in this change. However, as always with changes involving URL handling and Git operations, it's important to ensure that these changes don't introduce any potential for URL manipulation or command injection.

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