Commit Graph

  • bdddd872e3 Merge pull request #2197 from actions/cache-remove-ms-rest-js Salman Chishti 2025-12-10 11:36:53 +00:00
  • 8a2701f328 fix(cache): replace @azure/ms-rest-js with @azure/core-rest-pipeline cache-remove-ms-rest-js Salman Muin Kayser Chishti 2025-12-10 11:23:06 +00:00
  • eb7ff8401e chore(cache): regenerate package-lock.json with Node 24 Salman Muin Kayser Chishti 2025-12-10 11:09:56 +00:00
  • 45ec4a2087 chore: update dependencies and remove deprecated package Salman Muin Kayser Chishti 2025-12-10 11:04:34 +00:00
  • 02869fefb4 Merge pull request #2196 from actions/update-attest-storage-record-params Meredith Lancaster 2025-12-09 11:49:14 -08:00
  • 701191f50e fix linter issues Meredith Lancaster 2025-12-09 11:40:40 -08:00
  • 539724611c param name Meredith Lancaster 2025-12-09 11:39:12 -08:00
  • 3d01d7ed69 Update packages/attest/README.md Meredith Lancaster 2025-12-09 11:38:06 -08:00
  • d75223fd4a split mega param into several different ones Meredith Lancaster 2025-12-09 11:37:04 -08:00
  • 056c217a52 Merge pull request #2192 from actions/malancas/create-artifact-metadata-storage-record Meredith Lancaster 2025-12-09 08:55:21 -08:00
  • d795a0ad0d linter fix Meredith Lancaster 2025-12-09 08:32:31 -08:00
  • b0464628c0 Prepare cache v5 release Salman Muin Kayser Chishti 2025-12-09 16:09:51 +00:00
  • 0380590fdd fix expected endpoint response Meredith Lancaster 2025-12-09 08:02:38 -08:00
  • 5e183dabac Merge pull request #2193 from actions/fix-audit-vulnerabilities Salman Chishti 2025-12-09 15:39:33 +00:00
  • 97b7fa81c8 regenerate package lock Meredith Lancaster 2025-12-08 19:22:04 -08:00
  • 87afd16bb2 bump to next minor version Meredith Lancaster 2025-12-08 19:19:29 -08:00
  • c40fa0d905 formatting Meredith Lancaster 2025-12-08 19:19:11 -08:00
  • dc9f635a0d Update packages/attest/src/artifactMetadata.ts Meredith Lancaster 2025-12-08 16:30:37 -08:00
  • 7847d31696 Update packages/attest/README.md Meredith Lancaster 2025-12-08 16:30:25 -08:00
  • 10d3b034e0 fix linter issues Meredith Lancaster 2025-12-08 16:22:59 -08:00
  • 8eca440361 fix test and function calls Meredith Lancaster 2025-12-08 15:59:25 -08:00
  • 6ec87f46b7 add back param parsing function Meredith Lancaster 2025-12-08 15:39:26 -08:00
  • d1f9584cda fix test calls Meredith Lancaster 2025-12-08 15:33:01 -08:00
  • b8933d0495 reorganize function options and document Meredith Lancaster 2025-12-08 15:25:34 -08:00
  • 0a988d204e rename file Meredith Lancaster 2025-12-08 15:16:26 -08:00
  • 136f9dfe37 fix header link Meredith Lancaster 2025-12-08 14:07:17 -08:00
  • ed78411ffb fix expected response Meredith Lancaster 2025-12-08 14:03:23 -08:00
  • dd097c7f4e add section on createStorageRecord func Meredith Lancaster 2025-12-08 13:57:00 -08:00
  • f01262913d table of contents Meredith Lancaster 2025-12-08 13:55:24 -08:00
  • c034e76488 fix function exporting and test results Meredith Lancaster 2025-12-08 13:49:54 -08:00
  • 9ca26d4946 regenerate package lock Meredith Lancaster 2025-12-08 13:17:18 -08:00
  • 417dbfff73 use parameter objects and add tests Meredith Lancaster 2025-12-08 13:17:08 -08:00
  • 8883833d6d chore: fix npm audit vulnerabilities (glob, js-yaml) fix-audit-vulnerabilities Salman Muin Kayser Chishti 2025-12-08 21:14:00 +00:00
  • 79efd648ac condense parameters Meredith Lancaster 2025-12-08 11:02:59 -08:00
  • e8c242695d add function for creating storage record Meredith Lancaster 2025-12-08 10:49:24 -08:00
  • 48f166f6d5 Merge pull request #2175 from actions/prepare-core-1.12.0-release Salman Chishti 2025-12-08 16:28:47 +00:00
  • 4bc377e1b4 Timeout time back to normal, as it was like this for debugging prepare-core-1.12.0-release Salman Muin Kayser Chishti 2025-12-08 12:47:19 +00:00
  • bf1b64008f fix: use detached:true on all platforms for exec stream tests Salman Muin Kayser Chishti 2025-12-08 12:35:33 +00:00
  • 894f77901e fix: improve exec stream tests cross-platform handling Salman Muin Kayser Chishti 2025-12-08 12:27:43 +00:00
  • 7993066184 Merge pull request #2174 from actions/dependabot/npm_and_yarn/packages/attest/tar-7.5.2 Tingting Wang 2025-12-05 17:13:09 -08:00
  • f014075da9 Bump tar from 7.5.1 to 7.5.2 in /packages/attest dependabot[bot] 2025-12-06 01:06:03 +00:00
  • 4500de75c1 Merge pull request #2187 from actions/dependabot/npm_and_yarn/packages/attest/glob-10.5.0 Tingting Wang 2025-12-05 17:04:14 -08:00
  • 47017fa24b Bump glob from 10.4.5 to 10.5.0 in /packages/attest dependabot[bot] 2025-11-19 17:36:35 +00:00
  • d97deb1f60 tests(exec): use platform-aware spawn options in spawn-wait-for-file script (detach on Unix, hide window on Windows) Salman Muin Kayser Chishti 2025-11-18 15:45:59 +00:00
  • df111e1104 tests(glob): set GITHUB_WORKSPACE to __dirname in hash-files.test Salman Muin Kayser Chishti 2025-11-18 15:32:19 +00:00
  • a3588a70ba update hash files test Salman Muin Kayser Chishti 2025-11-18 14:21:47 +00:00
  • 6b63a2bfc3 Merge pull request #2176 from actions/prepare-exec-2.0.0-release Salman Chishti 2025-11-18 14:13:24 +00:00
  • 290017ff81 update package json prepare-exec-2.0.0-release Salman Muin Kayser Chishti 2025-11-04 13:53:28 +00:00
  • 2a876cd69d Update packages/exec/RELEASES.md Salman Chishti 2025-11-04 13:50:24 +00:00
  • 7cba4c8084 npm install Salman Muin Kayser Chishti 2025-10-31 16:02:54 +00:00
  • f79b906406 Prepare @actions/exec 2.0.0 release Salman Muin Kayser Chishti 2025-10-31 15:55:29 +00:00
  • 1bcc453b44 Prepare @actions/core 2.0.0 release Salman Muin Kayser Chishti 2025-10-31 15:52:21 +00:00
  • dcae869a03 Merge pull request #2167 from actions/prepare-http-client-3.0.0-release Salman Chishti 2025-10-31 15:27:38 +00:00
  • 23769d04c7 Merge pull request #2166 from actions/prepare-io-2.0.0-release Salman Chishti 2025-10-31 15:27:26 +00:00
  • d3ab50471b Merge pull request #2168 from actions/danwkennedy/prepare-4.0.0 Daniel Kennedy 2025-10-24 13:38:36 -04:00
  • 1388fd1cac Artifact: prepare 4.0.0 danwkennedy/prepare-4.0.0 Daniel Kennedy 2025-10-24 13:28:26 -04:00
  • 5b446d2657 Merge pull request #2165 from austenstone/max-list-artifact-2k Bassem Dghaidi 2025-10-24 17:23:44 +02:00
  • 006d6978c1 linting Austen Stone 2025-10-22 11:44:21 -04:00
  • 02afeb1577 style: wrap ACTIONS_ARTIFACT_MAX_ARTIFACT_COUNT env var assignment for readability Austen Stone 2025-10-22 11:42:01 -04:00
  • d47594b536 Update packages/http-client/RELEASES.md prepare-http-client-3.0.0-release Salman Chishti 2025-10-22 15:44:09 +01:00
  • 2823824b94 Prepare @actions/http-client 3.0.0 release Salman Muin Kayser Chishti 2025-10-22 15:40:17 +01:00
  • cbc06d6766 fix: ensure max artifact count variable is treated as a string Austen Stone 2025-10-22 07:47:51 -04:00
  • 9bb6708527 fix: remove redundant check for max artifact count variable Austen Stone 2025-10-22 07:41:31 -04:00
  • be1151df02 Apply suggestion from @Link- Austen Stone 2025-10-22 07:39:45 -04:00
  • 130842f4e8 Prepare @actions/io 2.0.0 release prepare-io-2.0.0-release Salman Muin Kayser Chishti 2025-10-21 15:55:10 +01:00
  • ab82301c62 Merge pull request #2164 from actions/prepare-attest-2.0.0-release Salman Chishti 2025-10-21 15:08:28 +01:00
  • fea4f6b5c5 fix: resolve critical pagination bugs and add comprehensive testing Austen Stone 2025-10-21 09:22:11 -04:00
  • d3ade9ecfc Prepare @actions/attest 2.0.0 release prepare-attest-2.0.0-release Salman Muin Kayser Chishti 2025-10-20 12:07:20 +01:00
  • fb592eec03 Update packages/artifact/src/internal/find/list-artifacts.ts functionstackx 2025-10-17 18:05:06 -04:00
  • 70e79399a2 fix: bumping max list artifact to 2k functionstackx 2025-10-16 23:13:34 -04:00
  • acb230b99a Merge pull request #2160 from actions/ejahnGithub-patch-1 Eugene 2025-10-16 12:22:23 -04:00
  • 5e0fa1aaaa Remove unnecessary Buffer to Uint8Array conversion ejahnGithub-patch-1 Eugene 2025-10-16 12:08:05 -04:00
  • c314814418 Bump @azure/abort-controller from 1.1.0 to 2.1.2 in /packages/cache dependabot/npm_and_yarn/packages/cache/azure/abort-controller-2.1.2 dependabot[bot] 2025-10-16 15:27:01 +00:00
  • ac2468e605 Support Nodejs.24 - Merge pull request #2110 from actions/salmanmkc/node24 Salman Chishti 2025-10-16 16:25:47 +01:00
  • 3c8fcfce19 del file salmanmkc/node24 Salman Muin Kayser Chishti 2025-10-16 14:37:05 +01:00
  • 45467b9199 LInt Salman Muin Kayser Chishti 2025-10-16 14:34:09 +01:00
  • 700a55077d spacing Salman Muin Kayser Chishti 2025-10-16 14:27:39 +01:00
  • 6fa8f07827 Update based on testing to add trailing back slash to all results Salman Muin Kayser Chishti 2025-10-16 13:52:43 +01:00
  • d16e86a709 Add workflow to test readlink behavior on Windows across Node versions Salman Muin Kayser Chishti 2025-10-16 13:03:06 +01:00
  • ae3ac0db0c change back to lstat Salman Muin Kayser Chishti 2025-10-15 17:25:34 +01:00
  • b319d6afff Add comment to explain the method and return types Salman Muin Kayser Chishti 2025-10-15 17:14:54 +01:00
  • b8ac8fc14a lint Salman Muin Kayser Chishti 2025-10-15 17:08:33 +01:00
  • 028d621193 Merge remote-tracking branch 'origin/main' into salmanmkc/node24 Salman Muin Kayser Chishti 2025-10-15 16:41:54 +01:00
  • b0d901f9c2 rebase led to this changing so reverting Salman Muin Kayser Chishti 2025-10-15 16:37:38 +01:00
  • 394e804dc8 remove skip lib check Salman Muin Kayser Chishti 2025-10-15 16:08:35 +01:00
  • d402248c45 Lint fix Salman Muin Kayser Chishti 2025-10-15 15:01:17 +01:00
  • 66e8437b3e Revert "Io util package usage update" Salman Muin Kayser Chishti 2025-10-15 14:55:23 +01:00
  • 9c7501a5f3 Io util package usage update Salman Muin Kayser Chishti 2025-10-15 14:53:03 +01:00
  • 3b4b5725f0 Update packages, core doesn't need updates and update to use IO util update Salman Muin Kayser Chishti 2025-10-15 14:52:29 +01:00
  • 9a364e607b update io utils Salman Muin Kayser Chishti 2025-10-15 14:42:03 +01:00
  • 625c3f4856 change version for http-client Salman Muin Kayser Chishti 2025-10-15 14:34:59 +01:00
  • 1c3a637017 Update documentation Salman Muin Kayser Chishti 2025-10-15 14:33:34 +01:00
  • ec0ca1b19b fix typo Salman Muin Kayser Chishti 2025-10-15 13:13:48 +01:00
  • 57cd003e61 Update tests to use HTTPS for postman-echo.com and adjust proxy environment variable Salman Muin Kayser Chishti 2025-10-13 18:18:42 +01:00
  • b5befc6c6d Update HTTP tests to use HTTPS for postman-echo.com Salman Muin Kayser Chishti 2025-10-13 18:17:00 +01:00
  • 88a490d2ce override for node-fetch Salman Muin Kayser Chishti 2025-10-13 18:00:34 +01:00
  • a8d1fb0687 remove node 18 Salman Muin Kayser Chishti 2025-10-13 17:50:56 +01:00
  • 347c887e54 package json Salman Muin Kayser Chishti 2025-09-29 19:01:19 +01:00
  • d5af54ee78 Update package versions Salman Muin Kayser Chishti 2025-09-25 18:59:39 +01:00
  • 44b9401378 Remove the need to update packages/core Salman Muin Kayser Chishti 2025-09-25 18:27:46 +01:00