Daniel Kennedy
9b08f07cd3
Fix linting
2025-09-25 09:26:13 -04:00
Daniel Kennedy
d26e9423f4
Test: add a timeout test for downloading chunks from the stream
2025-09-25 09:11:38 -04:00
Daniel Kennedy
714f93aedc
Merge pull request #2124 from akashchi/reject-on-download-failure
...
[ARTIFACT] Reject download promise if timeout was reached
2025-09-25 09:06:20 -04:00
Andrei Kashchikhin
844423665b
lint
2025-09-25 10:53:34 +02:00
Daniel Kennedy
1db3130eb3
fix: only mock the cpus() function on the os module instead of the whole module
2025-09-24 20:01:53 -04:00
Daniel Kennedy
ca8a35d78f
Take a direct dependency on @azure/core-http
2025-09-24 16:46:53 -04:00
dependabot[bot]
f7f057193f
Bump the artifact-minor-patch group in /packages/artifact with 5 updates
...
Bumps the artifact-minor-patch group in /packages/artifact with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) | `1.10.0` | `1.11.1` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js ) | `12.15.0` | `12.28.0` |
| [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin ) | `2.9.1` | `2.11.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc ) | `0.25.4` | `0.28.13` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.2.2` | `5.9.2` |
Updates `@actions/core` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Updates `@azure/storage-blob` from 12.15.0 to 12.28.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.15.0...@azure/storage-blob_12.28.0 )
Updates `@protobuf-ts/plugin` from 2.9.1 to 2.11.1
- [Release notes](https://github.com/timostamm/protobuf-ts/releases )
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.11.1/packages/plugin )
Updates `typedoc` from 0.25.4 to 0.28.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.28.13 )
Updates `typescript` from 5.2.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.2 )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@azure/storage-blob"
dependency-version: 12.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@protobuf-ts/plugin"
dependency-version: 2.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typedoc
dependency-version: 0.28.13
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 20:07:58 +00:00
Andrei Kashchikhin
7c689a5156
use error in both reject and destroy
2025-09-24 17:05:25 +02:00
Andrei Kashchikhin
8c6c662cda
Merge remote-tracking branch 'upstream/main' into reject-on-download-failure
2025-09-24 17:03:35 +02:00
Bassem Dghaidi
9a41b33065
Prepapre cache v4.1.0 release
2025-09-24 05:23:58 -07:00
Andrei Kashchikhin
523ce8ccda
add reject
2025-09-01 11:52:11 +02:00
Ryan Ghadimi
091616a0b8
no need to resolve
2025-08-13 13:38:51 +00:00
Ryan Ghadimi
8da1e670b6
lint
2025-08-13 13:37:36 +00:00
Ryan Ghadimi
06f7fd9df1
new error state, tests to cover
2025-08-13 13:00:46 +00:00
Ryan Ghadimi
0fe20e9d56
remove cache size limit
2025-08-13 10:14:18 +00:00
Bassem Dghaidi
447ee85f36
Prepare release 4.0.5
2025-08-07 04:00:47 -07:00
Bassem Dghaidi
f3e6fb165e
Fix linter complaints
2025-08-07 03:49:51 -07:00
Bassem Dghaidi
01715621b0
Replace @protobuf-ts/runtime with higher level dep @protobuf-ts/runtime-rpc
2025-08-07 03:21:24 -07:00
Bassem Dghaidi
6c64260c6d
Reintroduce @protobuf-ts/runtime as a runtime dependency v2.11.1
2025-08-07 03:15:33 -07:00
Bassem Dghaidi
c6723084aa
Prepare release 4.0.4
2025-08-06 11:37:53 -07:00
Bassem Dghaidi
8ff772deb1
Merge pull request #2106 from actions/Link-/optimise-cache-deps
...
Move `@protobuf-ts/plugin` to dev dependencies
2025-07-31 14:03:14 +02:00
Bassem Dghaidi
8a3652e16d
Optimise cache dependencies
2025-07-31 04:20:29 -07:00
Salman Chishti
eb6226501b
Merge pull request #2076 from esainane/what-the-word-is-is
...
Fix typo in `core/README.md`
2025-07-31 12:03:28 +01:00
Bassem Dghaidi
d65ee66d9b
Move @protobuf-ts/plugin to dev dependencies
2025-07-28 07:58:41 -07:00
Bassem Dghaidi
6d3feab2bf
Merge pull request #2100 from actions/copilot/fix-2099
...
Improve cache service availability determination and implement conditional error logging
2025-07-28 16:49:10 +02:00
copilot-swe-agent[bot]
bd54a2413a
Fix v1 cache service to only check ACTIONS_CACHE_URL
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 13:39:13 +00:00
copilot-swe-agent[bot]
89397db14b
Restore server error test and confirm logCacheError function removal
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 13:01:02 +00:00
copilot-swe-agent[bot]
d48d6b62a4
Remove logCacheError function and implement inline 5xx error detection as requested
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 12:42:37 +00:00
copilot-swe-agent[bot]
bab3dcf7f3
Complete PR feedback implementation: all cache tests passing
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 12:26:40 +00:00
copilot-swe-agent[bot]
c51178a15e
Implement 5xx server error detection and fix most cache tests
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 12:23:44 +00:00
copilot-swe-agent[bot]
cf3aaeb491
Update tests to expect warnings instead of errors for non-5xx cache failures
...
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 12:07:37 +00:00
Bassem Dghaidi
cf4886cccb
Fix linting issues
2025-07-14 03:49:28 -07:00
Bassem Dghaidi
0c5da92b52
Fix logging of cache key and restore key matches
2025-07-14 03:45:17 -07:00
copilot-swe-agent[bot]
513216f1dd
Fix tests to expect errors instead of warnings for cache failures
...
- Update restoreCacheV2.test.ts, restoreCache.test.ts, saveCacheV2.test.ts, and saveCache.test.ts
- Change test expectations from core.warning to core.error for cache operation failures
- All tests now pass successfully
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 10:38:47 +00:00
copilot-swe-agent[bot]
3c90578c30
Improve cache service availability determination and change warnings to errors
...
- Update isFeatureAvailable() to leverage ACTIONS_CACHE_SERVICE_V2 feature flag
- For v2: check ACTIONS_RESULTS_URL availability
- For v1: check either ACTIONS_CACHE_URL or ACTIONS_RESULTS_URL availability
- Change warning logs to error logs for cache failures
- Add comprehensive tests covering all scenarios
Co-authored-by: Link- <568794+Link-@users.noreply.github.com >
2025-07-14 10:32:34 +00:00
Sai Nane
dbb1ea35ff
Fix typo in core/README.md
2025-05-27 04:27:17 +00:00
dependabot[bot]
41b3ce3141
Bump undici from 5.28.5 to 5.29.0 in /packages/attest
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-15 16:30:57 +00:00
Josh Gross
8d8a914a94
Document context.runAttempt in @actions/github 6.0.1 ( #2054 )
2025-05-13 10:37:14 -04:00
Brian DeHamer
36db4d62ad
Merge pull request #2045 from actions/dependabot/npm_and_yarn/packages/attest/octokit/endpoint-9.0.6
...
Bump @octokit/endpoint from 9.0.5 to 9.0.6 in /packages/attest
2025-05-08 10:47:59 -07:00
dependabot[bot]
957610a37a
Bump @octokit/request-error from 5.1.0 to 5.1.1 in /packages/attest
...
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/octokit/request-error.js/releases )
- [Commits](https://github.com/octokit/request-error.js/compare/v5.1.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: "@octokit/request-error"
dependency-version: 5.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-08 11:19:50 +00:00
dependabot[bot]
6ed621e7d1
Bump @octokit/endpoint from 9.0.5 to 9.0.6 in /packages/attest
...
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js ) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/octokit/endpoint.js/releases )
- [Commits](https://github.com/octokit/endpoint.js/compare/v9.0.5...v9.0.6 )
---
updated-dependencies:
- dependency-name: "@octokit/endpoint"
dependency-version: 9.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-08 11:19:48 +00:00
Ryan Ghadimi
6444290c57
release prep
2025-05-08 08:53:55 +00:00
Ryan Ghadimi
f32d6bc043
bump octokit core
2025-05-08 08:42:32 +00:00
Ryan Ghadimi
2e4ab87130
artifact deps
2025-05-08 08:38:48 +00:00
Ryan Ghadimi
917a43eb6e
bump octokit methods
2025-05-07 11:17:56 +00:00
Ryan Ghadimi
07cac0a6b3
bump gh package ver
2025-05-07 11:12:29 +00:00
Ryan Ghadimi
2046ee6d6b
gh package release prep
2025-05-07 11:08:28 +00:00
Ryan Ghadimi
2b476323c4
fix packages/gh deps
2025-05-07 11:05:00 +00:00
Ryan Ghadimi
e8f276a715
alphabetically order them
2025-05-07 08:31:17 +00:00
Ryan Ghadimi
d156bcaa78
maybe this works instead
2025-05-06 20:22:05 +00:00