mirror of
https://github.com/docker/login-action.git
synced 2025-12-10 08:02:03 +03:00
Compare commits
3 Commits
v3
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c26c7894e | ||
|
|
28fdb31ff3 | ||
|
|
2064b45545 |
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config: |
|
||||
@@ -42,9 +42,9 @@ jobs:
|
||||
- src
|
||||
-
|
||||
name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v3
|
||||
uses: github/codeql-action/autobuild@v4
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
uses: github/codeql-action/analyze@v4
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@aws-sdk/client-ecr": "^3.890.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.890.0",
|
||||
"@docker/actions-toolkit": "^0.63.0",
|
||||
|
||||
22
yarn.lock
22
yarn.lock
@@ -70,6 +70,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/core@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "@actions/core@npm:2.0.0"
|
||||
dependencies:
|
||||
"@actions/exec": "npm:^1.1.1"
|
||||
"@actions/http-client": "npm:^3.0.0"
|
||||
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "@actions/exec@npm:1.1.1"
|
||||
@@ -146,6 +156,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/http-client@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "@actions/http-client@npm:3.0.0"
|
||||
dependencies:
|
||||
tunnel: "npm:^0.0.6"
|
||||
undici: "npm:^5.28.5"
|
||||
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
|
||||
version: 1.1.3
|
||||
resolution: "@actions/io@npm:1.1.3"
|
||||
@@ -4439,7 +4459,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "docker-login@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": "npm:^1.11.1"
|
||||
"@actions/core": "npm:^2.0.0"
|
||||
"@aws-sdk/client-ecr": "npm:^3.890.0"
|
||||
"@aws-sdk/client-ecr-public": "npm:^3.890.0"
|
||||
"@docker/actions-toolkit": "npm:^0.63.0"
|
||||
|
||||
Reference in New Issue
Block a user