-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from actions:main #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request includes several significant changes across multiple packages in the actions/toolkit repository. The changes primarily focus on updating dependencies, improving error handling, enhancing security, and refactoring code for better performance and maintainability. Key updates include modifications to the artifact upload process, changes to OIDC token handling, improvements to the HTTP client, and updates to the glob and attest packages. Class diagram for OIDC Token HandlingclassDiagram
class OIDCConfig {
string issuer
string jwks_uri
}
class ClaimSet {
string iss
string ref
string sha
string repository
string event_name
string job_workflow_ref
string workflow_ref
string repository_id
string repository_owner_id
}
class OIDC {
+getIDTokenClaims(issuer: string): Promise<ClaimSet>
+decodeOIDCToken(token: string, issuer: string): Promise<JWTPayload>
+getJWKS(issuer: string): Promise<JSONWebKeySet>
+getIssuer(): string
}
OIDC --> OIDCConfig
OIDC --> ClaimSet
Class diagram for HTTP Client Proxy HandlingclassDiagram
class DecodedURL {
string username
string password
string href
}
class HttpClient {
+getProxyUrl(reqUrl: URL): URL | undefined
+getAgent(url: string): any
}
HttpClient --> DecodedURL
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, pull[bot]!). We assume it knows what it's doing!
Explicit logging of cache key and restore key matches
Improve cache service availability determination and implement conditional error logging
Fix typo in `core/README.md`
Move `@protobuf-ts/plugin` to dev dependencies
Prepare `@actions/cache` 4.0.4
Reintroduce `@protobuf-ts/runtime-rpc` as a runtime dependency
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…to Link-/fix-cache-tests
Update cache package compilation step to only install runtime dependencies
Prepare release `4.0.5`
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
…requests Extend user-agent with orchestration ID and add default user-agent
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
…ease Release @actions/http-client v3.0.1
… versions Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Bump dependency version for actions/github and actions/tool-cache.
…ndency Update selected packages to consume @actions/http-client@3.0.1
…ions/github, and @actions/http-client
Bump version to 2.2.0 and update dependencies for @actions/core, @actions/github, and @actions/http-client
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>
Added a comment regarding rate limiting and retry behavior.
Don't retry 429s returned from the cache service
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )