Skip to content

Commit 2cae828

Browse files
authored
Merge pull request #2947 from github/dependency-proxy/codeql-bundle-v2.22.0
Update release used by `start-proxy` to `codeql-bundle-v2.22.0`
2 parents 80e2dc4 + 35083ee commit 2cae828

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/start-proxy-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Credential, getCredentials } from "./start-proxy";
1111
import * as util from "./util";
1212

1313
const UPDATEJOB_PROXY = "update-job-proxy";
14-
const UPDATEJOB_PROXY_VERSION = "v2.0.20250424171100";
14+
const UPDATEJOB_PROXY_VERSION = "v2.0.20250624110901";
1515
const UPDATEJOB_PROXY_URL_PREFIX =
16-
"https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.21.1/";
16+
"https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.0/";
1717
const KEY_SIZE = 2048;
1818
const KEY_EXPIRY_YEARS = 2;
1919

0 commit comments

Comments
 (0)