11/******/ ( ( ) => { // webpackBootstrap
22/******/ var __webpack_modules__ = ( {
33
4- /***/ 106 :
4+ /***/ 207 :
55/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
66
77"use strict" ;
@@ -28,7 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
2828Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
2929exports . issue = exports . issueCommand = void 0 ;
3030const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
31- const utils_1 = __nccwpck_require__ ( 195 ) ;
31+ const utils_1 = __nccwpck_require__ ( 645 ) ;
3232/**
3333 * Commands
3434 *
@@ -100,7 +100,7 @@ function escapeProperty(s) {
100100
101101/***/ } ) ,
102102
103- /***/ 712 :
103+ /***/ 695 :
104104/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
105105
106106"use strict" ;
@@ -135,12 +135,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
135135} ;
136136Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
137137exports . getIDToken = exports . getState = exports . saveState = exports . group = exports . endGroup = exports . startGroup = exports . info = exports . notice = exports . warning = exports . error = exports . debug = exports . isDebug = exports . setFailed = exports . setCommandEcho = exports . setOutput = exports . getBooleanInput = exports . getMultilineInput = exports . getInput = exports . addPath = exports . setSecret = exports . exportVariable = exports . ExitCode = void 0 ;
138- const command_1 = __nccwpck_require__ ( 106 ) ;
139- const file_command_1 = __nccwpck_require__ ( 297 ) ;
140- const utils_1 = __nccwpck_require__ ( 195 ) ;
138+ const command_1 = __nccwpck_require__ ( 207 ) ;
139+ const file_command_1 = __nccwpck_require__ ( 271 ) ;
140+ const utils_1 = __nccwpck_require__ ( 645 ) ;
141141const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
142142const path = __importStar ( __nccwpck_require__ ( 17 ) ) ;
143- const oidc_utils_1 = __nccwpck_require__ ( 440 ) ;
143+ const oidc_utils_1 = __nccwpck_require__ ( 325 ) ;
144144/**
145145 * The code to exit an action
146146 */
@@ -419,7 +419,7 @@ exports.getIDToken = getIDToken;
419419
420420/***/ } ) ,
421421
422- /***/ 297 :
422+ /***/ 271 :
423423/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
424424
425425"use strict" ;
@@ -450,7 +450,7 @@ exports.issueCommand = void 0;
450450/* eslint-disable @typescript-eslint/no-explicit-any */
451451const fs = __importStar ( __nccwpck_require__ ( 147 ) ) ;
452452const os = __importStar ( __nccwpck_require__ ( 37 ) ) ;
453- const utils_1 = __nccwpck_require__ ( 195 ) ;
453+ const utils_1 = __nccwpck_require__ ( 645 ) ;
454454function issueCommand ( command , message ) {
455455 const filePath = process . env [ `GITHUB_${ command } ` ] ;
456456 if ( ! filePath ) {
@@ -468,7 +468,7 @@ exports.issueCommand = issueCommand;
468468
469469/***/ } ) ,
470470
471- /***/ 440 :
471+ /***/ 325 :
472472/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
473473
474474"use strict" ;
@@ -484,9 +484,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
484484} ;
485485Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
486486exports . OidcClient = void 0 ;
487- const http_client_1 = __nccwpck_require__ ( 250 ) ;
488- const auth_1 = __nccwpck_require__ ( 639 ) ;
489- const core_1 = __nccwpck_require__ ( 712 ) ;
487+ const http_client_1 = __nccwpck_require__ ( 926 ) ;
488+ const auth_1 = __nccwpck_require__ ( 670 ) ;
489+ const core_1 = __nccwpck_require__ ( 695 ) ;
490490class OidcClient {
491491 static createHttpClient ( allowRetry = true , maxRetry = 10 ) {
492492 const requestOptions = {
@@ -552,7 +552,7 @@ exports.OidcClient = OidcClient;
552552
553553/***/ } ) ,
554554
555- /***/ 195 :
555+ /***/ 645 :
556556/***/ ( ( __unused_webpack_module , exports ) => {
557557
558558"use strict" ;
@@ -599,7 +599,7 @@ exports.toCommandProperties = toCommandProperties;
599599
600600/***/ } ) ,
601601
602- /***/ 892 :
602+ /***/ 59 :
603603/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
604604
605605"use strict" ;
@@ -635,7 +635,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
635635Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
636636exports . getExecOutput = exports . exec = void 0 ;
637637const string_decoder_1 = __nccwpck_require__ ( 576 ) ;
638- const tr = __importStar ( __nccwpck_require__ ( 10 ) ) ;
638+ const tr = __importStar ( __nccwpck_require__ ( 724 ) ) ;
639639/**
640640 * Exec a command.
641641 * Output will be streamed to the live console.
@@ -709,7 +709,7 @@ exports.getExecOutput = getExecOutput;
709709
710710/***/ } ) ,
711711
712- /***/ 10 :
712+ /***/ 724 :
713713/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
714714
715715"use strict" ;
@@ -748,8 +748,8 @@ const os = __importStar(__nccwpck_require__(37));
748748const events = __importStar ( __nccwpck_require__ ( 361 ) ) ;
749749const child = __importStar ( __nccwpck_require__ ( 81 ) ) ;
750750const path = __importStar ( __nccwpck_require__ ( 17 ) ) ;
751- const io = __importStar ( __nccwpck_require__ ( 34 ) ) ;
752- const ioUtil = __importStar ( __nccwpck_require__ ( 96 ) ) ;
751+ const io = __importStar ( __nccwpck_require__ ( 631 ) ) ;
752+ const ioUtil = __importStar ( __nccwpck_require__ ( 930 ) ) ;
753753const timers_1 = __nccwpck_require__ ( 512 ) ;
754754/* eslint-disable @typescript-eslint/unbound-method */
755755const IS_WINDOWS = process . platform === 'win32' ;
@@ -1334,7 +1334,7 @@ class ExecState extends events.EventEmitter {
13341334
13351335/***/ } ) ,
13361336
1337- /***/ 639 :
1337+ /***/ 670 :
13381338/***/ ( ( __unused_webpack_module , exports ) => {
13391339
13401340"use strict" ;
@@ -1400,15 +1400,15 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
14001400
14011401/***/ } ) ,
14021402
1403- /***/ 250 :
1403+ /***/ 926 :
14041404/***/ ( ( __unused_webpack_module , exports , __nccwpck_require__ ) => {
14051405
14061406"use strict" ;
14071407
14081408Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
14091409const http = __nccwpck_require__ ( 685 ) ;
14101410const https = __nccwpck_require__ ( 687 ) ;
1411- const pm = __nccwpck_require__ ( 292 ) ;
1411+ const pm = __nccwpck_require__ ( 206 ) ;
14121412let tunnel ;
14131413var HttpCodes ;
14141414( function ( HttpCodes ) {
@@ -1827,7 +1827,7 @@ class HttpClient {
18271827 if ( useProxy ) {
18281828 // If using proxy, need tunnel
18291829 if ( ! tunnel ) {
1830- tunnel = __nccwpck_require__ ( 76 ) ;
1830+ tunnel = __nccwpck_require__ ( 274 ) ;
18311831 }
18321832 const agentOptions = {
18331833 maxSockets : maxSockets ,
@@ -1945,7 +1945,7 @@ exports.HttpClient = HttpClient;
19451945
19461946/***/ } ) ,
19471947
1948- /***/ 292 :
1948+ /***/ 206 :
19491949/***/ ( ( __unused_webpack_module , exports ) => {
19501950
19511951"use strict" ;
@@ -2010,7 +2010,7 @@ exports.checkBypass = checkBypass;
20102010
20112011/***/ } ) ,
20122012
2013- /***/ 96 :
2013+ /***/ 930 :
20142014/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
20152015
20162016"use strict" ;
@@ -2194,7 +2194,7 @@ exports.getCmdPath = getCmdPath;
21942194
21952195/***/ } ) ,
21962196
2197- /***/ 34 :
2197+ /***/ 631 :
21982198/***/ ( function ( __unused_webpack_module , exports , __nccwpck_require__ ) {
21992199
22002200"use strict" ;
@@ -2233,7 +2233,7 @@ const assert_1 = __nccwpck_require__(491);
22332233const childProcess = __importStar ( __nccwpck_require__ ( 81 ) ) ;
22342234const path = __importStar ( __nccwpck_require__ ( 17 ) ) ;
22352235const util_1 = __nccwpck_require__ ( 837 ) ;
2236- const ioUtil = __importStar ( __nccwpck_require__ ( 96 ) ) ;
2236+ const ioUtil = __importStar ( __nccwpck_require__ ( 930 ) ) ;
22372237const exec = util_1 . promisify ( childProcess . exec ) ;
22382238const execFile = util_1 . promisify ( childProcess . execFile ) ;
22392239/**
@@ -2542,15 +2542,15 @@ function copyFile(srcFile, destFile, force) {
25422542
25432543/***/ } ) ,
25442544
2545- /***/ 76 :
2545+ /***/ 274 :
25462546/***/ ( ( module , __unused_webpack_exports , __nccwpck_require__ ) => {
25472547
2548- module . exports = __nccwpck_require__ ( 753 ) ;
2548+ module . exports = __nccwpck_require__ ( 469 ) ;
25492549
25502550
25512551/***/ } ) ,
25522552
2553- /***/ 753 :
2553+ /***/ 469 :
25542554/***/ ( ( __unused_webpack_module , exports , __nccwpck_require__ ) => {
25552555
25562556"use strict" ;
@@ -2967,8 +2967,8 @@ module.exports = require("util");
29672967var __webpack_exports__ = { } ;
29682968// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
29692969( ( ) => {
2970- const core = __nccwpck_require__ ( 712 ) ;
2971- const exec = __nccwpck_require__ ( 892 ) ;
2970+ const core = __nccwpck_require__ ( 695 ) ;
2971+ const exec = __nccwpck_require__ ( 59 ) ;
29722972
29732973
29742974// most @actions toolkit packages have async methods
@@ -2979,7 +2979,7 @@ async function run() {
29792979 if ( process . platform === 'linux' ) {
29802980 await exec . exec ( 'sudo apt-get update' )
29812981 await exec . exec (
2982- 'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0'
2982+ 'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils '
29832983 )
29842984 }
29852985 } catch ( error ) {
0 commit comments