Compare commits

..
Author SHA1 Message Date
docker-ghactions[bot] c5d64dec84 chore(deps): update Regctl version from v0.11.5 to v0.11.6
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-03 09:01:30 +00:00
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -35,12 +35,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
- -
name: Initialize CodeQL name: Initialize CodeQL
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with: with:
languages: javascript-typescript languages: javascript-typescript
build-mode: none build-mode: none
- -
name: Perform CodeQL Analysis name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with: with:
category: "/language:javascript-typescript" category: "/language:javascript-typescript"
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -10,7 +10,7 @@ import {Install as UndockInstall} from '@docker/actions-toolkit/lib/undock/insta
import * as context from './context.js'; import * as context from './context.js';
import * as stateHelper from './state-helper.js'; import * as stateHelper from './state-helper.js';
const regctlDefaultVersion = 'v0.11.5'; const regctlDefaultVersion = 'v0.11.6';
const undockDefaultVersion = 'v0.14.0'; const undockDefaultVersion = 'v0.14.0';
actionsToolkit.run( actionsToolkit.run(