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

Add set-safe-directory input to allow customers to take control. (#770) #776

Merged
merged 1 commit into from Apr 21, 2022

Conversation

TingluoHuang
Copy link
Member

  • Add set-safe-directory input to allow customers to take control.

* Add set-safe-directory input to allow customers to take control.
Copy link
Contributor

@thboop thboop left a comment

Choose a reason for hiding this comment

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

lgtm

@TingluoHuang TingluoHuang merged commit f67ee5d into releases/v2 Apr 21, 2022
@TingluoHuang TingluoHuang deleted the users/tihuang/cp branch April 21, 2022 14:12
Starefossen pushed a commit to nais/handbook that referenced this pull request Aug 12, 2022
Bumps actions/checkout from 2 to 3.

Release notes
Sourced from actions/checkout's releases.

v3.0.0

Updated to the node16 runtime by default

This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.



v2.4.2
What's Changed

Add set-safe-directory input to allow customers to take control. (#770) by @​TingluoHuang in actions/checkout#776
Prepare changelog for v2.4.2. by @​TingluoHuang in actions/checkout#778

Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5
Update dependencies
v2.3.4

Add missing awaits
Swap to Environment Files

v2.3.3

Remove Unneeded commit information from build logs
Add Licensed to verify third party dependencies

v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
Fix default branch resolution for .wiki and when using SSH
v2.3.0
Fallback to the default branch
v2.2.0
Fetch all history for all tags and branches when fetch-depth=0
v2.1.1
Changes to support GHES (here and here)
v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH



... (truncated)


Changelog
Sourced from actions/checkout's changelog.

Changelog
v3.0.2

Add input set-safe-directory

v3.0.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions

v3.0.0

Update to node 16

v2.3.1

Fix default branch resolution for .wiki and when using SSH

v2.3.0

Fallback to the default branch

v2.2.0

Fetch all history for all tags and branches when fetch-depth=0

v2.1.1

Changes to support GHES (here and here)

v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH
Add submodule support
Follow proxy settings
Fix ref for pr closed event when a pr is merged
Fix issue checking detached when git less than 2.22

v2.0.0

Do not pass cred on command line
Add input persist-credentials
Fallback to REST API to download repo




Commits

2541b12 Prepare changelog for v3.0.2. (#777)
0ffe6f9 Add set-safe-directory input to allow customers to take control. (#770)
dcd71f6 Enforce safe directory (#762)
add3486 Patch to fix the dependbot alert. (#744)
5126516 Bump minimist from 1.2.5 to 1.2.6 (#741)
d50f8ea Add v3.0 release information to changelog (#740)
2d1c119 update test workflows to checkout v3 (#709)
a12a394 update readme for v3 (#708)
8f9e05e Update to node 16 (#689)
See full diff in compare view




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)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot pushed a commit to nais/handbook that referenced this pull request Aug 12, 2022
Bumps actions/checkout from 2 to 3.

Release notes
Sourced from actions/checkout's releases.

v3.0.0

Updated to the node16 runtime by default

This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.



v2.4.2
What's Changed

Add set-safe-directory input to allow customers to take control. (#770) by @​TingluoHuang in actions/checkout#776
Prepare changelog for v2.4.2. by @​TingluoHuang in actions/checkout#778

Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5
Update dependencies
v2.3.4

Add missing awaits
Swap to Environment Files

v2.3.3

Remove Unneeded commit information from build logs
Add Licensed to verify third party dependencies

v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
Fix default branch resolution for .wiki and when using SSH
v2.3.0
Fallback to the default branch
v2.2.0
Fetch all history for all tags and branches when fetch-depth=0
v2.1.1
Changes to support GHES (here and here)
v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH



... (truncated)


Changelog
Sourced from actions/checkout's changelog.

Changelog
v3.0.2

Add input set-safe-directory

v3.0.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions

v3.0.0

Update to node 16

v2.3.1

Fix default branch resolution for .wiki and when using SSH

v2.3.0

Fallback to the default branch

v2.2.0

Fetch all history for all tags and branches when fetch-depth=0

v2.1.1

Changes to support GHES (here and here)

v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH
Add submodule support
Follow proxy settings
Fix ref for pr closed event when a pr is merged
Fix issue checking detached when git less than 2.22

v2.0.0

Do not pass cred on command line
Add input persist-credentials
Fallback to REST API to download repo




Commits

2541b12 Prepare changelog for v3.0.2. (#777)
0ffe6f9 Add set-safe-directory input to allow customers to take control. (#770)
dcd71f6 Enforce safe directory (#762)
add3486 Patch to fix the dependbot alert. (#744)
5126516 Bump minimist from 1.2.5 to 1.2.6 (#741)
d50f8ea Add v3.0 release information to changelog (#740)
2d1c119 update test workflows to checkout v3 (#709)
a12a394 update readme for v3 (#708)
8f9e05e Update to node 16 (#689)
See full diff in compare view




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)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0xMRTT added a commit to GradienceTeam/Gradience that referenced this pull request Aug 19, 2022
Bumps actions/checkout from 2 to 3.

Release notes
Sourced from actions/checkout's releases.

v3.0.0

Updated to the node16 runtime by default

This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.



v2.4.2
What's Changed

Add set-safe-directory input to allow customers to take control. (#770) by @​TingluoHuang in actions/checkout#776
Prepare changelog for v2.4.2. by @​TingluoHuang in actions/checkout#778

Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5
Update dependencies
v2.3.4

Add missing awaits
Swap to Environment Files

v2.3.3

Remove Unneeded commit information from build logs
Add Licensed to verify third party dependencies

v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
Fix default branch resolution for .wiki and when using SSH
v2.3.0
Fallback to the default branch
v2.2.0
Fetch all history for all tags and branches when fetch-depth=0
v2.1.1
Changes to support GHES (here and here)
v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH



... (truncated)


Changelog
Sourced from actions/checkout's changelog.

Changelog
v3.0.2

Add input set-safe-directory

v3.0.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions

v3.0.0

Update to node 16

v2.3.1

Fix default branch resolution for .wiki and when using SSH

v2.3.0

Fallback to the default branch

v2.2.0

Fetch all history for all tags and branches when fetch-depth=0

v2.1.1

Changes to support GHES (here and here)

v2.1.0

Group output
Changes to support GHES alpha release
Persist core.sshCommand for submodules
Add support ssh
Convert submodule SSH URL to HTTPS, when not using SSH
Add submodule support
Follow proxy settings
Fix ref for pr closed event when a pr is merged
Fix issue checking detached when git less than 2.22

v2.0.0

Do not pass cred on command line
Add input persist-credentials
Fallback to REST API to download repo

v2 (beta)

Improved fetch performance



... (truncated)


Commits

2541b12 Prepare changelog for v3.0.2. (#777)
0ffe6f9 Add set-safe-directory input to allow customers to take control. (#770)
dcd71f6 Enforce safe directory (#762)
add3486 Patch to fix the dependbot alert. (#744)
5126516 Bump minimist from 1.2.5 to 1.2.6 (#741)
d50f8ea Add v3.0 release information to changelog (#740)
2d1c119 update test workflows to checkout v3 (#709)
a12a394 update readme for v3 (#708)
8f9e05e Update to node 16 (#689)
See full diff in compare view




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)
github-actions bot pushed a commit to NexTraq/.github that referenced this pull request Aug 28, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2.2.0` -> `v3.6.0` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v3.6.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.5.3...v3.6.0)

-   [Fix: Mark test scripts with Bash'isms to be run via Bash](https://togithub.com/actions/checkout/pull/1377)
-   [Add option to fetch tags even if fetch-depth > 0](https://togithub.com/actions/checkout/pull/579)

### [`v3.5.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.5.2...v3.5.3)

-   [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://togithub.com/actions/checkout/pull/1196)
-   [Fix typos found by codespell](https://togithub.com/actions/checkout/pull/1287)
-   [Add support for sparse checkouts](https://togithub.com/actions/checkout/pull/1369)

### [`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2)

-   [Fix api endpoint for GHES](https://togithub.com/actions/checkout/pull/1289)

### [`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1)

-   [Fix slow checkout on Windows](https://togithub.com/actions/checkout/pull/1246)

### [`v3.5.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v350)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0)

-   [Add new public key for known_hosts](https://togithub.com/actions/checkout/pull/1237)

### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0)

-   [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209)
-   [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210)
-   [Upgrade @&#8203;actions/io](https://togithub.com/actions/checkout/pull/1225)

### [`v3.3.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v330)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.2.0...v3.3.0)

-   [Implement branch list using callbacks from exec function](https://togithub.com/actions/checkout/pull/1045)
-   [Add in explicit reference to private checkout options](https://togithub.com/actions/checkout/pull/1050)
-   [Fix comment typos (that got added in #&#8203;770)](https://togithub.com/actions/checkout/pull/1057)

### [`v3.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v320)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.1.0...v3.2.0)

-   [Add GitHub Action to perform release](https://togithub.com/actions/checkout/pull/942)
-   [Fix status badge](https://togithub.com/actions/checkout/pull/967)
-   [Replace datadog/squid with ubuntu/squid Docker image](https://togithub.com/actions/checkout/pull/1002)
-   [Wrap pipeline commands for submoduleForeach in quotes](https://togithub.com/actions/checkout/pull/964)
-   [Update @&#8203;actions/io to 1.1.2](https://togithub.com/actions/checkout/pull/1029)
-   [Upgrading version to 3.2.0](https://togithub.com/actions/checkout/pull/1039)

### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0)

-   [Use @&#8203;actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939)
-   [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)

### [`v3.0.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.1...v3.0.2)

-   [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770)

### [`v3.0.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.0...v3.0.1)

-   [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://togithub.com/actions/checkout/pull/762)
-   [Bumped various npm package versions](https://togithub.com/actions/checkout/pull/744)

### [`v3.0.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v300)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.7.0...v3.0.0)

-   [Update to node 16](https://togithub.com/actions/checkout/pull/689)

### [`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0)

##### What's Changed

-   Add new public key for known_hosts ([#&#8203;1237](https://togithub.com/actions/checkout/issues/1237)) by [@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in [actions/checkout#1238

**Full Changelog**: actions/checkout@v2.6.0...v2.7.0

### [`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0)

##### What's Changed

-   Add backports to v2 branch by [@&#8203;cory-miller](https://togithub.com/cory-miller) in [actions/checkout#1040
    -   Includes backports from the following changes: [actions/checkout#964, [actions/checkout#1002, [actions/checkout#1029
    -   Upgraded the licensed version to match what is used in v3.

**Full Changelog**: actions/checkout@v2.5.0...v2.6.0

### [`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0)

#### What's Changed

-   Update [@&#8203;actions/core](https://togithub.com/actions/core) to 1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in [actions/checkout#962

**Full Changelog**: actions/checkout@v2...v2.5.0

### [`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2)

#### What's Changed

-   Add set-safe-directory input to allow customers to take control. ([#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by [@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in [actions/checkout#776
-   Prepare changelog for v2.4.2. by [@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in [actions/checkout#778

**Full Changelog**: actions/checkout@v2...v2.4.2

### [`v2.4.1`](https://togithub.com/actions/checkout/releases/tag/v2.4.1)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.4.0...v2.4.1)

-   Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`

### [`v2.4.0`](https://togithub.com/actions/checkout/releases/tag/v2.4.0)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.5...v2.4.0)

-   Convert SSH URLs like `org-<ORG_ID>@&#8203;github.com:` to `https://github.com/` - [pr](https://togithub.com/actions/checkout/pull/621)

### [`v2.3.5`](https://togithub.com/actions/checkout/releases/tag/v2.3.5)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.4...v2.3.5)

Update dependencies

### [`v2.3.4`](https://togithub.com/actions/checkout/releases/tag/v2.3.4)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.3...v2.3.4)

-   [Add missing `await`s](https://togithub.com/actions/checkout/pull/379)
-   [Swap to Environment Files](https://togithub.com/actions/checkout/pull/360)

### [`v2.3.3`](https://togithub.com/actions/checkout/releases/tag/v2.3.3)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.2...v2.3.3)

-   [Remove Unneeded commit information from build logs](https://togithub.com/actions/checkout/pull/345)
-   [Add Licensed to verify third party dependencies](https://togithub.com/actions/checkout/pull/326)

### [`v2.3.2`](https://togithub.com/actions/checkout/releases/tag/v2.3.2)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.1...v2.3.2)

[Add Third Party License Information to Dist Files](https://togithub.com/actions/checkout/pull/320)

### [`v2.3.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v231)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.3.0...v2.3.1)

-   [Fix default branch resolution for .wiki and when using SSH](https://togithub.com/actions/checkout/pull/284)

### [`v2.3.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v230)

[Compare Source](https://togithub.com/actions/checkout/compare/v2.2.0...v2.3.0)

-   [Fallback to the default branch](https://togithub.com/actions/checkout/pull/278)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/NexTraq/.github).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Sep 1, 2023
Bumps actions/checkout from 2 to 3.

Release notes
Sourced from actions/checkout's releases.

v3.0.0

Updated to the node16 runtime by default

This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.



v2.7.0
What's Changed

Add new public key for known_hosts (#1237) by @​TingluoHuang in actions/checkout#1238

Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0
What's Changed

Add backports to v2 branch by @​cory-miller in actions/checkout#1040

Includes backports from the following changes: actions/checkout#964, actions/checkout#1002, actions/checkout#1029
Upgraded the licensed version to match what is used in v3.



Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0
What's Changed

Update @​actions/core to 1.10.0 by @​rentziass in actions/checkout#962

Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2
What's Changed

Add set-safe-directory input to allow customers to take control. (#770) by @​TingluoHuang in actions/checkout#776
Prepare changelog for v2.4.2. by @​TingluoHuang in actions/checkout#778

Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5
Update dependencies
v2.3.4

Add missing awaits
Swap to Environment Files

v2.3.3

Remove Unneeded commit information from build logs
Add Licensed to verify third party dependencies



... (truncated)


Changelog
Sourced from actions/checkout's changelog.

Changelog
v3.6.0

Fix: Mark test scripts with Bash'isms to be run via Bash
Add option to fetch tags even if fetch-depth > 0

v3.5.3

Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
Fix typos found by codespell
Add support for sparse checkouts

v3.5.2

Fix api endpoint for GHES

v3.5.1

Fix slow checkout on Windows

v3.5.0

Add new public key for known_hosts

v3.4.0

Upgrade codeql actions to v2
Upgrade dependencies
Upgrade @​actions/io

v3.3.0

Implement branch list using callbacks from exec function
Add in explicit reference to private checkout options
[Fix comment typos (that got added in #770)](actions/checkout#1057)

v3.2.0

Add GitHub Action to perform release
Fix status badge
Replace datadog/squid with ubuntu/squid Docker image
Wrap pipeline commands for submoduleForeach in quotes
Update @​actions/io to 1.1.2
Upgrading version to 3.2.0

v3.1.0

Use @​actions/core saveState and getState
Add github-server-url input

v3.0.2

Add input set-safe-directory

v3.0.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions

v3.0.0


... (truncated)


Commits

f43a0e5 Release 3.6.0 (#1437)
7739b9b Add option to fetch tags even if fetch-depth > 0 (#579)
96f5310 Mark test scripts with Bash'isms to be run via Bash (#1377)
c85c95e Release v3.5.3 (#1376)
d106d46 Add support for sparse checkouts (#1369)
f095bcc Fix typos found by codespell (#1287)
47fbe2d Fix: Checkout fail in self-hosted runners when faulty submodule are checked-i...
8e5e7e5 Release v3.5.2 (#1291)
eb35239 Fix: convert baseUrl to serverApiUrl 'formatted' (#1289)
83b7061 Release v3.5.1 (#1284)
Additional commits viewable in compare view




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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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)
karlbaumhauer pushed a commit to solid-design-system/solid that referenced this pull request Oct 11, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v2.4.0` -> `v2.7.0` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0)

##### What's Changed

- Add new public key for known_hosts
([#&#8203;1237](https://togithub.com/actions/checkout/issues/1237)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#1238

**Full Changelog**:
actions/checkout@v2.6.0...v2.7.0

###
[`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0)

#### What's Changed

- Add backports to v2 branch by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1040
- Includes backports from the following changes:
[actions/checkout#964,
[actions/checkout#1002,
[actions/checkout#1029
    -   Upgraded the licensed version to match what is used in v3.

**Full Changelog**:
actions/checkout@v2.5.0...v2.6.0

###
[`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0)

##### What's Changed

- Update [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/checkout#962

**Full Changelog**:
actions/checkout@v2...v2.5.0

###
[`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2)

##### What's Changed

- Add set-safe-directory input to allow customers to take control.
([#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#776
- Prepare changelog for v2.4.2. by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#778

**Full Changelog**:
actions/checkout@v2...v2.4.2

###
[`v2.4.1`](https://togithub.com/actions/checkout/releases/tag/v2.4.1)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.0...v2.4.1)

- Fixed an issue where checkout failed to run in container jobs due to
the new git setting `safe.directory`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/solid-design-system/solid).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
yoezlem pushed a commit to solid-design-system/solid that referenced this pull request Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v2.4.0` -> `v2.7.0` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0)

##### What's Changed

- Add new public key for known_hosts
([#&#8203;1237](https://togithub.com/actions/checkout/issues/1237)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#1238

**Full Changelog**:
actions/checkout@v2.6.0...v2.7.0

###
[`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0)

#### What's Changed

- Add backports to v2 branch by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1040
- Includes backports from the following changes:
[actions/checkout#964,
[actions/checkout#1002,
[actions/checkout#1029
    -   Upgraded the licensed version to match what is used in v3.

**Full Changelog**:
actions/checkout@v2.5.0...v2.6.0

###
[`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0)

##### What's Changed

- Update [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/checkout#962

**Full Changelog**:
actions/checkout@v2...v2.5.0

###
[`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2)

##### What's Changed

- Add set-safe-directory input to allow customers to take control.
([#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#776
- Prepare changelog for v2.4.2. by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#778

**Full Changelog**:
actions/checkout@v2...v2.4.2

###
[`v2.4.1`](https://togithub.com/actions/checkout/releases/tag/v2.4.1)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.0...v2.4.1)

- Fixed an issue where checkout failed to run in container jobs due to
the new git setting `safe.directory`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/solid-design-system/solid).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nieomylnieja pushed a commit to nobl9/terraform-provider-nobl9 that referenced this pull request Jan 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v2.4.0` -> `v4.1.1` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.1`](https://togithub.com/actions/checkout/releases/tag/v4.1.1)

[Compare
Source](https://togithub.com/actions/checkout/compare/v4.1.0...v4.1.1)

##### What's Changed

- Update CODEOWNERS to Launch team by
[@&#8203;joshmgross](https://togithub.com/joshmgross) in
[actions/checkout#1510
- Correct link to GitHub Docs by
[@&#8203;peterbe](https://togithub.com/peterbe) in
[actions/checkout#1511
- Link to release page from what's new section by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1514

##### New Contributors

- [@&#8203;joshmgross](https://togithub.com/joshmgross) made their first
contribution in
[actions/checkout#1510
- [@&#8203;peterbe](https://togithub.com/peterbe) made their first
contribution in
[actions/checkout#1511

**Full Changelog**:
actions/checkout@v4.1.0...v4.1.1

###
[`v4.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)

[Compare
Source](https://togithub.com/actions/checkout/compare/v4.0.0...v4.1.0)

- [Add support for partial checkout
filters](https://togithub.com/actions/checkout/pull/1396)

###
[`v4.0.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.6.0...v4.0.0)

- [Support fetching without the --progress
option](https://togithub.com/actions/checkout/pull/1067)
-   [Update to node20](https://togithub.com/actions/checkout/pull/1436)

###
[`v3.6.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.3...v3.6.0)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://togithub.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://togithub.com/actions/checkout/pull/579)

###
[`v3.5.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.2...v3.5.3)

- [Fix: Checkout fail in self-hosted runners when faulty submodule are
checked-in](https://togithub.com/actions/checkout/pull/1196)
- [Fix typos found by
codespell](https://togithub.com/actions/checkout/pull/1287)
- [Add support for sparse
checkouts](https://togithub.com/actions/checkout/pull/1369)

###
[`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2)

- [Fix api endpoint for
GHES](https://togithub.com/actions/checkout/pull/1289)

###
[`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1)

- [Fix slow checkout on
Windows](https://togithub.com/actions/checkout/pull/1246)

###
[`v3.5.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v350)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0)

- [Add new public key for
known_hosts](https://togithub.com/actions/checkout/pull/1237)

###
[`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0)

- [Upgrade codeql actions to
v2](https://togithub.com/actions/checkout/pull/1209)
- [Upgrade
dependencies](https://togithub.com/actions/checkout/pull/1210)
- [Upgrade
@&#8203;actions/io](https://togithub.com/actions/checkout/pull/1225)

###
[`v3.3.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v330)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.2.0...v3.3.0)

- [Implement branch list using callbacks from exec
function](https://togithub.com/actions/checkout/pull/1045)
- [Add in explicit reference to private checkout
options](https://togithub.com/actions/checkout/pull/1050)
- [Fix comment typos (that got added in
#&#8203;770)](https://togithub.com/actions/checkout/pull/1057)

###
[`v3.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v320)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.1.0...v3.2.0)

- [Add GitHub Action to perform
release](https://togithub.com/actions/checkout/pull/942)
-   [Fix status badge](https://togithub.com/actions/checkout/pull/967)
- [Replace datadog/squid with ubuntu/squid Docker
image](https://togithub.com/actions/checkout/pull/1002)
- [Wrap pipeline commands for submoduleForeach in
quotes](https://togithub.com/actions/checkout/pull/964)
- [Update @&#8203;actions/io to
1.1.2](https://togithub.com/actions/checkout/pull/1029)
- [Upgrading version to
3.2.0](https://togithub.com/actions/checkout/pull/1039)

###
[`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0)

- [Use @&#8203;actions/core `saveState` and
`getState`](https://togithub.com/actions/checkout/pull/939)
- [Add `github-server-url`
input](https://togithub.com/actions/checkout/pull/922)

###
[`v3.0.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.0.1...v3.0.2)

- [Add input
`set-safe-directory`](https://togithub.com/actions/checkout/pull/770)

###
[`v3.0.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.0.0...v3.0.1)

- [Fixed an issue where checkout failed to run in container jobs due to
the new git setting
`safe.directory`](https://togithub.com/actions/checkout/pull/762)
- [Bumped various npm package
versions](https://togithub.com/actions/checkout/pull/744)

###
[`v3.0.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v300)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.7.0...v3.0.0)

-   [Update to node 16](https://togithub.com/actions/checkout/pull/689)

###
[`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0)

##### What's Changed

- Add new public key for known_hosts
([#&#8203;1237](https://togithub.com/actions/checkout/issues/1237)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#1238

**Full Changelog**:
actions/checkout@v2.6.0...v2.7.0

###
[`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0)

#### What's Changed

- Add backports to v2 branch by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1040
- Includes backports from the following changes:
[actions/checkout#964,
[actions/checkout#1002,
[actions/checkout#1029
    -   Upgraded the licensed version to match what is used in v3.

**Full Changelog**:
actions/checkout@v2.5.0...v2.6.0

###
[`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0)

##### What's Changed

- Update [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/checkout#962

**Full Changelog**:
actions/checkout@v2...v2.5.0

###
[`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2)

##### What's Changed

- Add set-safe-directory input to allow customers to take control.
([#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#776
- Prepare changelog for v2.4.2. by
[@&#8203;TingluoHuang](https://togithub.com/TingluoHuang) in
[actions/checkout#778

**Full Changelog**:
actions/checkout@v2...v2.4.2

###
[`v2.4.1`](https://togithub.com/actions/checkout/releases/tag/v2.4.1)

[Compare
Source](https://togithub.com/actions/checkout/compare/v2.4.0...v2.4.1)

- Fixed an issue where checkout failed to run in container jobs due to
the new git setting `safe.directory`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nobl9/terraform-provider-nobl9).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants