Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update studio API page#762

Merged
lvca merged 3 commits into
ArcadeData:mainfrom
gramian:main
Jan 11, 2023
Merged

Update studio API page#762
lvca merged 3 commits into
ArcadeData:mainfrom
gramian:main

Conversation

@gramian

@gramian gramian commented Jan 11, 2023

Copy link
Copy Markdown
Collaborator

What does this PR do?

Minor update of studio's API page removing open endpoint and updating server command endpoint description.

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@lvca lvca merged commit bb3b650 into ArcadeData:main Jan 11, 2023
@lvca

lvca commented Jan 11, 2023

Copy link
Copy Markdown
Member

Super fast, thanks!

@lvca lvca self-requested a review January 11, 2023 19:31
@lvca lvca added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 11, 2023
@lvca lvca added this to the 23.1.1 milestone Jan 11, 2023
mergify Bot added a commit that referenced this pull request Mar 3, 2026
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
Release notes

*Sourced from [actions/upload-artifact's releases](https://github.com/actions/upload-artifact/releases).*

> v7.0.0
> ------
>
> v7 What's new
> -------------
>
> ### Direct Uploads
>
> Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
>
> ### ESM
>
> To support new versions of the `@actions/*` packages, we've upgraded the package to ESM.
>
> What's Changed
> --------------
>
> * Add proxy integration test by [`@​Link`](https://github.com/Link)- in [actions/upload-artifact#754](https://redirect.github.com/actions/upload-artifact/pull/754)
> * Upgrade the module to ESM and bump dependencies by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#762](https://redirect.github.com/actions/upload-artifact/pull/762)
> * Support direct file uploads by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#764](https://redirect.github.com/actions/upload-artifact/pull/764)
>
> New Contributors
> ----------------
>
> * [`@​Link`](https://github.com/Link)- made their first contribution in [actions/upload-artifact#754](https://redirect.github.com/actions/upload-artifact/pull/754)
>
> **Full Changelog**: <actions/upload-artifact@v6...v7.0.0>


Commits

* [`bbbca2d`](actions/upload-artifact@bbbca2d) Support direct file uploads ([#764](https://redirect.github.com/actions/upload-artifact/issues/764))
* [`589182c`](actions/upload-artifact@589182c) Upgrade the module to ESM and bump dependencies ([#762](https://redirect.github.com/actions/upload-artifact/issues/762))
* [`47309c9`](actions/upload-artifact@47309c9) Merge pull request [#754](https://redirect.github.com/actions/upload-artifact/issues/754) from actions/Link-/add-proxy-integration-tests
* [`02a8460`](actions/upload-artifact@02a8460) Add proxy integration test
* See full diff in [compare view](actions/upload-artifact@b7c566a...bbbca2d)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/upload-artifact&package-manager=github\_actions&previous-version=6.0.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
mergify Bot added a commit that referenced this pull request Mar 9, 2026
…6.1 to 3.6.2 [skip ci]

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.1 to 3.6.2.
Release notes

*Sourced from [org.apache.maven.plugins:maven-shade-plugin's releases](https://github.com/apache/maven-shade-plugin/releases).*

> 3.6.2
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * Bug: Extra JARs and Artifacts were not subjected to filtering ([#785](https://redirect.github.com/apache/maven-shade-plugin/pull/785)) [`@​cstamas`](https://github.com/cstamas)
>
> 👻 Maintenance
> -------------
>
> * Drop excessive dependencies ([#786](https://redirect.github.com/apache/maven-shade-plugin/pull/786)) [`@​cstamas`](https://github.com/cstamas)
> * chore: remove junit3 reference ([#762](https://redirect.github.com/apache/maven-shade-plugin/pull/762)) [`@​sparsick`](https://github.com/sparsick)
> * Exclude Java 25 ([#773](https://redirect.github.com/apache/maven-shade-plugin/pull/773)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Update site descriptor, use site configuration from parent ([#755](https://redirect.github.com/apache/maven-shade-plugin/pull/755)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
>
> 📦 Dependency updates
> --------------------
>
> * Drop unneeded dependencies ([#788](https://redirect.github.com/apache/maven-shade-plugin/pull/788)) [`@​cstamas`](https://github.com/cstamas)
> * Update to parent POM v 47 ([#781](https://redirect.github.com/apache/maven-shade-plugin/pull/781)) [`@​Bukama`](https://github.com/Bukama)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 ([#782](https://redirect.github.com/apache/maven-shade-plugin/pull/782)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/pull/780)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 ([#778](https://redirect.github.com/apache/maven-shade-plugin/pull/778)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump asmVersion from 9.9 to 9.9.1 ([#774](https://redirect.github.com/apache/maven-shade-plugin/pull/774)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update invoker plugin to 3.9.1 to Support Java 25 ([#769](https://redirect.github.com/apache/maven-shade-plugin/pull/769)) [`@​Bukama`](https://github.com/Bukama)
> * Bump asmVersion from 9.8 to 9.9 ([#761](https://redirect.github.com/apache/maven-shade-plugin/pull/761)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0 ([#763](https://redirect.github.com/apache/maven-shade-plugin/pull/763)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([#764](https://redirect.github.com/apache/maven-shade-plugin/pull/764)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#768](https://redirect.github.com/apache/maven-shade-plugin/pull/768)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([#758](https://redirect.github.com/apache/maven-shade-plugin/pull/758)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`ad8de59`](apache/maven-shade-plugin@ad8de59) [maven-release-plugin] prepare release maven-shade-plugin-3.6.2
* [`8eb19dc`](apache/maven-shade-plugin@8eb19dc) Drop unneeded dependencies ([#788](https://redirect.github.com/apache/maven-shade-plugin/issues/788))
* [`397b2cd`](apache/maven-shade-plugin@397b2cd) Drop excessive dependencies ([#786](https://redirect.github.com/apache/maven-shade-plugin/issues/786))
* [`eca6398`](apache/maven-shade-plugin@eca6398) Bug: Extra JARs and Artifacts were not subjected to filtering ([#785](https://redirect.github.com/apache/maven-shade-plugin/issues/785))
* [`7edce17`](apache/maven-shade-plugin@7edce17) Update to parent POM v 47 ([#781](https://redirect.github.com/apache/maven-shade-plugin/issues/781))
* [`3171a34`](apache/maven-shade-plugin@3171a34) Mockito improvements ([#783](https://redirect.github.com/apache/maven-shade-plugin/issues/783))
* [`678844b`](apache/maven-shade-plugin@678844b) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([#782](https://redirect.github.com/apache/maven-shade-plugin/issues/782))
* [`73ec909`](apache/maven-shade-plugin@73ec909) Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/issues/780))
* [`5f7a877`](apache/maven-shade-plugin@5f7a877) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([#778](https://redirect.github.com/apache/maven-shade-plugin/issues/778))
* [`73c5247`](apache/maven-shade-plugin@73c5247) chore: remove junit3 reference ([#762](https://redirect.github.com/apache/maven-shade-plugin/issues/762))
* Additional commits viewable in [compare view](apache/maven-shade-plugin@maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.6.1&new-version=3.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
* Update studio API page

* Remove open endpoint and update server command on studio API page
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
Release notes

*Sourced from [actions/upload-artifact's releases](https://github.com/actions/upload-artifact/releases).*

> v7.0.0
> ------
>
> v7 What's new
> -------------
>
> ### Direct Uploads
>
> Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
>
> ### ESM
>
> To support new versions of the `@actions/*` packages, we've upgraded the package to ESM.
>
> What's Changed
> --------------
>
> * Add proxy integration test by [`@​Link`](https://github.com/Link)- in [actions/upload-artifact#754](https://redirect.github.com/actions/upload-artifact/pull/754)
> * Upgrade the module to ESM and bump dependencies by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#762](https://redirect.github.com/actions/upload-artifact/pull/762)
> * Support direct file uploads by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#764](https://redirect.github.com/actions/upload-artifact/pull/764)
>
> New Contributors
> ----------------
>
> * [`@​Link`](https://github.com/Link)- made their first contribution in [actions/upload-artifact#754](https://redirect.github.com/actions/upload-artifact/pull/754)
>
> **Full Changelog**: <actions/upload-artifact@v6...v7.0.0>


Commits

* [`bbbca2d`](actions/upload-artifact@bbbca2d) Support direct file uploads ([ArcadeData#764](https://redirect.github.com/actions/upload-artifact/issues/764))
* [`589182c`](actions/upload-artifact@589182c) Upgrade the module to ESM and bump dependencies ([ArcadeData#762](https://redirect.github.com/actions/upload-artifact/issues/762))
* [`47309c9`](actions/upload-artifact@47309c9) Merge pull request [ArcadeData#754](https://redirect.github.com/actions/upload-artifact/issues/754) from actions/Link-/add-proxy-integration-tests
* [`02a8460`](actions/upload-artifact@02a8460) Add proxy integration test
* See full diff in [compare view](actions/upload-artifact@b7c566a...bbbca2d)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/upload-artifact&package-manager=github\_actions&previous-version=6.0.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…6.1 to 3.6.2 [skip ci]

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.1 to 3.6.2.
Release notes

*Sourced from [org.apache.maven.plugins:maven-shade-plugin's releases](https://github.com/apache/maven-shade-plugin/releases).*

> 3.6.2
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * Bug: Extra JARs and Artifacts were not subjected to filtering ([ArcadeData#785](https://redirect.github.com/apache/maven-shade-plugin/pull/785)) [`@​cstamas`](https://github.com/cstamas)
>
> 👻 Maintenance
> -------------
>
> * Drop excessive dependencies ([ArcadeData#786](https://redirect.github.com/apache/maven-shade-plugin/pull/786)) [`@​cstamas`](https://github.com/cstamas)
> * chore: remove junit3 reference ([ArcadeData#762](https://redirect.github.com/apache/maven-shade-plugin/pull/762)) [`@​sparsick`](https://github.com/sparsick)
> * Exclude Java 25 ([ArcadeData#773](https://redirect.github.com/apache/maven-shade-plugin/pull/773)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Update site descriptor, use site configuration from parent ([ArcadeData#755](https://redirect.github.com/apache/maven-shade-plugin/pull/755)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
>
> 📦 Dependency updates
> --------------------
>
> * Drop unneeded dependencies ([ArcadeData#788](https://redirect.github.com/apache/maven-shade-plugin/pull/788)) [`@​cstamas`](https://github.com/cstamas)
> * Update to parent POM v 47 ([ArcadeData#781](https://redirect.github.com/apache/maven-shade-plugin/pull/781)) [`@​Bukama`](https://github.com/Bukama)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 ([#782](https://redirect.github.com/apache/maven-shade-plugin/pull/782)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/pull/780)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 ([ArcadeData#778](https://redirect.github.com/apache/maven-shade-plugin/pull/778)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump asmVersion from 9.9 to 9.9.1 ([ArcadeData#774](https://redirect.github.com/apache/maven-shade-plugin/pull/774)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update invoker plugin to 3.9.1 to Support Java 25 ([ArcadeData#769](https://redirect.github.com/apache/maven-shade-plugin/pull/769)) [`@​Bukama`](https://github.com/Bukama)
> * Bump asmVersion from 9.8 to 9.9 ([ArcadeData#761](https://redirect.github.com/apache/maven-shade-plugin/pull/761)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0 ([ArcadeData#763](https://redirect.github.com/apache/maven-shade-plugin/pull/763)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([ArcadeData#764](https://redirect.github.com/apache/maven-shade-plugin/pull/764)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([ArcadeData#768](https://redirect.github.com/apache/maven-shade-plugin/pull/768)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([ArcadeData#758](https://redirect.github.com/apache/maven-shade-plugin/pull/758)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`ad8de59`](apache/maven-shade-plugin@ad8de59) [maven-release-plugin] prepare release maven-shade-plugin-3.6.2
* [`8eb19dc`](apache/maven-shade-plugin@8eb19dc) Drop unneeded dependencies ([ArcadeData#788](https://redirect.github.com/apache/maven-shade-plugin/issues/788))
* [`397b2cd`](apache/maven-shade-plugin@397b2cd) Drop excessive dependencies ([ArcadeData#786](https://redirect.github.com/apache/maven-shade-plugin/issues/786))
* [`eca6398`](apache/maven-shade-plugin@eca6398) Bug: Extra JARs and Artifacts were not subjected to filtering ([ArcadeData#785](https://redirect.github.com/apache/maven-shade-plugin/issues/785))
* [`7edce17`](apache/maven-shade-plugin@7edce17) Update to parent POM v 47 ([ArcadeData#781](https://redirect.github.com/apache/maven-shade-plugin/issues/781))
* [`3171a34`](apache/maven-shade-plugin@3171a34) Mockito improvements ([ArcadeData#783](https://redirect.github.com/apache/maven-shade-plugin/issues/783))
* [`678844b`](apache/maven-shade-plugin@678844b) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([#782](https://redirect.github.com/apache/maven-shade-plugin/issues/782))
* [`73ec909`](apache/maven-shade-plugin@73ec909) Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/issues/780))
* [`5f7a877`](apache/maven-shade-plugin@5f7a877) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([ArcadeData#778](https://redirect.github.com/apache/maven-shade-plugin/issues/778))
* [`73c5247`](apache/maven-shade-plugin@73c5247) chore: remove junit3 reference ([ArcadeData#762](https://redirect.github.com/apache/maven-shade-plugin/issues/762))
* Additional commits viewable in [compare view](apache/maven-shade-plugin@maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.6.1&new-version=3.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
mergify Bot added a commit that referenced this pull request Jul 5, 2026
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.5.0.
Release notes

*Sourced from [actions/setup-go's releases](https://github.com/actions/setup-go/releases).*

> v6.5.0
> ------
>
> What's Changed
> --------------
>
> ### Dependency update
>
> * Upgrade actions dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-go#744](https://redirect.github.com/actions/setup-go/pull/744)
> * Upgrade `@​types/node` and typescript-eslint dependencies to resolve npm audit findings by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-go#755](https://redirect.github.com/actions/setup-go/pull/755)
> * Upgrade `@​actions/cache` to 5.1.0, log cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-go#758](https://redirect.github.com/actions/setup-go/pull/758)
> * Upgrade version to 6.5.0 in package.json and package-lock.json by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-go#762](https://redirect.github.com/actions/setup-go/pull/762)
>
> New Contributors
> ----------------
>
> * [`@​priyagupta108`](https://github.com/priyagupta108) with [`@​Copilot`](https://github.com/Copilot) made their first contribution in [actions/setup-go#744](https://redirect.github.com/actions/setup-go/pull/744)
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-go#758](https://redirect.github.com/actions/setup-go/pull/758)
>
> **Full Changelog**: <actions/setup-go@v6...v6.5.0>
>
> v6.4.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancement
>
> * Add go-download-base-url input for custom Go distributions by [`@​gdams`](https://github.com/gdams) in [actions/setup-go#721](https://redirect.github.com/actions/setup-go/pull/721)
>
> ### Dependency update
>
> * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#727](https://redirect.github.com/actions/setup-go/pull/727)
>
> ### Documentation update
>
> * Rearrange README.md, add advanced-usage.md by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-go#724](https://redirect.github.com/actions/setup-go/pull/724)
> * Fix Microsoft build of Go link by [`@​gdams`](https://github.com/gdams) in [actions/setup-go#734](https://redirect.github.com/actions/setup-go/pull/734)
>
> New Contributors
> ----------------
>
> * [`@​gdams`](https://github.com/gdams) made their first contribution in [actions/setup-go#721](https://redirect.github.com/actions/setup-go/pull/721)
>
> **Full Changelog**: <actions/setup-go@v6...v6.4.0>
>
> v6.3.0
> ------
>
> What's Changed
> --------------
>
> * Update default Go module caching to use go.mod by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-go#705](https://redirect.github.com/actions/setup-go/pull/705)
> * Fix golang download url to go.dev by [`@​178inaba`](https://github.com/178inaba) in [actions/setup-go#469](https://redirect.github.com/actions/setup-go/pull/469)
>
> **Full Changelog**: <actions/setup-go@v6...v6.3.0>
>
> v6.2.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Example for restore-only cache in documentation by [`@​aparnajyothi-y`](https://github.com/aparnajyothi-y) in [actions/setup-go#696](https://redirect.github.com/actions/setup-go/pull/696)
> * Update Node.js version in action.yml by [`@​ccoVeille`](https://github.com/ccoVeille) in [actions/setup-go#691](https://redirect.github.com/actions/setup-go/pull/691)
> * Documentation update of actions/checkout by [`@​deining`](https://github.com/deining) in [actions/setup-go#683](https://redirect.github.com/actions/setup-go/pull/683)
>
> ### Dependency updates
>
> * Upgrade js-yaml from 3.14.1 to 3.14.2 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#682](https://redirect.github.com/actions/setup-go/pull/682)
> * Upgrade `@​actions/cache` to v5 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/setup-go#695](https://redirect.github.com/actions/setup-go/pull/695)
> * Upgrade actions/checkout from 5 to 6 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#686](https://redirect.github.com/actions/setup-go/pull/686)
> * Upgrade qs from 6.14.0 to 6.14.1 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#703](https://redirect.github.com/actions/setup-go/pull/703)

... (truncated)


Commits

* [`924ae3a`](actions/setup-go@924ae3a) chore: bump version to 6.5.0 in package.json and package-lock.json ([#762](https://redirect.github.com/actions/setup-go/issues/762))
* [`e91cc3b`](actions/setup-go@e91cc3b) Bump `@​actions/cache` to 5.1.0, log cache write denied ([#758](https://redirect.github.com/actions/setup-go/issues/758))
* [`4a2405e`](actions/setup-go@4a2405e) chore: update `@​types/node` and [`@​typescript-eslint`](https://github.com/typescript-eslint) dependencies to latest versi...
* [`78961f6`](actions/setup-go@78961f6) chore: update [`@​actions`](https://github.com/actions) dependencies and refresh license cache ([#744](https://redirect.github.com/actions/setup-go/issues/744))
* [`4a36011`](actions/setup-go@4a36011) docs: fix Microsoft build of Go link ([#734](https://redirect.github.com/actions/setup-go/issues/734))
* [`8f19afc`](actions/setup-go@8f19afc) feat: add go-download-base-url input for custom Go distributions ([#721](https://redirect.github.com/actions/setup-go/issues/721))
* [`27fdb26`](actions/setup-go@27fdb26) Bump minimatch from 3.1.2 to 3.1.5 ([#727](https://redirect.github.com/actions/setup-go/issues/727))
* [`def8c39`](actions/setup-go@def8c39) Rearrange README.md, add advanced-usage.md ([#724](https://redirect.github.com/actions/setup-go/issues/724))
* [`4b73464`](actions/setup-go@4b73464) Fix golang download url to go.dev ([#469](https://redirect.github.com/actions/setup-go/issues/469))
* [`a5f9b05`](actions/setup-go@a5f9b05) Update default Go module caching to use go.mod ([#705](https://redirect.github.com/actions/setup-go/issues/705))
* Additional commits viewable in [compare view](actions/setup-go@d35c59a...924ae3a)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-go&package-manager=github\_actions&previous-version=5.5.0&new-version=6.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants