Compare commits

...

15 Commits

Author SHA1 Message Date
dependabot[bot]
11e7436b6d build(deps): bump @docker/actions-toolkit from 0.61.0 to 0.62.1
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.61.0 to 0.62.1.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](https://github.com/docker/actions-toolkit/compare/v0.61.0...v0.62.1)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 04:14:50 +00:00
CrazyMax
3f1544eb9e Merge pull request #139 from hashhar/hashhar/cleanup-aliases
Some checks failed
validate / prepare (push) Has been cancelled
test / test (push) Has been cancelled
validate / validate (push) Has been cancelled
ci / multi (push) Failing after 17s
ci / main (v0.4.1) (push) Failing after 19s
ci / use (false) (push) Failing after 12s
ci / driver (image=moby/buildkit:latest) (push) Failing after 18s
ci / config (push) Failing after 12s
ci / error (push) Failing after 15s
ci / install (push) Failing after 11s
ci / debug (push) Failing after 13s
ci / use (true) (push) Failing after 20s
ci / docker-driver (push) Failing after 13s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 29s
ci / config-inline (push) Failing after 18s
ci / with-qemu (, all) (push) Failing after 12s
ci / endpoint (push) Failing after 40s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 14s
ci / with-qemu (v0.9.1, all) (push) Failing after 12s
ci / build-ref (master) (push) Failing after 4s
ci / build-ref (refs/pull/731/head) (push) Failing after 1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 13s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 12s
ci / standalone-action (push) Failing after 1s
ci / append (push) Failing after 11s
ci / standalone-install-error (push) Failing after 13s
ci / platforms (push) Failing after 12s
ci / docker-context (push) Failing after 10s
ci / cleanup (true) (push) Failing after 16s
ci / cleanup (false) (push) Failing after 18s
ci / k3s (v0.10.5) (push) Failing after 12s
ci / k3s (v0.11.0) (push) Failing after 10s
ci / cache-binary (false) (push) Failing after 18s
ci / cache-binary (true) (push) Failing after 22s
ci / main () (push) Failing after 3m41s
ci / standalone-cmd (push) Failing after 19m25s
ci / main (latest) (push) Failing after 21m17s
ci / main (lab:latest) (push) Failing after 21m19s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 21m21s
ci / main (cloud:latest) (push) Failing after 21m23s
ci / windows-error (push) Has been cancelled
Remove aliases created by buildx when installing by default
2025-05-21 12:04:20 +02:00
CrazyMax
f3204bbfac chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-21 12:01:07 +02:00
Ashhar Hasan
4ba329ef89 Remove aliases created by buildx when installing by default
If the action is configured to install buildx by default using the
input then docker buildx sets up docker build as an alias for buildx
making all docker build calls use the buildx builder instead of
traditional builders. The action didn't perform cleanup in this case to
uninstall the aliases which meant that any future workflows running on
same GitHub Actions runner would get the buildx builders even if it did
not explicitly request it.

This commit tracks if the aliases were installed and removes them during
post step of the action if so.

Signed-off-by: Ashhar Hasan <hashhar_dev@outlook.com>
2025-05-21 11:59:28 +02:00
CrazyMax
e600775e52 Merge pull request #422 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0
Some checks failed
test / test (push) Failing after 4s
validate / prepare (push) Failing after 7s
validate / validate (push) Has been skipped
ci / main (lab:latest) (push) Failing after 2m20s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 10m9s
ci / main (cloud:latest) (push) Failing after 16m23s
ci / error (push) Failing after 2s
ci / debug (push) Failing after 2s
ci / endpoint (push) Failing after 7s
ci / config (push) Failing after 2s
ci / config-inline (push) Failing after 2s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 2s
ci / build-ref (master) (push) Failing after 2s
ci / build-ref (refs/pull/731/head) (push) Failing after 2s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 2s
ci / standalone-cmd (push) Failing after 1m9s
ci / standalone-action (push) Failing after 2s
ci / platforms (push) Failing after 2s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (false) (push) Failing after 7m53s
ci / main (latest) (push) Failing after 3h10m30s
ci / main (v0.4.1) (push) Failing after 3h12m48s
ci / standalone-install-error (push) Failing after 3h8m45s
ci / windows-error (push) Has been cancelled
ci / main () (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master network=host ) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / append (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0
2025-04-24 11:30:53 +02:00
CrazyMax
b2b2ffa946 chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-24 11:22:25 +02:00
dependabot[bot]
fe905840cd build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.61.0.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](https://github.com/docker/actions-toolkit/compare/v0.56.0...v0.61.0)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 09:02:39 +00:00
CrazyMax
8998bbe94b Merge pull request #420 from crazy-max/pr-assign-author
Some checks failed
ci / main () (push) Successful in 12s
ci / main (latest) (push) Failing after 16s
ci / multi (push) Failing after 12s
ci / error (push) Failing after 13s
ci / debug (push) Failing after 9s
ci / install (push) Failing after 13s
ci / use (false) (push) Failing after 11s
ci / use (true) (push) Failing after 10s
ci / driver (image=moby/buildkit:latest) (push) Failing after 15s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 11s
ci / docker-driver (push) Failing after 8s
ci / main (lab:latest) (push) Failing after 2m24s
ci / config (push) Failing after 2s
ci / main (v0.4.1) (push) Failing after 2m20s
ci / config-inline (push) Failing after 3s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 2s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Failing after 2s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 3s
ci / endpoint (push) Failing after 58s
ci / standalone-action (push) Failing after 14s
ci / standalone-install-error (push) Failing after 12s
ci / append (push) Failing after 12s
ci / platforms (push) Failing after 12s
ci / docker-context (push) Failing after 12s
ci / cleanup (false) (push) Failing after 8s
ci / cleanup (true) (push) Failing after 9s
ci / k3s (v0.10.5) (push) Failing after 10s
ci / k3s (v0.11.0) (push) Failing after 8s
ci / cache-binary (false) (push) Failing after 8s
ci / standalone-cmd (push) Failing after 2m21s
test / test (push) Failing after 3s
validate / prepare (push) Failing after 2s
validate / validate (push) Has been skipped
ci / cache-binary (true) (push) Failing after 11s
ci / main (cloud:latest) (push) Failing after 7m31s
ci / main (cloud:v0.11.2-desktop.2) (push) Successful in 9m35s
ci / windows-error (push) Has been cancelled
pr-assign-author workflow
2025-04-23 16:10:00 +02:00
CrazyMax
830833e0c7 pr-assign-author workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-23 14:18:49 +02:00
CrazyMax
941183f0a0 Merge pull request #413 from crazy-max/ci-dispatch
Some checks failed
test / test (push) Failing after 6s
validate / prepare (push) Failing after 5s
validate / validate (push) Has been skipped
ci / main () (push) Successful in 11s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 18s
ci / main (v0.4.1) (push) Failing after 8s
ci / main (lab:latest) (push) Successful in 28s
ci / error (push) Failing after 3s
ci / main (cloud:latest) (push) Successful in 32s
ci / debug (push) Failing after 2s
ci / multi (push) Failing after 12s
ci / main (latest) (push) Successful in 32s
ci / install (push) Successful in 9s
ci / use (false) (push) Successful in 9s
ci / docker-driver (push) Successful in 7s
ci / use (true) (push) Failing after 13s
ci / driver (image=moby/buildkit:latest) (push) Successful in 14s
ci / config (push) Failing after 2s
ci / config-inline (push) Failing after 2s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 2s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Failing after 1s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 57s
ci / standalone-action (push) Failing after 2s
ci / endpoint (push) Failing after 1m1s
ci / platforms (push) Failing after 2s
ci / docker-context (push) Successful in 7s
ci / standalone-install-error (push) Successful in 25s
ci / cleanup (false) (push) Successful in 9s
ci / standalone-cmd (push) Failing after 54s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / k3s (v0.11.0) (push) Failing after 3s
ci / cleanup (true) (push) Successful in 9s
ci / cache-binary (true) (push) Successful in 17s
ci / append (push) Successful in 57s
ci / cache-binary (false) (push) Successful in 1h37m20s
ci / windows-error (push) Has been cancelled
ci: add workflow_dispatch event
2025-03-28 10:00:25 +01:00
CrazyMax
311b62b254 ci: add workflow_dispatch event
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-18 15:39:20 +01:00
CrazyMax
afeb29a6e0 Merge pull request #411 from crazy-max/test-windows
Some checks failed
test / test (push) Failing after 2s
validate / prepare (push) Failing after 2s
validate / validate (push) Has been skipped
ci / main () (push) Successful in 12s
ci / main (cloud:v0.11.2-desktop.2) (push) Successful in 30m4s
ci / main (v0.4.1) (push) Successful in 23s
ci / multi (push) Successful in 17s
ci / error (push) Failing after 2s
ci / debug (push) Failing after 2s
ci / install (push) Successful in 13s
ci / use (false) (push) Successful in 10s
ci / use (true) (push) Successful in 10s
ci / driver (image=moby/buildkit:latest) (push) Successful in 10s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 17s
ci / docker-driver (push) Successful in 6s
ci / endpoint (push) Failing after 8s
ci / config (push) Failing after 1s
ci / config-inline (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 1s
ci / with-qemu (v0.9.1, all) (push) Failing after 1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Failing after 2s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 2s
ci / standalone-action (push) Failing after 9s
ci / standalone-install-error (push) Successful in 27s
ci / append (push) Successful in 27s
ci / platforms (push) Failing after 5s
ci / docker-context (push) Successful in 16s
ci / cleanup (false) (push) Successful in 21s
ci / cleanup (true) (push) Successful in 22s
ci / k3s (v0.10.5) (push) Failing after 6s
ci / k3s (v0.11.0) (push) Failing after 5s
ci / cache-binary (false) (push) Successful in 23s
ci / cache-binary (true) (push) Successful in 23s
ci / main (latest) (push) Successful in 1h14m16s
ci / standalone-cmd (push) Failing after 58m57s
ci / main (cloud:latest) (push) Successful in 1h34m41s
ci / main (lab:latest) (push) Successful in 1h30m12s
ci / windows-error (push) Has been cancelled
ci: test container builder on windows
2025-03-12 15:56:50 +01:00
CrazyMax
b560416601 Merge pull request #412 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-latest
2025-03-12 15:56:34 +01:00
CrazyMax
516bb780e5 ci: bump to ubuntu-latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-12 15:49:49 +01:00
CrazyMax
11445527f0 ci: test container builder on windows
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-12 15:44:27 +01:00
8 changed files with 166 additions and 50 deletions

View File

@@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:
@@ -516,7 +517,7 @@ jobs:
cleanup: ${{ matrix.cleanup }}
k3s:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@@ -529,9 +530,7 @@ jobs:
uses: actions/checkout@v4
-
name: Install k3s
uses: crazy-max/.github/.github/actions/install-k3s@605d30d5ae97f6680578ace4b56645af79343e60
with:
version: "v1.21.2-k3s1"
uses: crazy-max/.github/.github/actions/install-k3s@f5cb4a109b7a3b466a2ac293ef4bb13f1571acd7
-
name: Set up Docker Buildx
id: buildx
@@ -583,3 +582,24 @@ jobs:
with:
version: v0.11.2
cache-binary: ${{ matrix.cache }}
windows-error:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Docker Buildx
id: buildx
continue-on-error: true
uses: ./
-
name: Check
run: |
echo "${{ toJson(steps.buildx) }}"
if [ "${{ steps.buildx.outcome }}" != "failure" ] || [ "${{ steps.buildx.conclusion }}" != "success" ]; then
echo "::error::Should have failed"
exit 1
fi
shell: bash

17
.github/workflows/pr-assign-author.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: pr-assign-author
permissions:
contents: read
on:
pull_request_target:
types:
- opened
- reopened
jobs:
run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@1b673f36fad86812f538c1df9794904038a23cbf
permissions:
contents: read
pull-requests: write

20
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -26,7 +26,7 @@
"packageManager": "yarn@3.6.3",
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.56.0",
"@docker/actions-toolkit": "^0.62.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {

View File

@@ -179,6 +179,7 @@ actionsToolkit.run(
throw new Error(`Cannot set buildx as default builder without the Docker CLI`);
}
await core.group(`Setting buildx as default builder`, async () => {
stateHelper.setBuildxIsDefaultBuilder(true);
const installCmd = await toolkit.buildx.getCommand(['install']);
await Exec.getExecOutput(installCmd.command, installCmd.args, {
ignoreReturnCode: true
@@ -279,5 +280,17 @@ actionsToolkit.run(
fs.rmSync(stateHelper.certsDir, {recursive: true});
});
}
if (stateHelper.buildxIsDefaultBuilder) {
await core.group(`Restoring default builder`, async () => {
await Exec.getExecOutput('docker', ['buildx', 'uninstall'], {
ignoreReturnCode: true
}).then(res => {
if (res.stderr.length > 0 && res.exitCode != 0) {
core.warning(`${res.stderr.match(/(.*)\s*$/)?.[0]?.trim() ?? 'unknown error'}`);
}
});
});
}
}
);

View File

@@ -8,6 +8,7 @@ export const containerName = process.env['STATE_containerName'] || '';
export const certsDir = process.env['STATE_certsDir'] || '';
export const tmpDockerContext = process.env['STATE_tmpDockerContext'] || '';
export const cleanup = /true/i.test(process.env['STATE_cleanup'] || '');
export const buildxIsDefaultBuilder = /true/i.test(process.env['STATE_buildxIsDefaultBuilder'] || '');
export function setDebug(debug: string) {
core.saveState('isDebug', debug);
@@ -40,3 +41,7 @@ export function setTmpDockerContext(tmpDockerContext: string) {
export function setCleanup(cleanup: boolean) {
core.saveState('cleanup', cleanup);
}
export function setBuildxIsDefaultBuilder(buildxIsDefaultBuilder: boolean) {
core.saveState('buildxIsDefaultBuilder', buildxIsDefaultBuilder);
}

129
yarn.lock
View File

@@ -12,9 +12,9 @@ __metadata:
languageName: node
linkType: hard
"@actions/artifact@npm:^2.2.2":
version: 2.2.2
resolution: "@actions/artifact@npm:2.2.2"
"@actions/artifact@npm:^2.3.2":
version: 2.3.2
resolution: "@actions/artifact@npm:2.3.2"
dependencies:
"@actions/core": ^1.10.0
"@actions/github": ^5.1.1
@@ -28,13 +28,13 @@ __metadata:
archiver: ^7.0.1
jwt-decode: ^3.1.2
unzip-stream: ^0.3.1
checksum: 1501b3d0ceb671f370786ccf70014de9586c5a78c95d235248fc16c73bf928f8de2aa932a679258f6d9bc2f2e570648d830551af9f063298f05d19f3330b33bc
checksum: 78ee41b43800accb2f3527e1733217c43d53693e7f96ce2470b16890fb84f5c2ebaaa6048ccdb6cfe188b54c02779ec99623c6932558e757f6829cfde203cf2c
languageName: node
linkType: hard
"@actions/cache@npm:^4.0.2":
version: 4.0.2
resolution: "@actions/cache@npm:4.0.2"
"@actions/cache@npm:^4.0.3":
version: 4.0.3
resolution: "@actions/cache@npm:4.0.3"
dependencies:
"@actions/core": ^1.11.1
"@actions/exec": ^1.0.1
@@ -46,7 +46,7 @@ __metadata:
"@azure/storage-blob": ^12.13.0
"@protobuf-ts/plugin": ^2.9.4
semver: ^6.3.1
checksum: 208f11238a26194f331b329bb99d50a87c1a3ccef1dbae181e5c142b3faf41715203e0c5cbc491519d3d97540a68fbd418c25fb6e16caabf76248c40867c02b4
checksum: ee9c2a21a70bd3f35c63f302af478e23f135c26deb77ea2e4eed29c62766a4b201fc7435651c0d56fa504c02d203107e3bdfda1dba18a3ee09338e1dfc3f2fe8
languageName: node
linkType: hard
@@ -91,15 +91,18 @@ __metadata:
languageName: node
linkType: hard
"@actions/github@npm:^6.0.0":
version: 6.0.0
resolution: "@actions/github@npm:6.0.0"
"@actions/github@npm:^6.0.1":
version: 6.0.1
resolution: "@actions/github@npm:6.0.1"
dependencies:
"@actions/http-client": ^2.2.0
"@octokit/core": ^5.0.1
"@octokit/plugin-paginate-rest": ^9.0.0
"@octokit/plugin-rest-endpoint-methods": ^10.0.0
checksum: 81831a78377175d8825fc0b94247ff366c0e87ad1dfa48df9b30b8659506f216dcf1e2d3124fcd318839b92c24ba20165e238b3cc11a34db89c69c40825e9ccf
"@octokit/plugin-paginate-rest": ^9.2.2
"@octokit/plugin-rest-endpoint-methods": ^10.4.0
"@octokit/request": ^8.4.1
"@octokit/request-error": ^5.1.1
undici: ^5.28.5
checksum: ba6a162a5727dea2f3f3fc450e02c5b336ceb65a0e26ba9ad9c62b20f4f5b2625ca347a9311a4905ef3c92378ca022caba841a283cb7f2e4175d79e3d1ecaf12
languageName: node
linkType: hard
@@ -1088,15 +1091,15 @@ __metadata:
languageName: node
linkType: hard
"@docker/actions-toolkit@npm:^0.56.0":
version: 0.56.0
resolution: "@docker/actions-toolkit@npm:0.56.0"
"@docker/actions-toolkit@npm:^0.62.1":
version: 0.62.1
resolution: "@docker/actions-toolkit@npm:0.62.1"
dependencies:
"@actions/artifact": ^2.2.2
"@actions/cache": ^4.0.2
"@actions/artifact": ^2.3.2
"@actions/cache": ^4.0.3
"@actions/core": ^1.11.1
"@actions/exec": ^1.1.1
"@actions/github": ^6.0.0
"@actions/github": ^6.0.1
"@actions/http-client": ^2.2.3
"@actions/io": ^1.1.3
"@actions/tool-cache": ^2.0.2
@@ -1110,10 +1113,10 @@ __metadata:
he: ^1.2.0
js-yaml: ^4.1.0
jwt-decode: ^4.0.0
semver: ^7.7.1
semver: ^7.7.2
tar-stream: ^3.1.7
tmp: ^0.2.3
checksum: 0f1b569f8bb206399f8c26e566c78e30e4a311bbd64486016e7fa1d35fbbb4c94d4f55afa6b711afa4b41c5835b40b038f48c3d1bfdfdc6f7c6680973e922d9e
checksum: 72dfef5073c7b638a73b53ccd48ec9dc3fa0e0c1b1b0aaf711fc872ef4ef0a882909271c01913f335efc5f868e4062e6e7720b92d6c3a605ecb6cc30d3001f9d
languageName: node
linkType: hard
@@ -1702,6 +1705,16 @@ __metadata:
languageName: node
linkType: hard
"@octokit/endpoint@npm:^9.0.6":
version: 9.0.6
resolution: "@octokit/endpoint@npm:9.0.6"
dependencies:
"@octokit/types": ^13.1.0
universal-user-agent: ^6.0.0
checksum: f853c08f0777a8cc7c3d2509835d478e11a76d722f807d4f2ad7c0e64bf4dd159536409f466b367a907886aa3b78574d3d09ed95ac462c769e4fccaaad81e72a
languageName: node
linkType: hard
"@octokit/graphql@npm:^4.5.8":
version: 4.8.0
resolution: "@octokit/graphql@npm:4.8.0"
@@ -1745,6 +1758,13 @@ __metadata:
languageName: node
linkType: hard
"@octokit/openapi-types@npm:^24.2.0":
version: 24.2.0
resolution: "@octokit/openapi-types@npm:24.2.0"
checksum: 3c2d2f4cafd21c8a1e6a6fe6b56df6a3c09bc52ab6f829c151f9397694d028aa183ae856f08e006ee7ecaa7bd7eb413a903fbc0ffa6403e7b284ddcda20b1294
languageName: node
linkType: hard
"@octokit/plugin-paginate-rest@npm:^2.17.0":
version: 2.21.3
resolution: "@octokit/plugin-paginate-rest@npm:2.21.3"
@@ -1756,14 +1776,14 @@ __metadata:
languageName: node
linkType: hard
"@octokit/plugin-paginate-rest@npm:^9.0.0":
version: 9.0.0
resolution: "@octokit/plugin-paginate-rest@npm:9.0.0"
"@octokit/plugin-paginate-rest@npm:^9.2.2":
version: 9.2.2
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
dependencies:
"@octokit/types": ^12.0.0
"@octokit/types": ^12.6.0
peerDependencies:
"@octokit/core": ">=5"
checksum: 4a8543f3e45c4916f94edc57d66106ee60da9fd4edccd7c3a2ddd00da1fc4eb2e1b2bcb3d6cb981a050edf883100c5004d0b81497568d4ac9138310a2188a458
"@octokit/core": 5
checksum: ea2a3ebf6abc128a1996c5ff7148ebe755ee2ed001aa0c1d3088d67a9d78b093d84820e3ec73bfb165ca8774943a1158afdae4cf7b90b0a07f12ebbe1d8a428b
languageName: node
linkType: hard
@@ -1776,7 +1796,7 @@ __metadata:
languageName: node
linkType: hard
"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.4.0":
"@octokit/plugin-rest-endpoint-methods@npm:^10.4.0":
version: 10.4.0
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.0"
dependencies:
@@ -1831,6 +1851,17 @@ __metadata:
languageName: node
linkType: hard
"@octokit/request-error@npm:^5.1.1":
version: 5.1.1
resolution: "@octokit/request-error@npm:5.1.1"
dependencies:
"@octokit/types": ^13.1.0
deprecation: ^2.0.0
once: ^1.4.0
checksum: 17d0b3f59c2a8a285715bfe6a85168d9c417aa7a0ff553b9be4198a3bc8bb00384a3530221a448eb19f8f07ea9fc48d264869624f5f84fa63a948a7af8cddc8c
languageName: node
linkType: hard
"@octokit/request@npm:^5.6.0, @octokit/request@npm:^5.6.3":
version: 5.6.3
resolution: "@octokit/request@npm:5.6.3"
@@ -1858,6 +1889,18 @@ __metadata:
languageName: node
linkType: hard
"@octokit/request@npm:^8.4.1":
version: 8.4.1
resolution: "@octokit/request@npm:8.4.1"
dependencies:
"@octokit/endpoint": ^9.0.6
"@octokit/request-error": ^5.1.1
"@octokit/types": ^13.1.0
universal-user-agent: ^6.0.0
checksum: 0ba76728583543baeef9fda98690bc86c57e0a3ccac8c189d2b7d144d248c89167eb37a071ed8fead8f4da0a1c55c4dd98a8fc598769c263b95179fb200959de
languageName: node
linkType: hard
"@octokit/types@npm:^12.0.0":
version: 12.0.0
resolution: "@octokit/types@npm:12.0.0"
@@ -1876,6 +1919,15 @@ __metadata:
languageName: node
linkType: hard
"@octokit/types@npm:^13.1.0":
version: 13.10.0
resolution: "@octokit/types@npm:13.10.0"
dependencies:
"@octokit/openapi-types": ^24.2.0
checksum: fca3764548d5872535b9025c3b5fe6373fe588b287cb5b5259364796c1931bbe5e9ab8a86a5274ce43bb2b3e43b730067c3b86b6b1ade12a98cd59b2e8b3610d
languageName: node
linkType: hard
"@octokit/types@npm:^6.0.3, @octokit/types@npm:^6.16.1, @octokit/types@npm:^6.39.0, @octokit/types@npm:^6.40.0":
version: 6.41.0
resolution: "@octokit/types@npm:6.41.0"
@@ -3161,7 +3213,7 @@ __metadata:
resolution: "docker-setup-buildx@workspace:."
dependencies:
"@actions/core": ^1.11.1
"@docker/actions-toolkit": ^0.56.0
"@docker/actions-toolkit": ^0.62.1
"@types/js-yaml": ^4.0.9
"@types/node": ^20.12.12
"@types/uuid": ^10.0.0
@@ -5870,12 +5922,12 @@ __metadata:
languageName: node
linkType: hard
"semver@npm:^7.7.1":
version: 7.7.1
resolution: "semver@npm:7.7.1"
"semver@npm:^7.7.2":
version: 7.7.2
resolution: "semver@npm:7.7.2"
bin:
semver: bin/semver.js
checksum: 586b825d36874007c9382d9e1ad8f93888d8670040add24a28e06a910aeebd673a2eb9e3bf169c6679d9245e66efb9057e0852e70d9daa6c27372aab1dda7104
checksum: dd94ba8f1cbc903d8eeb4dd8bf19f46b3deb14262b6717d0de3c804b594058ae785ef2e4b46c5c3b58733c99c83339068203002f9e37cfe44f7e2cc5e3d2f621
languageName: node
linkType: hard
@@ -6492,6 +6544,15 @@ __metadata:
languageName: node
linkType: hard
"undici@npm:^5.28.5":
version: 5.29.0
resolution: "undici@npm:5.29.0"
dependencies:
"@fastify/busboy": ^2.0.0
checksum: a25b5462c1b6ffb974f5ffc492ffd64146a9983aad0cbda6fde65e2b22f6f1acd43f09beacc66cc47624a113bd0c684ffc60366102b6a21b038fbfafb7d75195
languageName: node
linkType: hard
"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"