Compare commits
1 Commits
2755970348
...
b353d38d27
Author | SHA1 | Date |
---|---|---|
|
b353d38d27 |
|
@ -34,7 +34,7 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config: |
|
||||
|
@ -42,9 +42,9 @@ jobs:
|
|||
- src
|
||||
-
|
||||
name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v4
|
||||
uses: github/codeql-action/autobuild@v3
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4
|
||||
uses: github/codeql-action/analyze@v3
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"packageManager": "yarn@4.9.2",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@aws-sdk/client-ecr": "^3.913.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.913.0",
|
||||
"@aws-sdk/client-ecr": "^3.899.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.899.0",
|
||||
"@docker/actions-toolkit": "^0.63.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
|
|
Loading…
Reference in New Issue