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

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 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 force-pushed the renovate/actions-checkout-4.x branch from c69cb94 to 34ed0a4 Compare October 11, 2024 16:47
@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 34ed0a4 to 42e0224 Compare October 27, 2024 17:05
@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/checkout@v4.1.7..v4.2.2

Description

This PR introduces several enhancements and updates to the GitHub Actions checkout action. Key changes include adding new outputs for the checked-out ref and commit SHA, improving URL handling for GitHub Enterprise Server (GHES) instances, and updating dependencies.

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 newly added outputs.
  3. .github/workflows/update-test-ubuntu-git.yml:

    • Updated versions of docker/login-action and docker/build-push-action.
  4. CHANGELOG.md:

    • Added entries for versions v4.2.2, v4.2.1, and v4.2.0, detailing new features and improvements.
  5. README.md:

    • Added a note about the user email format for 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 ref and commit to the action.
  9. dist/index.js:

    • Updated compiled JavaScript file reflecting changes in TypeScript source files.
  10. package.json:

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

    • Implemented setting of new outputs for ref and commit.
  12. src/ref-helper.ts:

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

    • Refactored URL handling functions to better support GHES instances and use environment variables.

Possible Issues

No major non-security issues are apparent in this change.

Security Hotspots

No significant security vulnerabilities are evident in this change. However, as always, care should be taken when handling and exposing repository information through action outputs.

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