Skip to content

fix: address CodeQL expression injection via environment variables#553

Merged
rdhar merged 4 commits intomainfrom
fix-github-action-expression-injection
Apr 15, 2026
Merged

fix: address CodeQL expression injection via environment variables#553
rdhar merged 4 commits intomainfrom
fix-github-action-expression-injection

Conversation

@rdhar
Copy link
Copy Markdown
Member

@rdhar rdhar commented Apr 14, 2026

This pull request refactors the action.yml workflow to consistently use environment variables for GitHub context values.

  • Move all github context variables (${{ github.* }}) to env: block declarations
  • Replace inline expressions in run blocks with GH_-prefixed environment variable references
  • Resolves CodeQL expression injection findings across identifier, download, and post steps
  • Maintains functional equivalence with improved security posture

rdhar added 2 commits April 14, 2026 19:53
…raction (#551, #552)

- Move all github context variables (${{ github.* }}) to env: block declarations
- Replace inline expressions in run blocks with GH_-prefixed environment variable references
- Resolves CodeQL expression injection findings across identifier, download, and post steps
- Maintains functional equivalence with improved security posture
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive -workspace=dev
View output.
By rdhar at 2026-04-15T13:30:15Z (view log).
main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
 resource "random_pet" "name" {
-  count =1
+  count = 1
 }

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_one -workspace=dev
Diff of 1 change.
+ random_pet.name[0] will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-15T13:30:15Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=devoted-shrimp]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu validate -chdir=tests/fail_data_source_error -workspace=dev
Success! The configuration is valid.
By rdhar at 2026-04-15T13:30:15Z (view log).
Success! The configuration is valid.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu validate -chdir=tests/fail_invalid_resource_type -workspace=dev
Error: Invalid resource type
By rdhar at 2026-04-15T13:30:15Z (view log).
Error: Invalid resource type

  on main.tf line 1, in resource "random_pets" "name":
   1: resource "random_pets" "name" {

The provider hashicorp/random does not support resource type "random_pets".
Did you mean "random_pet"?

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_zero -workspace=dev
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-15T13:30:15Z (view log).
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_character_limit -workspace=dev
Diff of 10000 changes.
+ random_pet.name[0] will be created
+ random_pet.name[1] will be created
+ random_pet.name[2] will be created
+ random_pet.name[3] will be created
+ random_pet.name[4] will be created
+ random_pet.name[5] will be created
+ random_pet.name[6] will be created
+ random_pet.name[7] will be created
+ random_pet.name[8] will be created
+ random_pet.name[9] will be created
+ random_pet.name[10] will be created
+ random_pet.name[11] will be created
+ random_pet.name[12] will be created
+ random_pet.name[13] will be created
+ random_pet.name[14] will be created
+ random_pet.name[15] will be created
+ random_pet.name[16] will be created
+ random_pet.name[17] will be created
+ random_pet.name[18] will be created
+ random_pet.name[19] will be created
+ random_pet.name[20] will be created
+ random_pet.name[21] will be created
+ random_pet.name[22] will be created
+ random_pet.name[23] will be created
+ random_pet.name[24] will be created
+ random_pet.name[25] will be created
+ random_pet.name[26] will be created
+ random_pet.name[27] will be created
+ random_pet.name[28] will be created
+ random_pet.name[29] will be created
+ random_pet.name[30] will be created
+ random_pet.name[31] will be created
+ random_pet.name[32] will be created
+ random_pet.name[33] will be created
+ random_pet.name[34] will be created
+ random_pet.name[35] will be created
+ random_pet.name[36] will be created
+ random_pet.name[37] will be created
+ random_pet.name[38] will be created
+ random_pet.name[39] will be created
+ random_pet.name[40] will be created
+ random_pet.name[41] will be created
+ random_pet.name[42] will be created
+ random_pet.name[43] will be created
+ random_pet.name[44] will be created
+ random_pet.name[45] will be created
+ random_pet.name[46] will be created
+ random_pet.name[47] will be created
+ random_pet.name[48] will be created
+ random_pet.name[49] will be created
+ random_pet.name[50] will be created
+ random_pet.name[51] will be created
+ random_pet.name[52] will be created
+ random_pet.name[53] will be created
+ random_pet.name[54] will be created
+ random_pet.name[55] will be created
+ random_pet.name[56] will be created
+ random_pet.name[57] will be created
+ random_pet.name[58] will be created
+ random_pet.name[59] will be created
+ random_pet.name[60] will be created
+ random_pet.name[61] will be created
+ random_pet.name[62] will be created
+ random_pet.name[63] will be created
+ random_pet.name[64] will be created
+ random_pet.name[65] will be created
+ random_pet.name[66] will be created
+ random_pet.name[67] will be created
+ random_pet.name[68] will be created
+ random_pet.name[69] will be created
+ random_pet.name[70] will be created
+ random_pet.name[71] will be created
+ random_pet.name[72] will be created
+ random_pet.name[73] will be created
+ random_pet.name[74] will be created
+ random_pet.name[75] will be created
+ random_pet.name[76] will be created
+ random_pet.name[77] will be created
+ random_pet.name[78] will be created
+ random_pet.name[79] will be created
+ random_pet.name[80] will be created
+ random_pet.name[81] will be created
+ random_pet.name[82] will be created
+ random_pet.name[83] will be created
+ random_pet.name[84] will be created
+ random_pet.name[85] will be created
+ random_pet.name[86] will be created
+ random_pet.name[87] will be created
+ random_pet.name[88] will be created
+ random_pet.name[89] will be created
+ random_pet.name[90] will be created
+ random_pet.name[91] will be created
+ random_pet.name[92] will be created
+ random_pet.name[93] will be created
+ random_pet.name[94] will be created
+ random_pet.name[95] will be created
+ random_pet.name[96] will be created
+ random_pet.name[97] will be created
+ random_pet.name[98] will be created
+ random_pet.name[99] will be created
+ random_pet.name[100] will be created
+ random_pet.name[101] will be created
+ random_pet.name[102] will be created
+ random_pet.name[103] will be created
+ random_pet.name[104] will be created
+ random_pet.name[105] will be created
+ random_pet.name[106] will be created
+ random_pet.name[107] will be created
+ random_pet.name[108] will be created
+ random_pet.name[109] will be created
+ random_pet.name[110] will be created
+ random_pet.name[111] will be created
+ random_pet.name[112] will be created
+ random_pet.name[113] will be created
+ random_pet.name[114] will be created
+ random_pet.name[115] will be created
+ random_pet.name[116] will be created
+ random_pet.name[117] will be created
+ random_pet.name[118] will be created
+ random_pet.name[119] will be created
+ random_pet.name[120] will be created
+ random_pet.name[121] will be created
+ random_pet.name[122] will be created
+ random_pet.name[123] will be created
+ random_pet.name[124] will be created
+ random_pet.name[125] will be created
+ random_pet.name[126] will be created
+ random_pet.name[127] will be created
+ random_pet.name[128] will be created
+ random_pet.name[129] will be created
+ random_pet.name[130] will be created
+ random_pet.name[131] will be created
+ random_pet.name[132] will be created
+ random_pet.name[133] will be created
+ random_pet.name[134] will be created
+ random_pet.name[135] will be created
+ random_pet.name[136] will be created
+ random_pet.name[137] will be created
+ random_pet.name[138] will be created
+ random_pet.name[139] will be created
+ random_pet.name[140] will be created
+ random_pet.name[141] will be created
+ random_pet.name[142] will be created
+ random_pet.name[143] will be created
+ random_pet.name[144] will be created
+ random_pet.name[145] will be created
+ random_pet.name[146] will be created
+ random_pet.name[147] will be created
+ random_pet.name[148] will be created
+ random_pet.name[149] will be created
+ random_pet.name[150] will be created
+ random_pet.name[151] will be created
+ random_pet.name[152] will be created
+ random_pet.name[153] will be created
+ random_pet.name[154] will be created
+ random_pet.name[155] will be created
+ random_pet.name[156] will be created
+ random_pet.name[157] will be created
+ random_pet.name[158] will be created
+ random_pet.name[159] will be created
+ random_pet.name[160] will be created
+ random_pet.name[161] will be created
+ random_pet.name[162] will be created
+ random_pet.name[163] will be created
+ random_pet.name[164] will be created
+ random_pet.name[165] will be created
+ random_pet.name[166] will be created
+ random_pet.name[167] will be created
+ random_pet.name[168] will be created
+ random_pet.name[169] will be created
+ random_pet.name[170] will be created
+ random_pet.name[171] will be created
+ random_pet.name[172] will be created
+ random_pet.name[173] will be created
+ random_pet.name[174] will be created
+ random_pet.name[175] will be created
+ random_pet.name[176] will be created
+ random_pet.name[177] will be created
+ random_pet.name[178] will be created
+ random_pet.name[179] will be created
+ random_pet.name[180] will be created
+ random_pet.name[181] will be created
+ random_pet.name[182] will be created
+ random_pet.name[183] will be created
+ random_pet.name[184] will be created
+ random_pet.name[185] will be created
+ random_pet.name[186] will be created
+ random_pet.name[187] will be created
+ random_pet.name[188] will be created
+ random_pet.name[189] will be created
+ random_pet.name[190] will be created
+ random_pet.name[191] will be created
+ random_pet.name[192] will be created
+ random_pet.name[193] will be created
+ random_pet.name[194] will be created
+ random_pet.name[195] will be created
+ random_pet.name[196] will be created
+ random_pet.name[197] will be created
+ random_pet.name[198] will be created
+ random_pet.name[199] will be created
+ random_pet.name[200] will be created
+ random_pet.name[201] will be created
+ random_pet.name[202] will be created
+ random_pet.name[203] will be created
+ random_pet.name[204] will be created
+ random_pet.name[205] will be created
+ random_pet.name[206] will be created
+ random_pet.name[207] will be created
+ random_pet.name[208] will be created
+ random_pet.name[209] will be created
+ random_pet.name[210] will be created
+ random_pet.name[211] will be created
+ random_pet.name[212] will be created
+ random_pet.name[213] will be created
+ random_pet.name[214] will be created
+ random_pet.name[215] will be created
+ random_pet.name[216] will be created
+ random_pet.name[217] will be created
+ random_pet.name[218] will be created
+ random_pet.name[219] will be created
+ random_pet.name[220] will be created
+ random_pet.name[221] will be created
+ random_pet.name[222] will be created
+ random_pet.name[223] will be created
+ random_pet.name[224] will be created
+ random_pet.name[225] will be created
+ random_pet.name[226] will be created
+ random_pet.name[227] will be created
+ random_pet.name[228] will be created
+ random_pet.name[229] will be created
+ random_pet.name[230] will be created
+ random_pet.name[231] will be created
+ random_pet.name[232] will be created
+ random_pet.name[233] will be created
+ random_pet.name[234] will be created
+ random_pet.name[235] will be created
+ random_pet.name[236] will be created
+ random_pet.name[237] will be created
+ random_pet.name[238] will be created
+ random_pet.name[239] will be created
+ random_pet.name[240] will be created
+ random_pet.name[241] will be created
+ random_pet.name[242] will be created
+ random_pet.name[243] will be created
+ random_pet.name[244] will be created
+ random_pet.name[245] will be created
+ random_pet.name[246] will be created
+ random_pet.name[247] will be created
+ random_pet.name[248] will be created
+ random_pet.name[249] will be created
+ random_pet.name[250] will be created
+ random_pet.name[251] will be created
+ random_pet.name[252] will be created
+ random_pet.name[253] will be created
+ random_pet.name[254] will be created
+ random_pet.name[255] will be created
+ random_pet.name[256] will be created
+ random_pet.name[257] will be created
+ random_pet.name[258] will be created
+ random_pet.name[259] will be created
+ random_pet.name[260] will be created
+ random_pet.name[261] will be created
+ random_pet.name[262] will be created
+ random_pet.name[263] will be created
+ random_pet.name[264] will be created
+ random_pet.name[265] will be created
+ random_pet.name[266] will be created
+ random_pet.name[267] will be created
+ random_pet.name[268] will be created
+ random_pet.name[269] will be created
+ random_pet.name[270] will be created
+ random_pet.name[271] will be created
+ random_pet.name[272] will be created
+ random_pet.name[273] will be created
+ random_pet.name[274] will be created
+ random_pet.name[275] will be created
+ random_pet.name[276] will be created
+ random_pet.name[277] will be created
+ random_pet.name[278] will be created
+ random_pet.name[279] will be created
+ random_pet.name[280] will be created
+ random_pet.name[281] will be created
+ random_pet.name[282] will be created
+ random_pet.name[283] will be created
+ random_pet.name[284] will be created
+ random_pet.name[285] will be created
+ random_pet.name[286] will be created
+ random_pet.name[287] will be created
+ random_pet.name[288] will be created
+ random_pet.name[289] will be created
+ random_pet.name[290] will be created
+ random_pet.name[291] will be created
+ random_pet.name[292] will be created
+ random_pet.name[293] will be created
+ random_pet.name[294] will be created
+ random_pet.name[295] will be created
+ random_pet.name[296] will be created
+ random_pet.name[297] will be created
+ random_pet.name[298] will be created
+ random_pet.name[299] will be created
+ random_pet.name[300] will be created
+ random_pet.name[301] will be created
+ random_pet.name[302] will be created
+ random_pet.name[303] will be created
+ random_pet.name[304] will be created
+ random_pet.name[305] will be created
+ random_pet.name[306] will be created
+ random_pet.name[307] will be created
+ random_pet.name[308] will be created
+ random_pet.name[309] will be created
+ random_pet.name[310] will be created
+ random_pet.name[311] will be created
+ random_pet.name[312] will be created
+ random_pet.name[313] will be created
+ random_pet.name[314] will be created
+ random_pet.name[315] will be created
+ random_pet.name[316] will be created
+ random_pet.name[317] will be created
+ random_pet.name[318] will be created
+ random_pet.name[319] will be created
+ random_pet.name[320] will be created
+ random_pet.name[321] will be created
+ random_pet.name[322] will be created
+ random_pet.name[323] will be created
+ random_pet.name[324] will be created
+ random_pet.name[325] will be created
+ random_pet.name[326] will be created
+ random_pet.name[327] will be created
+ random_pet.name[328] will be created
+ random_pet.name[329] will be created
+ random_pet.name[330] will be created
+ random_pet.name[331] will be created
+ random_pet.name[332] will be created
+ random_pet.name[333] will be created
+ random_pet.name[334] will be created
+ random_pet.name[335] will be created
+ random_pet.name[336] will be created
+ random_pet.name[337] will be created
+ random_pet.name[338] will be created
+ random_pet.name[339] will be created
+ random_pet.name[340] will be created
+ random_pet.name[341] will be created
+ random_pet.name[342] will be created
+ random_pet.name[343] will be created
+ random_pet.name[344] will be created
+ random_pet.name[345] will be created
+ random_pet.name[346] will be created
+ random_pet.name[347] will be created
+ random_pet.name[348] will be created
+ random_pet.name[349] will be created
+ random_pet.name[350] will be created
+ random_pet.name[351] will be created
+ random_pet.name[352] will be created
+ random_pet.name[353] will be created
+ random_pet.name[354] will be created
+ random_pet.name[355] will be created
+ random_pet.name[356] will be created
+ random_pet.name[357] will be created
+ random_pet.name[358] will be created
+ random_pet.name[359] will be created
+ random_pet.name[360] will be created
+ random_pet.name[361] will be created
+ random_pet.name[362] will be created
+ random_pet.name[363] will be created
+ random_pet.name[364] will be created
+ random_pet.name[365] will be created
+ random_pet.name[366] will be created
+ random_pet.name[367] will be created
+ random_pet.name[368] will be created
+ random_pet.name[369] will be created
+ random_pet.name[370] will be created
+ random_pet.name[371] will be created
+ random_pet.name[372] will be created
+ random_pet.name[373] will be created
+ random_pet.name[374] will be created
+ random_pet.name[375] will be created
+ random_pet.name[376] will be created
+ random_pet.name[377] will be created
+ random_pet.name[378] will be created
+ random_pet.name[379] will be created
+ random_pet.name[380] will be created
+ random_pet.name[381] will be created
+ random_pet.name[382] will be created
+ random_pet.name[383] will be created
+ random_pet.name[384] will be created
+ random_pet.name[385] will be created
+ random_pet.name[386] will be created
+ random_pet.name[387] will be created
+ random_pet.name[388] will be created
+ random_pet.name[389] will be created
+ random_pet.name[390] will be created
+ random_pet.name[391] will be created
+ random_pet.name[392] will be created
+ random_pet.name[393] will be created
+ random_pet.name[394] will be created
+ random_pet.name[395] will be created
+ random_pet.name[396] will be created
+ random_pet.name[397] will be created
+ random_pet.name[398] will be created
+ random_pet.name[399] will be created
+ random_pet.name[400] will be created
+ random_pet.name[401] will be created
+ random_pet.name[402] will be created
+ random_pet.name[403] will be created
+ random_pet.name[404] will be created
+ random_pet.name[405] will be created
+ random_pet.name[406] will be created
+ random_pet.name[407] will be created
+ random_pet.name[408] will be created
+ random_pet.name[409] will be created
+ random_pet.name[410] will be created
+ random_pet.name[411] will be created
+ random_pet.name[412] will be created
+ random_pet.name[413] will be created
+ random_pet.name[414] will be created
+ random_pet.name[415] will be created
+ random_pet.name[416] will be created
+ random_pet.name[417] will be created
+ random_pet.name[418] will be created
+ random_pet.name[419] will be created
+ random_pet.name[420] will be created
+ random_pet.name[421] will be created
+ random_pet.name[422] will be created
+ random_pet.name[423] will be created
+ random_pet.name[424] will be created
+ random_pet.name[425] will be created
+ random_pet.name[426] will be created
+ random_pet.name[427] will be created
+ random_pet.name[428] will be created
+ random_pet.name[429] will be created
+ random_pet.name[430] will be created
+ random_pet.name[431] will be created
+ random_pet.name[432] will be created
+ random_pet.name[433] will be created
+ random_pet.name[434] will be created
+ random_pet.name[435] will be created
+ random_pet.name[436] will be created
+ random_pet.name[437] will be created
+ random_pet.name[438] will be created
+ random_pet.name[439] will be created
+ random_pet.name[440] will be created
+ random_pet.name[441] will be created
+ random_pet.name[442] will be created
+ random_pet.name[443] will be created
+ random_pet.name[444] will be created
+ random_pet.name[445] will be created
+ random_pet.name[446] will be created
+ random_pet.name[447] will be created
+ random_pet.name[448] will be created
+ random_pet.name[449] will be created
+ random_pet.name[450] will be created
+ random_pet.name[451] will be created
+ random_pet.name[452] will be created
+ random_pet.name[453] will be created
+ random_pet.name[454] will be created
+ random_pet.name[455] will be created
+ random_pet.name[456] will be created
+ random_pet.name[457] will be created
+ random_pet.name[458] will be created
+ random_pet.name[459] will be created
+ random_pet.name[460] will be created
+ random_pet.name[461] will be created
+ random_pet.name[462] will be created
+ random_pet.name[463] will be created
+ random_pet.name[464] will be created
+ random_pet.name[465] will be created
+ random_pet.name[466] will be created
+ random_pet.name[467] will be created
+ random_pet.name[468] will be created
+ random_pet.name[469] will be created
+ random_pet.name[470] will be created
+ random_pet.name[471] will be created
+ random_pet.name[472] will be created
+ random_pet.name[473] will be created
+ random_pet.name[474] will be created
+ random_pet.name[475] will be created
+ random_pet.name[476] will be created
+ random_pet.name[477] will be created
+ random_pet.name[478] will be created
+ random_pet.name[479] will be created
+ random_pet.name[480] will be created
+ random_pet.name[481] will be created
+ random_pet.name[482] will be created
+ random_pet.name[483] will be created
+ random_pet.name[484] will be created
+ random_pet.name[485] will be created
+ random_pet.name[486] will be created
+ random_pet.name[487] will be created
+ random_pet.name[488] will be created
+ random_pet.name[489] will be created
+ random_pet.name[490] will be created
+ random_pet.name[491] will be created
+ random_pet.name[492] will be created
+ random_pet.name[493] will be created
+ random_pet.name[494] will be created
+ random_pet.name[495] will be created
+ random_pet.name[496] will be created
+ random_pet.name[497] will be created
+ random_pet.name[498] will be created
+ random_pet.name[499] will be created
+ random_pet.name[500] will be created
+ random_pet.name[501] will be created
+ random_pet.name[502] will be created
+ random_pet.name[503] will be created
+ random_pet.name[504] will be created
+ random_pet.name[505] will be created
+ random_pet.name[506] will be created
+ random_pet.name[507] will be created
+ random_pet.name[508] will be created
+ random_pet.name[509] will be created
+ random_pet.name[510] will be created
+ random_pet.name[511] will be created
+ random_pet.name[512] will be created
+ random_pet.name[513] will be created
+ random_pet.name[514] will be created
+ random_pet.name[515] will be created
+ random_pet.name[516] will be created
+ random_pet.name[517] will be created
+ random_pet.name[518] will be created
+ random_pet.name[519] will be created
+ random_pet.name[520] will be created
+ random_pet.name[521] will be created
+ random_pet.name[522] will be created
+ random_pet.name[523] will be created
+ random_pet.name[524] will be created
+ random_pet.name[525] will be created
+ random_pet.name[526] will be created
+ random_pet.name[527] will be created
+ random_pet.name[528] will be created
+ random_pet.name[529] will be created
+ random_pet.name[530] will be created
+ random_pet.name[531] will be created
+ random_pet.name[532] will be created
+ random_pet.name[533] will be created
+ random_pet.name[534] will be created
+ random_pet.name[535] will be created
+ random_pet.name[536] will be created
+ random_pet.name[537] will be created
+ random_pet.name[538] will be created
+ random_pet.name[539] will be created
+ random_pet.name[540] will be created
+ random_pet.name[541] will be created
+ random_pet.name[542] will be created
+ random_pet.name[543] will be created
+ random_pet.name[544] will be created
+ random_pet.name[545] will be created
+ random_pet.name[546] will be created
+ random_pet.name[547] will be created
+ random_pet.name[548] will be created
+ random_pet.name[549] will be created
+ random_pet.name[550] will be created
+ random_pet.name[551] will be created
+ random_pet.name[552] will be created
+ random_pet.name[553] will be created
+ random_pet.name[554] will be created
+ random_pet.name[555] will be created
+ random_pet.name[556] will be created
+ random_pet.name[557] will be created
+ random_pet.name[558] will be created
+ random_pet.name[559] will be created
+ random_pet.name[560] will be created
+ random_pet.name[561] will be created
+ random_pet.name[562] will be created
+ random_pet.name[563] will be created
+ random_pet.name[564] will be created
+ random_pet.name[565] will be created
+ random_pet.name[566] will be created
+ random_pet.name[567] will be created
+ random_pet.name[568] will be created
+ random_pet.name[569] will be created
+ random_pet.name[570] will be created
+ random_pet.name[571] will be created
+ random_pet.name[572] will be created
+ random_pet.name[573] will be created
+ random_pet.name[574] will be created
+ random_pet.name[575] will be created
+ random_pet.name[576] will be created
+ random_pet.name[577] will be created
+ random_pet.name[578] will be created
+ random_pet.name[579] will be created
+ random_pet.name[580] will be created
+ random_pet.name[581] will be created
+ random_pet.name[582] will be created
+ random_pet.name[583] will be created
+ random_pet.name[584] will be created
+ random_pet.name[585] will be created
+ random_pet.name[586] will be created
+ random_pet.name[587] will be created
+ random_pet.name[588] will be created
+ random_pet.name[589] will be created
+ random_pet.name[590] will be created
+ random_pet.name[591] will be created
+ random_pet.name[592] will be created
+ random_pet.name[593] will be created
+ random_pet.name[594] will be created
+ random_pet.name[595] will be created
+ random_pet.name[596] will be created
+ random_pet.name[597] will be created
+ random_pet.name[598] will be created
+ random_pet.name[599] will be created
+ random_pet.name[600] will be created
+ random_pet.name[601] will be created
+ random_pet.name[602] will be created
+ random_pet.name[603] will be created
+ random_pet.name[604] will be created
+ random_pet.name[605] will be created
+ random_pet.name[606] will be created
+ random_pet.name[607] will be created
+ random_pet.name[608] will be created
+ random_pet.name[609] will be created
+ random_pet.name[610] will be created
+ random_pet.name[611] will be created
+ random_pet.name[612] will be created
+ random_pet.name[613] will be created
+ random_pet.name[614] will be created
+ random_pet.name[615] will be created
+ random_pet.name[616] will be created
+ random_pet.name[617] will be created
+ random
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-15T13:30:15Z (view log).
random_pet.name[9860]: Creating...
random_pet.name[1420]: Creating...
random_pet.name[6946]: Creating...
random_pet.name[1508]: Creating...
random_pet.name[1132]: Creating...
random_pet.name[6106]: Creating...
random_pet.name[9860]: Creation complete after 0s [id=genuine-moccasin]
random_pet.name[482]: Creating...
random_pet.name[6946]: Creation complete after 0s [id=obliging-shrimp]
random_pet.name[5032]: Creating...
random_pet.name[4425]: Creating...
random_pet.name[8658]: Creating...
random_pet.name[1420]: Creation complete after 0s [id=cute-joey]
random_pet.name[1508]: Creation complete after 0s [id=informed-aardvark]
random_pet.name[8658]: Creation complete after 0s [id=honest-frog]
random_pet.name[6106]: Creation complete after 0s [id=sacred-flounder]
random_pet.name[4425]: Creation complete after 0s [id=composed-mink]
random_pet.name[9238]: Creating...
random_pet.name[5032]: Creation complete after 0s [id=wired-mongrel]
random_pet.name[1132]: Creation complete after 0s [id=precise-peacock]
random_pet.name[482]: Creation complete after 0s [id=possible-longhorn]
random_pet.name[3731]: Creating...
random_pet.name[3191]: Creating...
random_pet.name[9238]: Creation complete after 0s [id=deciding-toucan]
random_pet.name[9779]: Creating...
random_pet.name[3731]: Creation complete after 0s [id=helping-lobster]
random_pet.name[9656]: Creating...
random_pet.name[5287]: Creating...
random_pet.name[231]: Creating...
random_pet.name[3191]: Creation complete after 0s [id=complete-mastiff]
random_pet.name[9779]: Creation complete after 0s [id=dynamic-locust]
random_pet.name[5004]: Creating...
random_pet.name[5287]: Creation complete after 0s [id=new-marmot]
random_pet.name[346]: Creating...
random_pet.name[9656]: Creation complete after 0s [id=tops-mammal]
random_pet.name[231]: Creation complete after 0s [id=secure-buzzard]
random_pet.name[1588]: Creating...
random_pet.name[877]: Creating...
random_pet.name[9845]: Creating...
random_pet.name[7397]: Creating...
random_pet.name[346]: Creation complete after 0s [id=fun-macaw]
random_pet.name[877]: Creation complete after 0s [id=evolving-mayfly]
random_pet.name[9443]: Creating...
random_pet.name[420]: Creating...
random_pet.name[5004]: Creation complete after 0s [id=polished-oriole]
random_pet.name[1588]: Creation complete after 0s [id=noted-ghost]
random_pet.name[9845]: Creation complete after 0s [id=decent-dodo]
random_pet.name[9443]: Creation complete after 0s [id=alert-terrier]
random_pet.name[7397]: Creation complete after 0s [id=popular-bonefish]
random_pet.name[6351]: Creating...
random_pet.name[6351]: Creation complete after 0s [id=golden-possum]
random_pet.name[4241]: Creating...
random_pet.name[522]: Creating...
random_pet.name[8208]: Creating...
random_pet.name[420]: Creation complete after 0s [id=bold-shiner]
random_pet.name[3253]: Creating...
random_pet.name[7357]: Creating...
random_pet.name[3635]: Creating...
random_pet.name[4241]: Creation complete after 0s [id=ace-spider]
random_pet.name[7357]: Creation complete after 0s [id=bursting-magpie]
random_pet.name[4012]: Creating...
random_pet.name[522]: Creation complete after 0s [id=feasible-koala]
random_pet.name[582]: Creating...
random_pet.name[3253]: Creation complete after 0s [id=select-foal]
random_pet.name[8208]: Creation complete after 0s [id=tolerant-lacewing]
random_pet.name[5124]: Creating...
random_pet.name[3635]: Creation complete after 0s [id=rational-tapir]
random_pet.name[5054]: Creating...
random_pet.name[4012]: Creation complete after 0s [id=innocent-grizzly]
random_pet.name[582]: Creation complete after 0s [id=innocent-mako]
random_pet.name[9775]: Creating...
random_pet.name[6350]: Creating...
random_pet.name[4960]: Creating...
random_pet.name[9775]: Creation complete after 0s [id=ultimate-marten]
random_pet.name[1709]: Creating...
random_pet.name[5054]: Creation complete after 0s [id=fancy-hagfish]
random_pet.name[5124]: Creation complete after 0s [id=nearby-caribou]
random_pet.name[5178]: Creating...
random_pet.name[6287]: Creating...
random_pet.name[6350]: Creation complete after 0s [id=sweet-mutt]
random_pet.name[9231]: Creating...
random_pet.name[1709]: Creation complete after 0s [id=new-doe]
random_pet.name[4960]: Creation complete after 0s [id=holy-salmon]
random_pet.name[5178]: Creation complete after 0s [id=lucky-moray]
random_pet.name[6287]: Creation complete after 0s [id=sacred-man]
random_pet.name[9231]: Creation complete after 0s [id=blessed-unicorn]
random_pet.name[691]: Creating...
random_pet.name[6998]: Creating...
random_pet.name[5169]: Creating...
random_pet.name[6998]: Creation complete after 0s [id=native-fish]
random_pet.name[5643]: Creating...
random_pet.name[5169]: Creation complete after 0s [id=free-grouper]
random_pet.name[8207]: Creating...
random_pet.name[691]: Creation complete after 0s [id=destined-alpaca]
random_pet.name[9335]: Creating...
random_pet.name[7770]: Creating...
random_pet.name[5643]: Creation complete after 0s [id=present-camel]
random_pet.name[6735]: Creating...
random_pet.name[8150]: Creating...
random_pet.name[9335]: Creation complete after 0s [id=heroic-chipmunk]
random_pet.name[9408]: Creating...
random_pet.name[8207]: Creation complete after 0s [id=bold-racer]
random_pet.name[7770]: Creation complete after 0s [id=special-condor]
random_pet.name[1384]: Creating...
random_pet.name[2339]: Creating...
random_pet.name[7585]: Creating...
random_pet.name[1384]: Creation complete after 0s [id=credible-werewolf]
random_pet.name[2339]: Creation complete after 0s [id=upright-hamster]
random_pet.name[8150]: Creation complete after 0s [id=new-cub]
random_pet.name[3715]: Creating...
random_pet.name[7675]: Creating...
random_pet.name[6735]: Creation complete after 0s [id=ultimate-barnacle]
random_pet.name[2727]: Creating...
random_pet.name[9408]: Creation complete after 0s [id=unbiased-lionfish]
random_pet.name[7585]: Creation complete after 0s [id=measured-phoenix]
random_pet.name[583]: Creating...
random_pet.name[7675]: Creation complete after 0s [id=relieved-pig]
random_pet.name[3715]: Creation complete after 0s [id=sacred-muskrat]
random_pet.name[808]: Creating...
random_pet.name[583]: Creation complete after 0s [id=holy-eel]
random_pet.name[2727]: Creation complete after 0s [id=daring-porpoise]
random_pet.name[3052]: Creating...
random_pet.name[568]: Creating...
random_pet.name[3366]: Creating...
random_pet.name[1041]: Creating...
random_pet.name[3607]: Creating...
random_pet.name[568]: Creation complete after 0s [id=main-buffalo]
random_pet.name[4074]: Creating...
random_pet.name[3052]: Creation complete after 0s [id=real-ewe]
random_pet.name[123]: Creating...
random_pet.name[808]: Creation complete after 0s [id=intent-orca]
random_pet.name[3366]: Creation complete after 0s [id=apt-shepherd]
random_pet.name[1041]: Creation complete after 0s [id=advanced-duckling]
random_pet.name[3607]: Creation complete after 0s [id=glad-hound]
random_pet.name[4382]: Creating...
random_pet.name[8573]: Creating...
random_pet.name[4074]: Creation complete after 0s [id=top-fish]
random_pet.name[123]: Creation complete after 0s [id=willing-hornet]
random_pet.name[2820]: Creating...
random_pet.name[8573]: Creation complete after 0s [id=causal-basilisk]
random_pet.name[1629]: Creating...
random_pet.name[8061]: Creating...
random_pet.name[1629]: Creation complete after 0s [id=good-eagle]
random_pet.name[4382]: Creation complete after 0s [id=faithful-bonefish]
random_pet.name[6764]: Creating...
random_pet.name[5961]: Creating...
random_pet.name[2820]: Creation complete after 0s [id=easy-weasel]
random_pet.name[8061]: Creation complete after 0s [id=stable-werewolf]
random_pet.name[7755]: Creating...
random_pet.name[6627]: Creating...
random_pet.name[6764]: Creation complete after 0s [id=nearby-fox]
random_pet.name[7755]: Creation complete after 0s [id=endless-hedgehog]
random_pet.name[6627]: Creation complete after 0s [id=glad-cod]
random_pet.name[9089]: Creating...
random_pet.name[9816]: Creating...
random_pet.name[5664]: Creating...
random_pet.name[4597]: Creating...
random_pet.name[3263]: Creating...
random_pet.name[5961]: Creation complete after 0s [id=lenient-dodo]
random_pet.name[3048]: Creating...
random_pet.name[9312]: Creating...
random_pet.name[1128]: Creating...
random_pet.name[4597]: Creation complete after 0s [id=logical-scorpion]
random_pet.name[9816]: Creation complete after 0s [id=fitting-sponge]
random_pet.name[9073]: Creating...
random_pet.name[5664]: Creation complete after 0s [id=immense-phoenix]
random_pet.name[3263]: Creation complete after 0s [id=boss-crawdad]
random_pet.name[9089]: Creation complete after 0s [id=immense-egret]
random_pet.name[1128]: Creation complete after 0s [id=direct-sunbird]
random_pet.name[6508]: Creating...
random_pet.name[9073]: Creation complete after 0s [id=pleased-walleye]
random_pet.name[3048]: Creation complete after 0s [id=guided-thrush]
random_pet.name[9312]: Creation complete after 0s [id=many-kangaroo]
random_pet.name[6508]: Creation complete after 0s [id=renewed-seahorse]
random_pet.name[5792]: Creating...
random_pet.name[4385]: Creating...
random_pet.name[2340]: Creating...
random_pet.name[2278]: Creating...
random_pet.name[9970]: Creating...
random_pet.name[3025]: Creating...
random_pet.name[5792]: Creation complete after 0s [id=direct-catfish]
random_pet.name[9659]: Creating...
random_pet.name[4385]: Creation complete after 0s [id=modest-dolphin]
random_pet.name[6276]: Creating...
random_pet.name[9659]: Creation complete after 0s [id=alive-escargot]
random_pet.name[4682]: Creating...
random_pet.name[8548]: Creating...
random_pet.name[6276]: Creation complete after 0s [id=wired-tahr]
random_pet.name[2340]: Creation complete after 0s [id=united-labrador]
random_pet.name[7231]: Creating...
random_pet.name[2310]: Creating...
random_pet.name[5157]: Creating...
random_pet.name[3025]: Creation complete after 0s [id=merry-stag]
random_pet.name[4682]: Creation complete after 0s [id=clean-mink]
random_pet.name[9970]: Creation complete after 0s [id=tops-goshawk]
random_pet.name[2278]: Creation complete after 0s [id=careful-vulture]
random_pet.name[8548]: Creation complete after 0s [id=cute-kitten]
random_pet.name[3049]: Creating...
random_pet.name[7231]: Creation complete after 0s [id=decent-doe]
random_pet.name[5157]: Creation complete after 0s [id=eminent-dingo]
random_pet.name[2310]: Creation complete after 0s [id=thankful-seal]
random_pet.name[5195]: Creating...
random_pet.name[3049]: Creation complete after 0s [id=sure-cowbird]
random_pet.name[3732]: Creating...
random_pet.name[1456]: Creating...
random_pet.name[7797]: Creating...
random_pet.name[1751]: Creating...
random_pet.name[5894]: Creating...
random_pet.name[1456]: Creation complete after 0s [id=flexible-grouse]
random_pet.name[3732]: Creation complete after 0s [id=holy-dassie]
random_pet.name[5195]: Creation complete after 0s [id=mature-hornet]
random_pet.name[7797]: Creation complete after 0s [id=pet-tadpole]
random_pet.name[1185]: Creating...
random_pet.name[3549]: Creating...
random_pet.name[7264]: Creating...
random_pet.name[9386]: Creating...
random_pet.name[3549]: Creation complete after 0s [id=sweet-hedgehog]
random_pet.name[1751]: Creation complete after 0s [id=enhanced-terrapin]
random_pet.name[5894]: Creation complete after 0s [id=mighty-elf]
random_pet.name[1185]: Creation complete after 0s [id=handy-dove]
random_pet.name[1546]: Creating...
random_pet.name[289]: Creating...
random_pet.name[5965]: Creating...
random_pet.name[9386]: Creation complete after 0s [id=equipped-fly]
random_pet.name[7264]: Creation complete after 0s [id=ready-grub]
random_pet.name[8863]: Creating...
random_pet.name[9434]: Creating...
random_pet.name[1546]: Creation complete after 0s [id=dynamic-beagle]
random_pet.name[289]: Creation complete after 0s [id=ethical-alpaca]
random_pet.name[1799]: Creating...
random_pet.name[5965]: Creation complete after 0s [id=powerful-haddock]
random_pet.name[4650]: Creating...
random_pet.name[8863]: Creation complete after 0s [id=normal-bluegill]
random_pet.name[6883]: Creating...
random_pet.name[1799]: Creation complete after 0s [id=cheerful-hog]
random_pet.name[2784]: Creating...
random_pet.name[5113]: Creating...
random_pet.name[6883]: Creation complete after 0s [id=together-grouper]
random_pet.name[9434]: Creation complete after 0s [id=guided-cardinal]
random_pet.name[4650]: Creation complete after 0s [id=included-condor]
random_pet.name[3735]: Creating...
random_pet.name[634]: Creating...
random_pet.name[2784]: Creation complete after 0s [id=cheerful-katydid]
random_pet.name[3260]: Creating...
random_pet.name[5113]: Creation complete after 0s [id=settling-mutt]
random_pet.name[634]: Creation complete after 0s [id=inspired-lab]
random_pet.name[9929]: Creating...
random_pet.name[3735]: Creation complete after 0s [id=powerful-lobster]
random_pet.name[9929]: Creation complete after 0s [id=present-bass]
random_pet.name[3742]: Creating...
random_pet.name[9021]: Creating...
random_pet.name[7443]: Creating...
random_pet.name[3260]: Creation complete after 0s [id=sound-longhorn]
random_pet.name[5385]: Creating...
random_pet.name[6365]: Creating...
random_pet.name[1986]: Creating...
random_pet.name[9021]: Creation complete after 0s [id=grown-dove]
random_pet.name[6381]: Creating...
random_pet.name[5385]: Creation complete after 0s [id=splendid-lemming]
random_pet.name[3742]: Creation complete after 0s [id=growing-racer]
random_pet.name[7860]: Creating...
random_pet.name[7443]: Creation complete after 0s [id=clean-pangolin]
random_pet.name[6381]: Creation complete after 0s [id=composed-boa]
random_pet.name[4112]: Creating...
random_pet.name[1986]: Creation complete after 0s [id=guiding-frog]
random_pet.name[7860]: Creation complete after 0s [id=eager-hedgehog]
random_pet.name[4352]: Creating...
random_pet.name[6365]: Creation complete after 0s [id=open-primate]
random_pet.name[4202]: Creating...
random_pet.name[4112]: Creation complete after 0s [id=eager-antelope]
random_pet.name[2233]: Creating...
random_pet.name[9879]: Creating...
random_pet.name[386]: Creating...
random_pet.name[4352]: Creation complete after 0s [id=super-beetle]
random_pet.name[2233]: Creation complete after 0s [id=glorious-polecat]
random_pet.name[4824]: Creating...
random_pet.name[4202]: Creation complete after 0s [id=tender-mouse]
random_pet.name[5191]: Creating...
random_pet.name[386]: Creation complete after 0s [id=enough-dolphin]
random_pet.name[8572]: Creating...
random_pet.name[4743]: Creating...
random_pet.name[7263]: Creating...
random_pet.name[9879]: Creation complete after 0s [id=topical-dodo]
random_pet.name[2893]: Creating...
random_pet.name[581]: Creating...
random_pet.name[4824]: Creation complete after 0s [id=maximum-lemur]
random_pet.name[4743]: Creation complete after 0s [id=clear-polliwog]
random_pet.name[5191]: Creation complete after 0s [id=adapted-macaw]
random_pet.name[7263]: Creation complete after 0s [id=rational-stag]
random_pet.name[8572]: Creation complete after 0s [id=national-fox]
random_pet.name[2893]: Creation complete after 0s [id=smooth-stingray]
random_pet.name[581]: Creation complete after 0s [id=singular-osprey]
random_pet.name[870]: Creating...
random_pet.name[6052]: Creating...
random_pet.name[9679]: Creating...
random_pet.name[870]: Creation complete after 0s [id=guiding-grouse]
random_pet.name[7151]: Creating...
random_pet.name[2783]: Creating...
random_pet.name[18]: Creating...
random_pet.name[9679]: Creation complete after 0s [id=integral-moth]
random_pet.name[935]: Creating...
random_pet.name[8417]: Creating...
random_pet.name[6052]: Creation complete after 0s [id=fleet-caribou]
random_pet.name[9273]: Creating...
random_pet.name[8296]: Creating...
random_pet.name[7151]: Creation complete after 0s [id=nearby-spaniel]
random_pet.name[2783]: Creation complete after 0s [id=causal-cardinal]
random_pet.name[18]: Creation complete after 0s [id=supreme-bengal]
random_pet.name[3517]: Creating...
random_pet.name[8417]: Creation complete after 0s [id=growing-starfish]
random_pet.name[8296]: Creation complete after 0s [id=assured-boxer]
random_pet.name[9273]: Creation complete after 0s [id=amazing-sunbeam]
random_pet.name[8811]: Creating...
random_pet.name[935]: Creation complete after 0s [id=firm-eel]
random_pet.name[8056]: Creating...
random_pet.name[5620]: Creating...
random_pet.name[3517]: Creation complete after 0s [id=eager-troll]
random_pet.name[6096]: Creating...
random_pet.name[8056]: Creation complete after 0s [id=whole-chow]
random_pet.name[8811]: Creation complete after 0s [id=thorough-goshawk]
random_pet.name[6096]: Creation complete after 0s [id=superb-gar]
random_pet.name[2484]: Creating...
random_pet.name[5620]: Creation complete after 0s [id=desired-sailfish]
random_pet.name[9565]: Creating...
random_pet.name[4366]: Creating...
random_pet.name[9565]: Creation complete after 0s [id=renewed-kodiak]
random_pet.name[2484]: Creation complete after 0s [id=warm-chigger]
random_pet.name[893]: Creating...
random_pet.name[5956]: Creating...
random_pet.name[3904]: Creating...
random_pet.name[5790]: Creating...
random_pet.name[7439]: Creating...
random_pet.name[4366]: Creation complete after 0s [id=open-swan]
random_pet.name[5956]: Creation complete after 0s [id=moved-emu]
random_pet.name[893]: Creation complete after 0s [id=striking-stallion]
random_pet.name[3685]: Creating...
random_pet.name[7439]: Creation complete after 0s [id=curious-dogfish]
random_pet.name[4354]: Creating...
random_pet.name[5790]: Creation complete after 0s [id=light-osprey]
random_pet.name[2402]: Creating...
random_pet.name[4014]: Creating...
random_pet.name[3685]: Creation complete after 0s [id=precise-starfish]
random_pet.name[4707]: Creating...
random_pet.name[9294]: Creating...
random_pet.name[7644]: Creating...
random_pet.name[4354]: Creation complete after 0s [id=related-herring]
random_pet.name[4707]: Creation complete after 0s [id=rapid-pig]
random_pet.name[73]: Creating...
random_pet.name[3904]: Creation complete after 0s [id=major-loon]
random_pet.name[7644]: Creation complete after 0s [id=first-gull]
random_pet.name[7488]: Creating...
random_pet.name[7467]: Creating...
random_pet.name[2402]: Creation complete after 0s [id=skilled-fly]
random_pet.name[9294]: Creation complete after 0s [id=charmed-mantis]
random_pet.name[4297]: Creating...
random_pet.name[4014]: Creation complete after 0s [id=master-filly]
random_pet.name[1200]: Creating...
random_pet.name[73]: Creation complete after 0s [id=regular-reptile]
random_pet.name[7488]: Creation complete after 0s [id=accepted-eel]
random_pet.name[7467]: Creation complete after 0s [id=just-toad]
random_pet.name[4297]: Creation complete after 0s [id=artistic-bobcat]
random_pet.name[7104]: Creating...
random_pet.name[1200]: Creation complete after 0s [id=casual-werewolf]
random_pet.name[4470]: Creating...
random_pet.name[3122]: Creating...
random_pet.name[4470]: Creation complete after 0s [id=evolved-turtle]
random_pet.name[2923]: Creating...
random_pet.name[7104]: Creation complete after 0s [id=light-malamute]
random_pet.name[2012]: Creating...
random_pet.name[3122]: Creation complete after 0s [id=possible-orca]
random_pet.name[9926]: Creating...
random_pet.name[9926]: Creation complete after 0s [id=good-raven]
random_pet.name[4109]: Creating...
random_pet.name[3929]: Creating...
random_pet.name[2012]: Creation complete after 0s [id=touched-caribou]
random_pet.name[2923]: Creation complete after 0s [id=verified-bull]
random_pet.name[6993]: Creating...
random_pet.name[3536]: Creating...
random_pet.name[215]: Creating...
random_pet.name[3722]: Creating...
random_pet.name[9119]: Creating...
random_pet.name[4109]: Creation complete after 0s [id=sharing-cockatoo]
random_pet.name[215]: Creation complete after 0s [id=thorough-buzzard]
random_pet.name[9119]: Creation complete after 0s [id=deep-newt]
random_pet.name[6993]: Creation complete after 0s [id=modern-ewe]
random_pet.name[3722]: Creation complete after 0s [id=refined-camel]
random_pet.name[5450]: Creating...
random_pet.name[6763]: Creating...
random_pet.name[3929]: Creation complete after 0s [id=game-quagga]
random_pet.name[5928]: Creating...
random_pet.name[3536]: Creation complete after 0s [id=simple-foxhound]
random_pet.name[6763]: Creation complete after 0s [id=beloved-fly]
random_pet.name[5928]: Creation complete after 0s [id=hip-sunbird]
random_pet.name[5450]: Creation complete after 0s [id=mutual-koala]
random_pet.name[9919]: Creating...
random_pet.name[9708]: Creating...
random_pet.name[768]: Creating...
random_pet.name[1020]: Creating...
random_pet.name[425]: Creating...
random_pet.name[1210]: Creating...
random_pet.name[7276]: Creating...
random_pet.name[9708]: Creation complete after 0s [id=hip-goldfish]
random_pet.name[7367]: Creating...
random_pet.name[9919]: Creation complete after 0s [id=climbing-sawfish]
random_pet.name[768]: Creation complete after 0s [id=vast-poodle]
random_pet.name[425]: Creation complete after 0s [id=guided-raven]
random_pet.name[7276]: Creation complete after 0s [id=ruling-calf]
random_pet.name[8301]: Creating...
random_pet.name[8464]: Creating...
random_pet.name[1210]: Creation complete after 0s [id=flexible-earwig]
random_pet.name[9537]: Creating...
random_pet.name[1020]: Creation complete after 0s [id=healthy-marmoset]
random_pet.name[7367]: Creation complete after 0s [id=awake-man]
random_pet.name[8301]: Creation complete after 0s [id=evolving-anteater]
random_pet.name[7851]: Creating...
random_pet.name[8464]: Creation complete after 0s [id=up-spaniel]
random_pet.name[2863]: Creating...
random_pet.name[9537]: Creation complete after 0s [id=lenient-caribou]
random_pet.name[5726]: Creating...
random_pet.name[7851]: Creation complete after 0s [id=oriented-oryx]
random_pet.name[2583]: Creating...
random_pet.name[2863]: Creation complete after 0s [id=major-dove]
random_pet.name[1634]: Creating...
random_pet.name[1961]: Creating...
random_pet.name[1463]: Creating...
random_pet.name[1634]: Creation complete after 0s [id=vocal-squirrel]
random_pet.name[8928]: Creating...
random_pet.name[5726]: Creation complete after 0s [id=subtle-toucan]
random_pet.name[1961]: Creation complete after 0s [id=fond-stag]
random_pet.name[2583]: Creation complete after 0s [id=concrete-wasp]
random_pet.name[9448]: Creating...
random_pet.name[1463]: Creation complete after 0s [id=summary-basilisk]
random_pet.name[8928]: Creation complete after 0s [id=talented-muskox]
random_pet.name[1953]: Creating...
random_pet.name[489]: Creating...
random_pet.name[1953]: Creation complete after 0s [id=tidy-glider]
random_pet.name[2048]: Creating...
random_pet.name[1169]: Creating...
random_pet.name[9448]: Creation complete after 0s [id=working-wombat]
random_pet.name[3394]: Creating...
random_pet.name[4548]: Creating...
random_pet.name[3394]: Creation complete after 0s [id=expert-asp]
random_pet.name[7674]: Creating...
random_pet.name[2048]: Creation complete after 0s [id=enough-vervet]
random_pet.name[7674]: Creation complete after 0s [id=obliging-rodent]
random_pet.name[1169]: Creation complete after 0s [id=sacred-poodle]
random_pet.name[3841]: Creating...
random_pet.name[8780]: Creating...
random_pet.name[1962]: Creating...
random_pet.name[1563]: Creating...
random_pet.name[489]: Creation complete after 0s [id=game-bluejay]
random_pet.name[4548]: Creation complete after 0s [id=cool-weevil]
random_pet.name[3841]: Creation complete after 0s [id=safe-pegasus]
random_pet.name[1962]: Creation complete after 0s [id=fitting-bison]
random_pet.name[8758]: Creating...
random_pet.name[6026]: Creating...
random_pet.name[1563]: Creation complete after 0s [id=meet-civet]
random_pet.name[3934]: Creating...
random_pet.name[8758]: Creation complete after 0s [id=adapted-crab]
random_pet.name[6026]: Creation complete after 0s [id=touched-yak]
random_pet.name[8780]: Creation complete after 0s [id=pleasing-grub]
random_pet.name[8321]: Creating...
random_pet.name[8]: Creating...
random_pet.name[6208]: Creating...
random_pet.name[3934]: Creation complete after 0s [id=inspired-sparrow]
random_pet.name[6019]: Creating...
random_pet.name[8321]: Creation complete after 0s [id=sterling-pangolin]
random_pet.name[8]: Creation complete after 0s [id=advanced-chicken]
random_pet.name[6019]: Creation complete after 0s [id=clean-bee]
random_pet.name[4918]: Creating...
random_pet.name[4884]: Creating...
random_pet.name[6208]: Creation complete after 0s [id=set-orca]
random_pet.name[3112]: Creating...
random_pet.name[475]: Creating...
random_pet.name[1739]: Creating...
random_pet.name[3112]: Creation complete after 0s [id=concise-skylark]
random_pet.name[475]: Creation complete after 0s [id=generous-panda]
random_pet.name[410]: Creating...
random_pet.name[2810]: Creating...
random_pet.name[1739]: Creation complete after 0s [id=expert-stud]
random_pet.name[4918]: Creation complete after 0s [id=patient-goat]
random_pet.name[7679]: Creating...
random_pet.name[5580]: Creating...
random_pet.name[4884]: Creation complete after 0s [id=still-anchovy]
random_pet.name[2810]: Creation complete after 0s [id=welcome-flea]
random_pet.name[7682]: Creating...
random_pet.name[5580]: Creation complete after 0s [id=classic-panther]
random_pet.name[410]: Creation complete after 0s [id=verified-wren]
random_pet.name[4992]: Creating...
random_pet.name[4780]: Creating...
random_pet.name[7679]: Creation complete after 0s [id=in-eagle]
random_pet.name[6188]: Creating...
random_pet.name[4780]: Creation complete after 0s [id=certain-teal]
random_pet.name[7682]: Creation complete after 0s [id=immortal-redbird]
random_pet.name[4992]: Creation complete after 0s [id=tidy-pheasant]
random_pet.name[8716]: Creating...
random_pet.name[4413]: Creating...
random_pet.name[1082]: Creating...
random_pet.name[7911]: Creating...
random_pet.name[4046]: Creating...
random_pet.name[4765]: Creating...
random_pet.name[6188]: Creation complete after 0s [id=crack-pigeon]
random_pet.name[2640]: Creating...
random_pet.name[4046]: Creation complete after 0s [id=fluent-shad]
random_pet.name[7911]: Creation complete after 0s [id=upright-polecat]
random_pet.name[4648]: Creating...
random_pet.name[4765]: Creation complete after 0s [id=funny-ape]
random_pet.name[8769]: Creating...
random_pet.name[8716]: Creation complete after 0s [id=informed-mongoose]
random_pet.name[7316]: Creating...
random_pet.name[1082]: Creation complete after 0s [id=credible-goose]
random_pet.name[4413]: Creation complete after 0s [id=bright-ghost]
random_pet.name[2640]: Creation complete after 0s [id=good-mako]
random_pet.name[4648]: Creation complete after 0s [id=immortal-beetle]
random_pet.name[7316]: Creation complete after 0s [id=becoming-catfish]
random_pet.name[8769]: Creation complete after 0s [id=relaxed-burro]
random_pet.name[2581]: Creating...
random_pet.name[6073]: Creating...
random_pet.name[6073]: Creation complete after 0s [id=learning-glider]
random_pet.name[4700]: Creating...
random_pet.name[9334]: Creating...
random_pet.name[108]: Creating...
random_pet.name[5430]: Creating...
random_pet.name[108]: Creation complete after 0s [id=wanted-koala]
random_pet.name[4700]: Creation complete after 0s [id=exotic-humpback]
random_pet.name[2581]: Creation complete after 0s [id=fresh-basilisk]
random_pet.name[9334]: Creation complete after 0s [id=whole-jackal]
random_pet.name[6638]: Creating...
random_pet.name[6794]: Creating...
random_pet.name[5430]: Creation complete after 0s [id=solid-baboon]
random_pet.name[1341]: Creating...
random_pet.name[7461]: Creating...
random_pet.name[6794]: Creation complete after 0s [id=master-lemur]
random_pet.name[81]: Creating...
random_pet.name[6638]: Creation complete after 0s [id=crucial-garfish]
random_pet.name[5504]: Creating...
random_pet.name[1341]: Creation complete after 0s [id=meet-mosquito]
random_pet.name[8374]: Creating...
random_pet.name[7461]: Creation complete after 0s [id=casual-bunny]
random_pet.name[81]: Creation complete after 0s [id=actual-stud]
random_pet.name[8946]: Creating...
random_pet.name[9194]: Creating...
random_pet.name[5504]: Creation complete after 0s [id=intense-bonefish]
random_pet.name[7343]: Creating...
random_pet.name[8374]: Creation complete after 0s [id=intense-phoenix]
random_pet.name[1741]: Creating...
random_pet.name[8946]: Creation complete after 0s [id=square-gibbon]
random_pet.name[8860]: Creating...
random_pet.name[7343]: Creation complete after 0s [id=epic-foxhound]
random_pet.name[1375]: Creating...
random_pet.name[4528]: Creating...
random_pet.name[9194]: Creation complete after 0s [id=communal-tortoise]
random_pet.name[4822]: Creating...
random_pet.name[1741]: Creation complete after 0s [id=loving-moccasin]
random_pet.name[8860]: Creation complete after 0s [id=engaged-sunbird]
random_pet.name[1375]: Creation complete after 0s [id=concise-mongoose]
random_pet.name[9979]: Creating...
random_pet.name[4822]: Creation complete after 0s [id=crucial-lamb]
random_pet.name[6174]: Creating...
random_pet.name[6580]: Creating...
random_pet.name[2648]: Creating...
random_pet.name[4528]: Creation complete after 0s [id=ruling-cat]
random_pet.name[5070]: Creating...
random_pet.name[9979]: Creation complete after 0s [id=bold-haddock]
random_pet.name[2986]: Creating...
random_pet.name[2986]: Creation complete after 0s [id=current-tarpon]
random_pet.name[4591]: Creating...
random_pet.name[6174]: Creation complete after 0s [id=wise-stork]
random_pet.name[4094]: Creating...
random_pet.name[2648]: Creation complete after 0s [id=humane-mouse]
random_pet.name[5070]: Creation complete after 0s [id=innocent-ferret]
random_pet.name[8784]: Creating...
random_pet.name[4094]: Creation complete after 0s [id=notable-locust]
random_pet.name[8528]: Creating...
random_pet.name[8784]: Creation complete after 0s [id=fun-drake]
random_pet.name[3673]: Creating...
random_pet.name[6580]: Creation complete after 0s [id=patient-finch]
random_pet.name[3673]: Creation complete after 0s [id=growing-viper]
random_pet.name[8528]: Creation complete after 0s [id=vital-sawfly]
random_pet.name[3711]: Creating...
random_pet.name[3780]: Creating...
random_pet.name[9939]: Creating...
random_pet.name[1860]: Creating...
random_pet.name[4591]: Creation complete after 0s [id=stirring-gull]
random_pet.name[6323]: Creating...
random_pet.name[313]: Creating...
random_pet.name[5188]: Creating...
random_pet.name[3780]: Creation complete after 0s [id=ultimate-foxhound]
random_pet.name[4051]: Creating...
random_pet.name[9939]: Creation complete after 0s [id=nearby-duckling]
random_pet.name[1431]: Creating...
random_pet.name[313]: Creation complete after 0s [id=huge-yak]
random_pet.name[3711]: Creation complete after 0s [id=definite-stinkbug]
random_pet.name[1116]: Creating...
random_pet.name[4051]: Creation complete after 0s [id=adjusted-ram]
random_pet.name[6323]: Creation complete after 0s [id=absolute-leopard]
random_pet.name[8732]: Creating...
random_pet.name[1116]: Creation complete after 0s [id=perfect-goat]
random_pet.name[8175]: Creating...
random_pet.name[1860]: Creation complete after 0s [id=new-prawn]
random_pet.name[5188]: Creation complete after 0s [id=stirred-starfish]
random_pet.name[8732]: Creation complete after 0s [id=sound-tapir]
random_pet.name[1431]: Creation complete after 0s [id=loyal-tarpon]
random_pet.name[1361]: Creating...
random_pet.name[4835]: Creating...
random_pet.name[8175]: Creation complete after 0s [id=relative-weasel]
random_pet.name[8968]: Creating...
random_pet.name[8968]: Creation complete after 0s [id=welcomed-muskrat]
random_pet.name[7100]: Creating...
random_pet.name[2118]: Creating...
random_pet.name[4835]: Creation complete after 0s [id=full-raccoon]
random_pet.name[1361]: Creation complete after 0s [id=finer-stork]
random_pet.name[2118]: Creation complete after 0s [id=equipped-duck]
random_pet.name[7100]: Creation complete after 0s [id=pleasing-burro]
random_pet.name[2847]: Creating...
random_pet.name[1970]: Creating...
random_pet.name[8362]: Creating...
random_pet.name[3363]: Creating...
random_pet.name[6290]: Creating...
random_pet.name[8362]: Creation complete after 0s [id=learning-stingray]
random_pet.name[3199]: Creating...
random_pet.name[1970]: Creation complete after 0s [id=growing-gazelle]
random_pet.name[575]: Creating...
random_pet.name[2993]: Creating...
random_pet.name[8882]: Creating...
random_pet.name[2698]: Creating...
random_pet.name[2847]: Creation complete after 0s [id=cheerful-fly]
random_pet.name[3363]: Creation complete after 0s [id=free-burro]
random_pet.name[6290]: Creation complete after 0s [id=innocent-caribou]
random_pet.name[8882]: Creation complete after 0s [id=quiet-mite]
random_pet.name[2698]: Creation complete after 0s [id=shining-parakeet]
random_pet.name[3199]: Creation complete after 0s [id=balanced-caiman]
random_pet.name[4356]: Creating...
random_pet.name[6326]: Creating...
random_pet.name[2936]: Creating...
random_pet.name[575]: Creation complete after 0s [id=devoted-narwhal]
random_pet.name[2993]: Creation complete after 0s [id=eternal-mastiff]
random_pet.name[3080]: Creating...
random_pet.name[5730]: Creating...
random_pet.name[4356]: Creation complete after 0s [id=champion-badger]
random_pet.name[6326]: Creation complete after 0s [id=saved-lamprey]
random_pet.name[3268]: Creating...
random_pet.name[153]: Creating...
random_pet.name[2936]: Creation complete after 0s [id=polished-treefrog]
random_pet.name[3783]: Creating...
random_pet.name[3080]: Creation complete after 0s [id=epic-frog]
random_pet.name[5730]: Creation complete after 0s [id=prime-amoeba]
random_pet.name[7939]: Creating...
random_pet.name[153]: Creation complete after 0s [id=charming-albacore]
random_pet.name[7764]: Creating...
random_pet.name[3783]: Creation complete after 0s [id=renewing-dolphin]
random_pet.name[3268]: Creation complete after 0s [id=vital-sawfish]
random_pet.name[9772]: Creating...
random_pet.name[6583]: Creating...
random_pet.name[7764]: Creation complete after 0s [id=tidy-ladybird]
random_pet.name[1218]: Creating...
random_pet.name[3964]: Creating...
random_pet.name[6583]: Creation complete after 0s [id=powerful-serval]
random_pet.name[368]: Creating...
random_pet.name[7939]: Creation complete after 0s [id=eminent-albacore]
random_pet.name[7586]: Creating...
random_pet.name[3964]: Creation complete after 0s [id=engaging-reptile]
random_pet.name[4740]: Creating...
random_pet.name[3499]: Creating...
random_pet.name[9772]: Creation complete after 0s [id=flexible-egret]
random_pet.name[7586]: Creation complete after 0s [id=grown-hound]
random_pet.name[1218]: Creation complete after 0s [id=concise-sawfly]
random_pet.name[6728]: Creating...
random_pet.name[368]: Creation complete after 0s [id=wise-rat]
random_pet.name[7354]: Creating...
random_pet.name[3499]: Creation complete after 0s [id=enabled-titmouse]
random_pet.name[4740]: Creation complete after 0s [id=sure-pug]
random_pet.name[686]: Creating...
random_pet.name[6728]: Creation complete after 0s [id=creative-osprey]
random_pet.name[5897]: Creating...
random_pet.name[9998]: Creating...
random_pet.name[9482]: Creating...
random_pet.name[7354]: Creation complete after 0s [id=sharp-glider]
random_pet.name[686]: Creation complete after 0s [id=amused-chimp]
random_pet.name[5105]: Creating...
random_pet.name[5897]: Creation complete after 0s [id=witty-anteater]
random_pet.name[9998]: Creation complete after 0s [id=divine-tadpole]
random_pet.name[5381]: Creating...
random_pet.name[2137]: Creating...
random_pet.name[5310]: Creating...
random_pet.name[9482]: Creation complete after 0s [id=precious-bull]
random_pet.name[5105]: Creation complete after 0s [id=refined-quagga]
random_pet.name[7039]: Creating...
random_pet.name[2137]: Creation complete after 0s [id=pro-wallaby]
random_pet.name[8608]: Creating...
random_pet.name[8597]: Creating...
random_pet.name[5310]: Creation complete after 0s [id=exotic-pigeon]
random_pet.name[7039]: Creation complete after 0s [id=striking-goose]
random_pet.name[5381]: Creation complete after 0s [id=probable-doe]
random_pet.name[8750]: Creating...
random_pet.name[6070]: Creating...
random_pet.name[8608]: Creation complete after 0s [id=pumped-boa]
random_pet.name[2782]: Creating...
random_pet.name[4735]: Creating...
random_pet.name[8597]: Creation complete after 0s [id=destined-camel]
random_pet.name[8562]: Creating...
random_pet.name[6070]: Creation complete after 0s [id=meet-vulture]
random_pet.name[5230]: Creating...
random_pet.name[5403]: Creating...
random_pet.name[4735]: Creation complete after 0s [id=easy-emu]
random_pet.name[8562]: Creation complete after 0s [id=touched-warthog]
random_pet.name[5230]: Creation complete after 0s [id=live-piranha]
random_pet.name[2782]: Creation complete after 0s [id=neat-impala]
random_pet.name[8750]: Creation complete after 0s [id=key-gazelle]
random_pet.name[8858]: Creating...
random_pet.name[5117]: Creating...
random_pet.name[5403]: Creation complete after 0s [id=quality-toad]
random_pet.name[5117]: Creation complete after 0s [id=saved-fish]
random_pet.name[1397]: Creating...
random_pet.name[540]: Creating...
random_pet.name[8858]: Creation complete after 0s [id=smiling-airedale]
random_pet.name[5653]: Creating...
random_pet.name[8244]: Creating...
random_pet.name[4659]: Creating...
random_pet.name[5653]: Creation complete after 0s [id=funky-pipefish]
random_pet.name[540]: Creation complete after 0s [id=adapting-mustang]
random_pet.name[2587]: Creating...
random_pet.name[8244]: Creation complete after 0s [id=credible-bat]
random_pet.name[4659]: Creation complete after 0s [id=ideal-filly]
random_pet.name[1397]: Creation complete after 0s [id=honest-stallion]
random_pet.name[9703]: Creating...
random_pet.name[7938]: Creating...
random_pet.name[2587]: Creation complete after 0s [id=factual-aardvark]
random_pet.name[658]: Creating...
random_pet.name[3228]: Creating...
random_pet.name[816]: Creating...
random_pet.name[7938]: Creation complete after 0s [id=darling-macaque]
random_pet.name[7767]: Creating...
random_pet.name[6243]: Creating...
random_pet.name[9703]: Creation complete after 0s [id=bursting-malamute]
random_pet.name[816]: Creation complete after 0s [id=golden-labrador]
random_pet.name[3228]: Creation complete after 1s [id=neat-alien]
random_pet.name[299]: Creating...
random_pet.name[6243]: Creation complete after 1s [id=optimal-pegasus]
random_pet.name[7767]: Creation complete after 1s [id=sought-raptor]
random_pet.name[658]: Creation complete after 1s [id=diverse-lionfish]
random_pet.name[9255]: Creating...
random_pet.name[5042]: Creating...
random_pet.name[299]: Creation complete after 0s [id=saved-goose]
random_pet.name[6332]: Creating...
random_pet.name[9255]: Creation complete after 0s [id=renewing-hookworm]
random_pet.name[5042]: Creation complete after 0s [id=gorgeous-buzzard]
random_pet.name[5088]: Creating...
random_pet.name[9599]: Creating...
random_pet.name[8908]: Creating...
random_pet.name[6332]: Creation complete after 0s [id=meet-grackle]
random_pet.name[4747]: Creating...
random_pet.name[8509]: Creating...
random_pet.name[6137]: Creating...
random_pet.name[5088]: Creation complete after 0s [id=ethical-cricket]
random_pet.name[1281]: Creating...
random_pet.name[9599]: Creation complete after 0s [id=big-urchin]
random_pet.name[6137]: Creation complete after 0s [id=kind-sawfish]
random_pet.name[4747]: Creation complete after 0s [id=loved-shepherd]
random_pet.name[8908]: Creation complete after 0s [id=peaceful-zebra]
random_pet.name[2795]: Creating...
random_pet.name[597]: Creating...
random_pet.name[8509]: Creation complete after 0s [id=exotic-pipefish]
random_pet.name[1281]: Creation complete after 0s [id=polished-sunbeam]
random_pet.name[2746]: Creating...
random_pet.name[2795]: Creation complete after 0s [id=flowing-catfish]
random_pet.name[597]: Creation complete after 0s [id=safe-condor]
random_pet.name[8082]: Creating...
random_pet.name[9128]: Creating...
random_pet.name[1619]: Creating...
random_pet.name[2746]: Creation complete after 0s [id=super-aphid]
random_pet.name[9128]: Creation complete after 0s [id=secure-magpie]
random_pet.name[3987]: Creating...
random_pet.name[154]: Creating...
random_pet.name[9857]: Creating...
random_pet.name[8082]: Creation complete after 0s [id=modern-walrus]
random_pet.name[2181]: Creating...
random_pet.name[1619]: Creation complete after 0s [id=positive-bulldog]
random_pet.name[5057]: Creating...
random_pet.name[9857]: Creation complete after 0s [id=guiding-hagfish]
random_pet.name[154]: Creation complete after 0s [id=proud-scorpion]
random_pet.name[3987]: Creation complete after 0s [id=proud-burro]
random_pet.name[4932]: Creating...
random_pet.name[5057]: Creation complete after 0s [id=pro-crow]
random_pet.name[8909]: Creating...
random_pet.name[2181]: Creation complete after 0s [id=enabled-narwhal]
random_pet.name[6032]: Creating...
random_pet.name[3566]: Creating...
random_pet.name[2768]: Creating...
random_pet.name[8909]: Creation complete after 0s [id=adequate-gator]
random_pet.name[9698]: Creating...
random_pet.name[2768]: Creation complete after 0s [id=pretty-frog]
random_pet.name[1759]: Creating...
random_pet.name[3566]: Creation complete after 0s [id=awaited-monster]
random_pet.name[6032]: Creation complete after 0s [id=top-wombat]
random_pet.name[7285]: Creating...
random_pet.name[9698]: Creation complete after 0s [id=steady-porpoise]
random_pet.name[4932]: Creation complete after 0s [id=light-unicorn]
random_pet.name[8522]: Creating...
random_pet.name[6343]: Creating...
random_pet.name[2125]: Creating...
random_pet.name[6343]: Creation complete after 0s [id=sensible-pika]
random_pet.name[1759]: Creation complete after 0s [id=charmed-mammal]
random_pet.name[7285]: Creation complete after 0s [id=distinct-koala]
random_pet.name[5808]: Creating...
random_pet.name[9866]: Creating...
random_pet.name[2125]: Creation complete after 0s [id=selected-labrador]
random_pet.name[8522]: Creation complete after 0s [id=super-worm]
random_pet.name[4262]: Creating...
random_pet.name[5808]: Creation com
…

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8bc26e176f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread action.yml Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the composite GitHub Action (action.yml) to mitigate CodeQL expression-injection findings by moving GitHub context expressions into step env: blocks and then referencing them via GH_* environment variables inside run: scripts.

Changes:

  • Introduces GH_* environment variables (e.g., repo, commit SHA, run IDs, actor, timestamps) to avoid inline ${{ github.* }} usage in shell scripts.
  • Refactors identifier, artifact download, and post/comment steps to use the new environment variables for gh api calls and rendered output.
  • Adds a GH_IDENTIFIER_NAME env var for consistent artifact/comment identification across steps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread action.yml
Comment thread action.yml Outdated
Comment thread action.yml
@rdhar rdhar merged commit b06deab into main Apr 15, 2026
14 checks passed
@rdhar rdhar deleted the fix-github-action-expression-injection branch April 15, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants