release v2.11.0 to main#77
Merged
Merged
Conversation
release v2.10.0 to develop ↣
* feat(RD-2964): add static analysis action for GitHub workflows Introduces a new GitHub Action that performs static analysis on workflow YAML files, ensuring that all action calls use commit hashes. The action scans for YAML files in the workflows directory and provides warnings if any issues are found, along with a link to a Jira ticket for resolution. * feat: add S3 Cache Action for GitHub workflows Introduces a new GitHub Action that caches files and folders to an S3 bucket, allowing users to specify the cache path, unique key, and AWS credentials. This action enhances workflow efficiency by enabling caching capabilities directly within GitHub Actions. * fix(RD-2964): add logging for script execution in action.yml Enhances the static analysis GitHub Action by adding logging statements to indicate the script being run and the current working directory. This improves visibility during execution and aids in debugging. * fix(RD-2964): update working directory in static analysis action Modifies the working directory for the static analysis GitHub Action to use the GitHub workspace combined with the specified input path, ensuring correct execution context during script runs. * fix(RD-2964): simplify working directory in static analysis action Removes the input path requirement for the working directory in the static analysis GitHub Action, ensuring it defaults to the GitHub workspace for improved execution context. * fix: remove S3 Cache Action from GitHub workflows * fix(RD-2964): change exit code to zero when warnings are found in static analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-Tickets:
Remember to Merge. ❗️DO NOT SQUASH ❗️