10
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2026-05-14 21:50:31 +00:00
This commit is contained in:
dependabot[bot] 2026-05-11 18:39:03 +00:00 committed by GitHub
commit 45bebfe0e6
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
category: "/language:javascript-typescript"