Skip to content

Commit f843d94

Browse files
authored
Merge pull request #2869 from github/mbg/proxy/use-2.21.1-artifacts
Use proxy artifacts for `v2.21.1`
2 parents d3b65fc + 2264a4e commit f843d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/start-proxy-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

+2-2
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.20241023203727";
14+
const UPDATEJOB_PROXY_VERSION = "v2.0.20250424171100";
1515
const UPDATEJOB_PROXY_URL_PREFIX =
16-
"https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.18.1/";
16+
"https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.21.1/";
1717
const KEY_SIZE = 2048;
1818
const KEY_EXPIRY_YEARS = 2;
1919

0 commit comments

Comments
 (0)