Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-05-22 02:39:41 +03:00

Merge pull request #1535 from docker/dependabot/github_actions/github/codeql-action-4.35.5

chore(deps): Bump github/codeql-action from 4.35.1 to 4.35.5
This commit is contained in:
CrazyMax
2026-05-21 16:25:59 +02:00
committed by GitHub
+2 -2
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
category: "/language:javascript-typescript"