mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-05-29 01:04:27 +08:00
Compare commits
20 Commits
sec-cli/ig
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22b48a429f | ||
|
|
5858c5d38b | ||
|
|
fa8b94d584 | ||
|
|
76e60acf32 | ||
|
|
716a6ed7ad | ||
|
|
76e58290b2 | ||
|
|
4c56ab6283 | ||
|
|
7d85158e51 | ||
|
|
8508f00982 | ||
|
|
b0c3aa1759 | ||
|
|
25434de062 | ||
|
|
a7757fd670 | ||
|
|
e7950c2a5e | ||
|
|
7fafe247d6 | ||
|
|
cffcaa17d0 | ||
|
|
9099559035 | ||
|
|
0772d51c0d | ||
|
|
8b5bc381e6 | ||
|
|
61caaf58f9 | ||
|
|
a7ea3685d3 |
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Dump context
|
name: Dump context
|
||||||
if: always()
|
if: always()
|
||||||
uses: crazy-max/ghaction-dump-context@5d2753e7076f4568c7729971e25231f32147e2d8 # v3.0.0
|
uses: crazy-max/ghaction-dump-context@4d9eeaf15dd59aa4346919ea84a84ccf514b4db8 # v3.1.0
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||||
@@ -243,7 +243,7 @@ jobs:
|
|||||||
buildkitd-config: /tmp/buildkitd.toml
|
buildkitd-config: /tmp/buildkitd.toml
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
@@ -270,7 +270,7 @@ jobs:
|
|||||||
mirrors = ["mirror.gcr.io"]
|
mirrors = ["mirror.gcr.io"]
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
@@ -331,7 +331,7 @@ jobs:
|
|||||||
EOL
|
EOL
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
@@ -390,7 +390,7 @@ jobs:
|
|||||||
EOL
|
EOL
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
@@ -518,7 +518,7 @@ jobs:
|
|||||||
EOL
|
EOL
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
|
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -35,12 +35,12 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
|
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
build-mode: none
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
|
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
||||||
with:
|
with:
|
||||||
source: .
|
source: .
|
||||||
targets: test
|
targets: test
|
||||||
|
|||||||
2
.github/workflows/update-dist.yml
vendored
2
.github/workflows/update-dist.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
token: ${{ steps.docker-read-app.outputs.token }}
|
token: ${{ steps.docker-read-app.outputs.token }}
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
||||||
with:
|
with:
|
||||||
source: .
|
source: .
|
||||||
targets: build
|
targets: build
|
||||||
|
|||||||
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Generate matrix
|
name: Generate matrix
|
||||||
id: generate
|
id: generate
|
||||||
uses: docker/bake-action/subaction/matrix@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
uses: docker/bake-action/subaction/matrix@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
||||||
with:
|
with:
|
||||||
target: validate
|
target: validate
|
||||||
|
|
||||||
@@ -41,6 +41,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Validate
|
name: Validate
|
||||||
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.target }}
|
targets: ${{ matrix.target }}
|
||||||
|
|||||||
11
.yarnrc.yml
11
.yarnrc.yml
@@ -1,10 +1,10 @@
|
|||||||
# https://yarnpkg.com/configuration/yarnrc
|
# https://yarnpkg.com/configuration/yarnrc
|
||||||
|
|
||||||
compressionLevel: mixed
|
nodeLinker: node-modules
|
||||||
enableGlobalCache: false
|
|
||||||
enableHardenedMode: true
|
|
||||||
|
|
||||||
logFilters:
|
logFilters:
|
||||||
|
- code: YN0004
|
||||||
|
level: discard
|
||||||
- code: YN0013
|
- code: YN0013
|
||||||
level: discard
|
level: discard
|
||||||
- code: YN0019
|
- code: YN0019
|
||||||
@@ -14,5 +14,8 @@ logFilters:
|
|||||||
- code: YN0086
|
- code: YN0086
|
||||||
level: discard
|
level: discard
|
||||||
|
|
||||||
nodeLinker: node-modules
|
compressionLevel: mixed
|
||||||
|
enableGlobalCache: false
|
||||||
|
enableHardenedMode: true
|
||||||
enableScripts: false
|
enableScripts: false
|
||||||
|
npmMinimalAgeGate: 2d
|
||||||
|
|||||||
265
dist/index.cjs
generated
vendored
265
dist/index.cjs
generated
vendored
File diff suppressed because one or more lines are too long
8
dist/index.cjs.map
generated
vendored
8
dist/index.cjs.map
generated
vendored
File diff suppressed because one or more lines are too long
12
dist/licenses.txt
generated
vendored
12
dist/licenses.txt
generated
vendored
@@ -4,8 +4,8 @@ https://www.npmjs.com/package/generate-license-file
|
|||||||
The following npm packages may be included in this product:
|
The following npm packages may be included in this product:
|
||||||
|
|
||||||
- @sigstore/bundle@4.0.0
|
- @sigstore/bundle@4.0.0
|
||||||
- @sigstore/core@3.1.0
|
|
||||||
- @sigstore/core@3.2.0
|
- @sigstore/core@3.2.0
|
||||||
|
- @sigstore/core@3.2.1
|
||||||
- @sigstore/protobuf-specs@0.5.0
|
- @sigstore/protobuf-specs@0.5.0
|
||||||
- @sigstore/sign@4.1.1
|
- @sigstore/sign@4.1.1
|
||||||
- @sigstore/tuf@4.0.2
|
- @sigstore/tuf@4.0.2
|
||||||
@@ -218,7 +218,7 @@ Apache License
|
|||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- @docker/actions-toolkit@0.90.0
|
- @docker/actions-toolkit@0.91.0
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
@@ -2700,7 +2700,7 @@ END OF TERMS AND CONDITIONS
|
|||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- @sigstore/verify@3.1.0
|
- @sigstore/verify@3.1.1
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
@@ -3171,12 +3171,14 @@ The following npm packages may be included in this product:
|
|||||||
- @azure/core-client@1.10.1
|
- @azure/core-client@1.10.1
|
||||||
- @azure/core-http-compat@2.3.2
|
- @azure/core-http-compat@2.3.2
|
||||||
- @azure/core-rest-pipeline@1.22.2
|
- @azure/core-rest-pipeline@1.22.2
|
||||||
|
- @azure/core-rest-pipeline@1.23.0
|
||||||
- @azure/core-tracing@1.3.1
|
- @azure/core-tracing@1.3.1
|
||||||
- @azure/core-util@1.13.1
|
- @azure/core-util@1.13.1
|
||||||
- @azure/core-xml@1.5.0
|
- @azure/core-xml@1.5.0
|
||||||
- @azure/logger@1.3.0
|
- @azure/logger@1.3.0
|
||||||
- @azure/storage-blob@12.31.0
|
- @azure/storage-blob@12.31.0
|
||||||
- @typespec/ts-http-runtime@0.3.3
|
- @typespec/ts-http-runtime@0.3.3
|
||||||
|
- @typespec/ts-http-runtime@0.3.5
|
||||||
|
|
||||||
These packages each contain the following license:
|
These packages each contain the following license:
|
||||||
|
|
||||||
@@ -4958,7 +4960,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- tmp@0.2.5
|
- tmp@0.2.7
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
@@ -5550,7 +5552,7 @@ https://github.com/bitinn/node-fetch
|
|||||||
The following npm packages may be included in this product:
|
The following npm packages may be included in this product:
|
||||||
|
|
||||||
- @actions/artifact@6.2.1
|
- @actions/artifact@6.2.1
|
||||||
- @actions/cache@6.0.0
|
- @actions/cache@6.0.1
|
||||||
- @actions/core@3.0.0
|
- @actions/core@3.0.0
|
||||||
- @actions/core@3.0.1
|
- @actions/core@3.0.1
|
||||||
- @actions/exec@3.0.0
|
- @actions/exec@3.0.0
|
||||||
|
|||||||
@@ -21,10 +21,10 @@
|
|||||||
],
|
],
|
||||||
"author": "Docker Inc.",
|
"author": "Docker Inc.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.15.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^3.0.0",
|
"@actions/core": "^3.0.1",
|
||||||
"@docker/actions-toolkit": "^0.90.0",
|
"@docker/actions-toolkit": "^0.91.0",
|
||||||
"js-yaml": "^4.1.1"
|
"js-yaml": "^4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
98
yarn.lock
98
yarn.lock
@@ -2,7 +2,7 @@
|
|||||||
# Manual changes might be lost - proceed with caution!
|
# Manual changes might be lost - proceed with caution!
|
||||||
|
|
||||||
__metadata:
|
__metadata:
|
||||||
version: 8
|
version: 10
|
||||||
cacheKey: 10
|
cacheKey: 10
|
||||||
|
|
||||||
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
||||||
@@ -34,20 +34,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/cache@npm:^6.0.0":
|
"@actions/cache@npm:^6.0.1":
|
||||||
version: 6.0.0
|
version: 6.0.1
|
||||||
resolution: "@actions/cache@npm:6.0.0"
|
resolution: "@actions/cache@npm:6.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@actions/exec": "npm:^3.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/glob": "npm:^0.6.1"
|
"@actions/glob": "npm:^0.6.1"
|
||||||
"@actions/http-client": "npm:^4.0.0"
|
"@actions/http-client": "npm:^4.0.1"
|
||||||
"@actions/io": "npm:^3.0.0"
|
"@actions/io": "npm:^3.0.2"
|
||||||
"@azure/core-rest-pipeline": "npm:^1.22.0"
|
"@azure/core-rest-pipeline": "npm:^1.23.0"
|
||||||
"@azure/storage-blob": "npm:^12.30.0"
|
"@azure/storage-blob": "npm:^12.31.0"
|
||||||
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
||||||
semver: "npm:^7.7.3"
|
semver: "npm:^7.7.4"
|
||||||
checksum: 10/91609983f6ed5829018c6afea9b692762acd34604e44479be3ff25c76f5b869d6727766847193ab9f0724de84cd6043759a55553c500c3538af9951494ca14b6
|
checksum: 10/05d2c18210fa3b583765d734e9dce6532c76d271805929608ee35f56dd3064e1d30f007400e3a275f74a7ad3e454cf0051b6eab4f15a9669dac081d811ee9d10
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -262,6 +262,21 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@azure/core-rest-pipeline@npm:^1.23.0":
|
||||||
|
version: 1.23.0
|
||||||
|
resolution: "@azure/core-rest-pipeline@npm:1.23.0"
|
||||||
|
dependencies:
|
||||||
|
"@azure/abort-controller": "npm:^2.1.2"
|
||||||
|
"@azure/core-auth": "npm:^1.10.0"
|
||||||
|
"@azure/core-tracing": "npm:^1.3.0"
|
||||||
|
"@azure/core-util": "npm:^1.13.0"
|
||||||
|
"@azure/logger": "npm:^1.3.0"
|
||||||
|
"@typespec/ts-http-runtime": "npm:^0.3.4"
|
||||||
|
tslib: "npm:^2.6.2"
|
||||||
|
checksum: 10/9c60c8bb858cec1caf49d3c323667814512fbf0ca3b34fa382c010f4a6fcccf0a6ef8210c2f7d791b2af67b5c427aefb9b1e4c58a9a9ef60d1cff871fca548f3
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@azure/core-tracing@npm:^1.2.0, @azure/core-tracing@npm:^1.3.0":
|
"@azure/core-tracing@npm:^1.2.0, @azure/core-tracing@npm:^1.3.0":
|
||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
resolution: "@azure/core-tracing@npm:1.3.1"
|
resolution: "@azure/core-tracing@npm:1.3.1"
|
||||||
@@ -321,7 +336,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/storage-blob@npm:^12.30.0":
|
"@azure/storage-blob@npm:^12.30.0, @azure/storage-blob@npm:^12.31.0":
|
||||||
version: 12.31.0
|
version: 12.31.0
|
||||||
resolution: "@azure/storage-blob@npm:12.31.0"
|
resolution: "@azure/storage-blob@npm:12.31.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -422,12 +437,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@docker/actions-toolkit@npm:^0.90.0":
|
"@docker/actions-toolkit@npm:^0.91.0":
|
||||||
version: 0.90.0
|
version: 0.91.0
|
||||||
resolution: "@docker/actions-toolkit@npm:0.90.0"
|
resolution: "@docker/actions-toolkit@npm:0.91.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/artifact": "npm:^6.2.1"
|
"@actions/artifact": "npm:^6.2.1"
|
||||||
"@actions/cache": "npm:^6.0.0"
|
"@actions/cache": "npm:^6.0.1"
|
||||||
"@actions/core": "npm:^3.0.1"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@actions/exec": "npm:^3.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/github": "npm:^9.1.1"
|
"@actions/github": "npm:^9.1.1"
|
||||||
@@ -437,7 +452,7 @@ __metadata:
|
|||||||
"@sigstore/bundle": "npm:^4.0.0"
|
"@sigstore/bundle": "npm:^4.0.0"
|
||||||
"@sigstore/sign": "npm:^4.1.1"
|
"@sigstore/sign": "npm:^4.1.1"
|
||||||
"@sigstore/tuf": "npm:^4.0.2"
|
"@sigstore/tuf": "npm:^4.0.2"
|
||||||
"@sigstore/verify": "npm:^3.1.0"
|
"@sigstore/verify": "npm:^3.1.1"
|
||||||
async-retry: "npm:^1.3.3"
|
async-retry: "npm:^1.3.3"
|
||||||
csv-parse: "npm:^6.2.1"
|
csv-parse: "npm:^6.2.1"
|
||||||
gunzip-maybe: "npm:^1.4.2"
|
gunzip-maybe: "npm:^1.4.2"
|
||||||
@@ -445,10 +460,10 @@ __metadata:
|
|||||||
he: "npm:^1.2.0"
|
he: "npm:^1.2.0"
|
||||||
js-yaml: "npm:^4.1.1"
|
js-yaml: "npm:^4.1.1"
|
||||||
jwt-decode: "npm:^4.0.0"
|
jwt-decode: "npm:^4.0.0"
|
||||||
semver: "npm:^7.8.0"
|
semver: "npm:^7.8.1"
|
||||||
tar-stream: "npm:^3.2.0"
|
tar-stream: "npm:^3.2.0"
|
||||||
tmp: "npm:^0.2.5"
|
tmp: "npm:^0.2.6"
|
||||||
checksum: 10/5f5d28b1fea503ba54aff18e9ae947ad1bff42c84834120a477b64586251dcf16e67ce0613e60a8a3b596443c9c9d17f7bf982c8754ff4a4cd4cdee3bb97a561
|
checksum: 10/31ab0d572e716a765fa4db963a342c9c313460839f9a32c06045e07d47dda314e1dbd50f5f3bed7d4e4caa0f9e0b95d28abce3b4d59bfa54cea3f7d9408e5497
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1639,6 +1654,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@sigstore/core@npm:^3.2.1":
|
||||||
|
version: 3.2.1
|
||||||
|
resolution: "@sigstore/core@npm:3.2.1"
|
||||||
|
checksum: 10/2f6c1ced55f8ed3f7fc705a668eb95db9471511dfb1f054927822bf97a051dd62228ecf6a9f1932d240c2c4ae69a3b5066550789e5ad8f4257839a4370e5a120
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@sigstore/protobuf-specs@npm:^0.5.0":
|
"@sigstore/protobuf-specs@npm:^0.5.0":
|
||||||
version: 0.5.0
|
version: 0.5.0
|
||||||
resolution: "@sigstore/protobuf-specs@npm:0.5.0"
|
resolution: "@sigstore/protobuf-specs@npm:0.5.0"
|
||||||
@@ -1705,6 +1727,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@sigstore/verify@npm:^3.1.1":
|
||||||
|
version: 3.1.1
|
||||||
|
resolution: "@sigstore/verify@npm:3.1.1"
|
||||||
|
dependencies:
|
||||||
|
"@sigstore/bundle": "npm:^4.0.0"
|
||||||
|
"@sigstore/core": "npm:^3.2.1"
|
||||||
|
"@sigstore/protobuf-specs": "npm:^0.5.0"
|
||||||
|
checksum: 10/4cb24b0e62b85ebf2b62698041e0dc212d152fd40a95c05c237357c992265a23e5789f86b138bea2eea0c5f6b994974d968f03dde9c692a514f96ae4b26f31a9
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@standard-schema/spec@npm:^1.0.0":
|
"@standard-schema/spec@npm:^1.0.0":
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
resolution: "@standard-schema/spec@npm:1.1.0"
|
resolution: "@standard-schema/spec@npm:1.1.0"
|
||||||
@@ -1922,6 +1955,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typespec/ts-http-runtime@npm:^0.3.4":
|
||||||
|
version: 0.3.5
|
||||||
|
resolution: "@typespec/ts-http-runtime@npm:0.3.5"
|
||||||
|
dependencies:
|
||||||
|
http-proxy-agent: "npm:^7.0.0"
|
||||||
|
https-proxy-agent: "npm:^7.0.0"
|
||||||
|
tslib: "npm:^2.6.2"
|
||||||
|
checksum: 10/7cf459826e4867ab52a4b9855fdce4590e30a6f37e11fb93155e01c6e80139ec9966b7a3270cffed2c1e88ae66acbae5b4c9a7ecd9274679734da2c18310cc6c
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@vitest/coverage-v8@npm:^4.0.18":
|
"@vitest/coverage-v8@npm:^4.0.18":
|
||||||
version: 4.0.18
|
version: 4.0.18
|
||||||
resolution: "@vitest/coverage-v8@npm:4.0.18"
|
resolution: "@vitest/coverage-v8@npm:4.0.18"
|
||||||
@@ -2784,8 +2828,8 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "docker-setup-buildx@workspace:."
|
resolution: "docker-setup-buildx@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@docker/actions-toolkit": "npm:^0.90.0"
|
"@docker/actions-toolkit": "npm:^0.91.0"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
"@types/js-yaml": "npm:^4.0.9"
|
"@types/js-yaml": "npm:^4.0.9"
|
||||||
"@types/node": "npm:^24.11.0"
|
"@types/node": "npm:^24.11.0"
|
||||||
@@ -5253,7 +5297,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"semver@npm:^7.8.0":
|
"semver@npm:^7.7.4, semver@npm:^7.8.1":
|
||||||
version: 7.8.1
|
version: 7.8.1
|
||||||
resolution: "semver@npm:7.8.1"
|
resolution: "semver@npm:7.8.1"
|
||||||
bin:
|
bin:
|
||||||
@@ -5668,10 +5712,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"tmp@npm:^0.2.5":
|
"tmp@npm:^0.2.6":
|
||||||
version: 0.2.5
|
version: 0.2.7
|
||||||
resolution: "tmp@npm:0.2.5"
|
resolution: "tmp@npm:0.2.7"
|
||||||
checksum: 10/dd4b78b32385eab4899d3ae296007b34482b035b6d73e1201c4a9aede40860e90997a1452c65a2d21aee73d53e93cd167d741c3db4015d90e63b6d568a93d7ec
|
checksum: 10/0a3bc90beb0c6275273c3475fb57e466eaab1c9c4a101d029ff62b18146ce136e7f75d09de34863d9f2c2a492751402508f9e028bc98eb34a1416195d4b15619
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user