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

Bump @actions/core from 1.2.6 to 1.9.1 #115

Merged
merged 5 commits into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2022

Bumps @actions/core from 1.2.6 to 1.9.1.

Changelog

Sourced from @​actions/core's changelog.

1.9.1

  • Randomize delimiter when calling core.exportVariable

1.9.0

  • Added toPosixPath, toWin32Path and toPlatformPath utilities #1102

1.8.2

  • Update to v2.0.1 of @actions/http-client #1087

1.8.1

  • Update to v2.0.0 of @actions/http-client

1.8.0

1.7.0

1.6.0

1.5.0

1.4.0

1.3.0

1.2.7

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2022
@github-actions
Copy link

github-actions bot commented Sep 1, 2022

This PR is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle Inactive for 14 days label Sep 1, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/core-1.9.1 branch from 5094890 to 89e6f2e Compare September 20, 2022 17:14
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@zijchen
Copy link
Contributor

zijchen commented Oct 28, 2022

@dependabot rebase

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@zijchen zijchen temporarily deployed to Automation test October 28, 2022 19:48 Inactive
@zijchen zijchen temporarily deployed to Automation test October 28, 2022 19:48 Inactive
@zijchen zijchen temporarily deployed to Automation test October 28, 2022 19:48 Inactive
@zijchen zijchen temporarily deployed to Automation test October 28, 2022 19:48 Inactive
@@ -7,8 +7,6 @@ import DotnetUtils from '../src/DotnetUtils';
import SqlConnectionConfig from '../src/SqlConnectionConfig';
import Constants from '../src/Constants';

jest.mock('fs');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the update tests were failing with same error as actions/toolkit#1075

Removing the mock seems to resolve the issue. Every method tested here that calls into fs are mocked anyway

@github-actions github-actions bot removed the idle Inactive for 14 days label Oct 28, 2022
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@zijchen zijchen temporarily deployed to Automation test October 31, 2022 15:39 Inactive
@github-actions
Copy link

This PR is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle Inactive for 14 days label Nov 11, 2022
@zijchen zijchen merged commit 55b0e52 into master Jun 24, 2024
9 checks passed
@zijchen zijchen deleted the dependabot/npm_and_yarn/actions/core-1.9.1 branch June 24, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file idle Inactive for 14 days
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants