mirror of
https://gitee.com/github-actions/login-docker.git
synced 2026-02-05 02:02:12 +08:00
Compare commits
16 Commits
v2
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6514e96367 | ||
|
|
a979406458 | ||
|
|
60b7f106cc | ||
|
|
ba3ca1d0ac | ||
|
|
039d2a5a8d | ||
|
|
cccd53a808 | ||
|
|
9338656050 | ||
|
|
cc693296f2 | ||
|
|
939ed8cac4 | ||
|
|
0b2ed364aa | ||
|
|
315bd6c458 | ||
|
|
243b4ca640 | ||
|
|
1c5e4f407b | ||
|
|
7124cda302 | ||
|
|
0a5a6d545f | ||
|
|
e6f576c226 |
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -11,6 +11,13 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
groups:
|
||||||
|
aws-sdk-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*aws-sdk*"
|
||||||
|
proxy-agent-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*-proxy-agent"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: "production"
|
- dependency-type: "production"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
13280
dist/licenses.txt
generated
vendored
13280
dist/licenses.txt
generated
vendored
File diff suppressed because it is too large
Load Diff
@@ -28,11 +28,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@aws-sdk/client-ecr": "^3.347.1",
|
"@aws-sdk/client-ecr": "^3.369.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.347.1",
|
"@aws-sdk/client-ecr-public": "^3.369.0",
|
||||||
"@docker/actions-toolkit": "^0.2.0",
|
"@docker/actions-toolkit": "^0.7.1",
|
||||||
"http-proxy-agent": "^7.0.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^7.0.0"
|
"https-proxy-agent": "^7.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.18.21",
|
"@types/node": "^16.18.21",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import * as core from '@actions/core';
|
import * as core from '@actions/core';
|
||||||
import {ECR} from '@aws-sdk/client-ecr';
|
import {ECR} from '@aws-sdk/client-ecr';
|
||||||
import {ECRPUBLIC} from '@aws-sdk/client-ecr-public';
|
import {ECRPUBLIC} from '@aws-sdk/client-ecr-public';
|
||||||
import {NodeHttpHandler} from '@aws-sdk/node-http-handler';
|
import {NodeHttpHandler} from '@smithy/node-http-handler';
|
||||||
import {HttpProxyAgent} from 'http-proxy-agent';
|
import {HttpProxyAgent} from 'http-proxy-agent';
|
||||||
import {HttpsProxyAgent} from 'https-proxy-agent';
|
import {HttpsProxyAgent} from 'https-proxy-agent';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user