10
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-05-14 11:50:33 +00:00
This commit is contained in:
dependabot[bot] 2026-05-11 05:20:54 +00:00 committed by GitHub
commit 39efacf9db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,12 +35,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
-
name: Initialize CodeQL
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
languages: javascript-typescript
build-mode: none
-
name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
category: "/language:javascript-typescript"