GuilhermeStracini / POC-GHActions-CI-NetFramework

:microscope: Proof of Concept of a .NET Framework project using GitHub Actions for build, testing and deploy
https://guilhermestracini.github.io/POC-GHActions-CI-NetFramework/
MIT License
1 stars 0 forks source link

Update guibranco/github-file-reader-action-v2 to version 2.2.687 #377

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

User description

Bumps guibranco/github-file-reader-action-v2 from 2.2.682 to 2.2.687.

Release notes

Sourced from guibranco/github-file-reader-action-v2's releases.

Release v2.2.687

Release 2.2.687 of github-file-reader-action-v2

What's Changed

Full Changelog: https://github.com/guibranco/github-file-reader-action-v2/compare/v2.2.686...v2.2.687

Release v2.2.686

Release 2.2.686 of github-file-reader-action-v2

What's Changed

Full Changelog: https://github.com/guibranco/github-file-reader-action-v2/compare/v2.2.685...v2.2.686

Release v2.2.685

Release 2.2.685 of github-file-reader-action-v2

What's Changed

Full Changelog: https://github.com/guibranco/github-file-reader-action-v2/compare/v2.2.683...v2.2.685

Release v2.2.683

Release 2.2.683 of github-file-reader-action-v2

What's Changed

Full Changelog: https://github.com/guibranco/github-file-reader-action-v2/compare/v2.2.682...v2.2.683

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @guibranco.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Description


Changes walkthrough 📝

Relevant files
Configuration changes
build-bump-version.yml
Update CI Workflow for Version Bump                                           

.github/workflows/build-bump-version.yml
  • Updated build messages to remove 'debug' references.
  • Changed build configuration from 'Debug' to 'Release'.
  • Updated action version from v2.2.682 to v2.2.687.
  • +11/-11 
    infisical-secrets-check.yml
    Update Secrets Check Workflow                                                       

    .github/workflows/infisical-secrets-check.yml - Updated action version from `v2.2.682` to `v2.2.687`.
    +2/-2     
    Enhancement
    GHActionsCI.csproj
    Update GHActionsCI Project File                                                   

    Src/GHActionsCI/GHActionsCI.csproj
  • No significant changes in project file structure.
  • Updated project references and properties.
  • +119/-119
    GHActionsCI.UnitTests.csproj
    Update Unit Tests Project File                                                     

    Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj
  • No significant changes in test project structure.
  • Updated project references and properties.
  • +96/-96 
    dependabot[bot] commented 4 weeks ago

    The following labels could not be found: github-actions.

    korbit-ai[bot] commented 4 weeks ago

    By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

    semanticdiff-com[bot] commented 4 weeks ago

    Review changes with SemanticDiff.

    pr-code-reviewer[bot] commented 4 weeks ago

    :wave: Hi there!

    Everything looks good!

    Automatically generated with the help of gpt-3.5-turbo. Feedback? Please don't hesitate to drop me an email at webber@takken.io.

    senior-dev-bot[bot] commented 4 weeks ago

    Hi there! :wave: Thanks for opening a PR. It looks like you've already reached the 5 review limit on our Basic Plan for the week. If you still want a review, feel free to upgrade your subscription in the Web App and then reopen the PR

    gooroo-dev[bot] commented 4 weeks ago

    Please double check the following review of the pull request:

    Issues counts

    🐞Mistake 🤪Typo 🚨Security 🚀Performance 💪Best Practices 📖Readability ❓Others
    0 0 0 0 0 0 0

    Changes in the diff

    Identified Issues

    None found in the proposed changes.

    Missing Tests

    Since the proposed changes only involve updating the version of a GitHub Action, no additional tests are required. The functionality of the GitHub Action itself should be covered by its own tests.

    Summon me to re-review when updated! Yours, Gooroo.dev Feel free to react or reply to this review!

    codara-ai-code-review[bot] commented 4 weeks ago

    Potential issues, bugs, and flaws that can introduce unwanted behavior:

    1. /.github/workflows/build-bump-version.yml

      • The version of github-file-reader-action-v2 has been updated to v2.2.687 selectively for warnings and errors. It's essential to ensure both instances are updated to the same version to maintain consistency and compatibility.
    2. /.github/workflows/infisical-secrets-check.yml

      • Similar to the previous file, the github-file-reader-action-v2 version has been updated to v2.2.687 for reading secrets-result.log and secrets-result.md. Consistency in versioning for all occurrences is crucial for maintainability.

    Code suggestions and improvements for better exception handling, logic, standardization, and consistency:

    1. /.github/workflows/build-bump-version.yml

      • Consider consolidating the repeated usage of github-file-reader-action-v2@v2.2.687 into a reusable variable or job to avoid redundancy and make future updates or changes easier to manage.
    2. /.github/workflows/infisical-secrets-check.yml

      • Adopt a similar approach as suggested above for build-bump-version.yml to enhance maintainability and reduce duplication in specifying the action version multiple times.
    coderabbitai[bot] commented 4 weeks ago

    [!IMPORTANT]

    Review skipped

    Bot user detected.

    To trigger a single review, invoke the @coderabbitai review command.

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


    Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
    instapr[bot] commented 4 weeks ago

    Feedback:

    No further action needed.

    guibranco commented 4 weeks ago

    @dependabot squash and merge

    dependabot[bot] commented 4 weeks ago

    One of your CI runs failed on this pull request, so Dependabot won't merge it.

    Dependabot will still automatically merge this pull request if you amend it and your tests pass.

    guibranco commented 4 weeks ago

    @gstraccini rerun failed workflows

    gstraccini[bot] commented 4 weeks ago

    Rerunning 2 failed workflows on the commit b8dd6042eff38e7fa0ce8fb08fafa7da4cc6de89! :repeat:

    gstraccini[bot] commented 4 weeks ago

    Rerunning the following workflows:

    guibranco commented 3 weeks ago

    @gstraccini rerun failed workflows

    gstraccini[bot] commented 3 weeks ago

    Rerunning 2 failed workflows on the commit b8dd6042eff38e7fa0ce8fb08fafa7da4cc6de89! :repeat:

    gstraccini[bot] commented 3 weeks ago

    Rerunning the following workflows:

    dependabot[bot] commented 3 weeks ago

    OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

    If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

    senior-dev-bot[bot] commented 3 weeks ago

    Hi there! :wave: Thanks for opening a PR. It looks like you've already reached the 5 review limit on our Basic Plan for the week. If you still want a review, feel free to upgrade your subscription in the Web App and then reopen the PR

    codara-ai-code-review[bot] commented 3 weeks ago

    Potential issues, bugs, and flaws that can introduce unwanted behavior:

    1. .github/workflows/build-bump-version.yml: The change from Debug to Release configuration in the msbuild command might lead to unintended consequences, like different build artifacts or performance issues if the Release configuration is not properly optimized.
    2. Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj: The project file seems to be missing a newline at the end, which may cause issues with certain tools that expect a newline at the end of files.

    Code suggestions and improvements for better exception handling, logic, standardization, and consistency:

    1. .github/workflows/build-bump-version.yml: Consider using variables/constants for configuration values like Configuration=Release to improve maintainability and avoid hardcoding.
    2. .github/workflows/infisical-secrets-check.yml: It's good practice to ensure consistency by upgrading the version of the guibranco/github-file-reader-action-v2 to the latest version in both files for better support, bug fixes, and potential new features.
    3. /Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj: Consider adding a newline at the end of the file to adhere to common conventions and prevent any issues that may arise from a missing newline.
    penify-dev[bot] commented 3 weeks ago

    PR Review 🔍

    ⏱️ Estimated effort to review [1-5] 2, because the changes are primarily version bumps and minor adjustments in the workflow files, which are straightforward to review.
    🧪 Relevant tests No
    ⚡ Possible issues No
    🔒 Security concerns No
    net-framework-updater[bot] commented 3 weeks ago

    Build & Version bump: :beginner: Building GHActionsCI.sln

    guibranco commented 3 weeks ago

    @dependabot recreate

    penify-dev[bot] commented 3 weeks ago

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Bug
    Fix the incorrect closing tag for the element ___ **The closing tag for the element is incorrectly formatted; it should not have a trailing
    '/>'.** [Src/GHActionsCI/GHActionsCI.csproj [120]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-21e63cb36ace4c8cf26608190b5b14ce0ae34c530cc3e54e901bdd5d5c8d9375R120-R120) ```diff -/ + ```
    Suggestion importance[1-10]: 10 Why: This suggestion addresses a critical bug in the XML structure of the project file, which could lead to build failures or unexpected behavior.
    10
    Maintainability
    Add a condition to check the existence of the referenced DLL before including it ___ **Validate that the paths to the referenced DLLs are correct and accessible to prevent build
    errors.** [Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj [43]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-1542e15d83dbf0086de47bb5b6ea5f0a99a6ca3b18ffbff86bf72cb4e9757f7aR43-R43) ```diff -..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll +..\..\packages\NUnit.4.2.2\lib\net462\nunit.framework.dll ```
    Suggestion importance[1-10]: 8 Why: Adding a condition to check the existence of the referenced DLL is a strong suggestion that can prevent build errors, thus improving the robustness of the project.
    8
    Add a condition to verify the existence of the project reference before including it ___ **Ensure that the project references are correctly set up to avoid issues during the build
    process.** [Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj [80]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-1542e15d83dbf0086de47bb5b6ea5f0a99a6ca3b18ffbff86bf72cb4e9757f7aR80-R80) ```diff - + ```
    Suggestion importance[1-10]: 8 Why: Adding a condition to verify the existence of the project reference is crucial for preventing build issues, making this a valuable suggestion for maintainability.
    8
    Ensure the action version is fixed to prevent potential breaking changes ___ **Consider using a specific version for the guibranco/github-file-reader-action-v2 instead
    of the latest version to avoid unexpected changes in behavior due to future updates.** [.github/workflows/build-bump-version.yml [183-190]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-65d0636018e364dce9fe9641a671cc293f68d72f7d0eb7eeed462d7edc2d6a31R183-R190) ```diff +uses: guibranco/github-file-reader-action-v2@v2.2.687 - ```
    Suggestion importance[1-10]: 8 Why: Fixing the version of the action helps maintain stability and predictability in the workflow, which is important for CI/CD processes.
    8
    Add a condition to ensure the NUnit reference exists before including it ___ **Ensure that the version of the NUnit package referenced matches the version specified in
    the project file to avoid potential compatibility issues.** [Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj [42]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-1542e15d83dbf0086de47bb5b6ea5f0a99a6ca3b18ffbff86bf72cb4e9757f7aR42-R42) ```diff - + ```
    Suggestion importance[1-10]: 7 Why: The suggestion to add a condition for the NUnit reference is valid and improves maintainability, but it does not address a critical issue or bug.
    7
    Add a condition to ensure the reference is only included for the appropriate platform ___ **Consider specifying the processor architecture for all references to ensure compatibility
    across different environments.** [Tests/GHActionsCI.UnitTests/GHActionsCI.UnitTests.csproj [64]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-1542e15d83dbf0086de47bb5b6ea5f0a99a6ca3b18ffbff86bf72cb4e9757f7aR64-R64) ```diff - + ```
    Suggestion importance[1-10]: 6 Why: While specifying the processor architecture can enhance compatibility, the existing code already includes this for the Unsafe reference, making this suggestion less impactful.
    6
    Verify compatibility of referenced packages with the specified target framework version ___ **Ensure that all referenced packages are compatible with the target framework version
    specified.** [Src/GHActionsCI/GHActionsCI.csproj [12]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-21e63cb36ace4c8cf26608190b5b14ce0ae34c530cc3e54e901bdd5d5c8d9375R12-R12) ```diff -v4.8 +v4.8 ```
    Suggestion importance[1-10]: 4 Why: This suggestion is relevant for maintainability, but it lacks specificity and does not address an immediate issue in the code.
    4
    Ensure that all entries are accurate and point to the correct package versions ___ **Review the for each reference to ensure they point to the correct package versions.** [Src/GHActionsCI/GHActionsCI.csproj [47]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-21e63cb36ace4c8cf26608190b5b14ce0ae34c530cc3e54e901bdd5d5c8d9375R47-R47) ```diff -..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll +..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll ```
    Suggestion importance[1-10]: 4 Why: This suggestion is useful for maintainability, but it is vague and does not indicate any specific problems with the current paths, making it less impactful.
    4
    Possible bug
    Implement error handling for the build command to ensure failures are captured ___ **Consider adding error handling for the build process to ensure that failures are logged
    and can be acted upon.** [.github/workflows/build-bump-version.yml [161]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-65d0636018e364dce9fe9641a671cc293f68d72f7d0eb7eeed462d7edc2d6a31R161-R161) ```diff -msbuild "${{ env.solution }}.sln" /p:Configuration=Release -verbosity:normal -flp1:"logfile=msbuild.errors.log;errorsonly" -flp2:"logfile=msbuild.warnings.log;warningsonly" +msbuild "${{ env.solution }}.sln" /p:Configuration=Release -verbosity:normal -flp1:"logfile=msbuild.errors.log;errorsonly" -flp2:"logfile=msbuild.warnings.log;warningsonly" || { echo "Build failed"; exit 1; } ```
    Suggestion importance[1-10]: 7 Why: Implementing error handling is important for robustness, as it ensures that build failures are captured and can be addressed, making this a valuable suggestion.
    7
    Enhancement
    Enhance the success message to provide clearer information about the build ___ **The message for the successful build should be more descriptive, possibly including the
    version number to provide clearer context.** [.github/workflows/build-bump-version.yml [204]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-65d0636018e364dce9fe9641a671cc293f68d72f7d0eb7eeed462d7edc2d6a31R204-R204) ```diff -**Build & Version bump:** :dart: [Build succeeded](${{ env.GHA_URL }}) - New version: ${{ env.version }} +**Build & Version bump:** :dart: [Build succeeded](${{ env.GHA_URL }}) - Version: ${{ env.version }} successfully built. ```
    Suggestion importance[1-10]: 6 Why: While enhancing the message can improve clarity, the current message already includes the version, making this suggestion a minor enhancement.
    6
    Specify the version of MSBuild tools for better compatibility ___ **Consider specifying the version of the MSBuild tools in the element to ensure
    compatibility.** [Src/GHActionsCI/GHActionsCI.csproj [2-3]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-21e63cb36ace4c8cf26608190b5b14ce0ae34c530cc3e54e901bdd5d5c8d9375R2-R3) ```diff - ```
    Suggestion importance[1-10]: 5 Why: While specifying the version of MSBuild tools can enhance compatibility, the current version is already specified, making this suggestion more of a stylistic improvement than a critical issue.
    5
    Performance
    Add cleanup for log files after the build process to manage storage effectively ___ **Ensure that the log files generated during the build process are properly handled and
    cleaned up to avoid unnecessary storage usage.** [.github/workflows/build-bump-version.yml [161-162]](https://github.com/GuilhermeStracini/POC-GHActions-CI-NetFramework/pull/377/files#diff-65d0636018e364dce9fe9641a671cc293f68d72f7d0eb7eeed462d7edc2d6a31R161-R162) ```diff -msbuild "${{ env.solution }}.sln" /p:Configuration=Release -verbosity:normal -flp1:"logfile=msbuild.errors.log;errorsonly" -flp2:"logfile=msbuild.warnings.log;warningsonly" +msbuild "${{ env.solution }}.sln" /p:Configuration=Release -verbosity:normal -flp1:"logfile=msbuild.errors.log;errorsonly" -flp2:"logfile=msbuild.warnings.log;warningsonly" && rm msbuild.errors.log msbuild.warnings.log ```
    Suggestion importance[1-10]: 5 Why: Adding cleanup for log files is a good practice, but the suggestion does not address a critical issue; it is more of an optimization.
    5
    net-framework-updater[bot] commented 3 weeks ago

    Build & Version bump: :o: Cancelled

    guibranco commented 3 weeks ago

    @dependabot recreate

    codeclimate[bot] commented 3 weeks ago

    Code Climate has analyzed commit 13bed532 and detected 0 issues on this pull request.

    View more on Code Climate.

    dependabot[bot] commented 3 weeks ago

    Superseded by #379.

    github-actions[bot] commented 3 weeks ago

    Infisical secrets check: :rotating_light: Secrets leaked!

    Scan results:

    6:15PM INF scanning for exposed secrets...
    6:15PM INF 260 commits scanned.
    6:15PM INF scan completed in 575ms
    6:15PM WRN leaks found: 5
    
    🔎 Detected secrets in your GIT history | RuleID | Commit | File | SymlinkFile | Secret | Match | StartLine | EndLine | StartColumn | EndColumn | Author | Message | Date | Email | Fingerprint | |-----------------|------------------------------------------|----------------------------------|-------------|----------|---------------------|-----------|---------|-------------|-----------|---------------------------|-----------------------|----------------------|----------------------------------|----------------------------------------------------------------------------------------------| | generic-api-key | b529aaec8e2f6d2cd7aed2b8f94e31f4ee7f19bf | .github/workflows/build.yml | | REDACTED | password: REDACTED | 49 | 49 | 12 | 0 | Guilherme Branco Stracini | Update build.yml | 2022-09-12T13:20:01Z | guilherme@guilhermebranco.com.br | b529aaec8e2f6d2cd7aed2b8f94e31f4ee7f19bf:.github/workflows/build.yml:generic-api-key:49 | | generic-api-key | 48c1a06efe07f54cd8c1fe9f6f20979caffa7633 | .github/workflows/build.yml | | REDACTED | password: REDACTED | 43 | 43 | 12 | 0 | Guilherme Branco Stracini | Update build.yml | 2020-09-03T01:03:31Z | guilherme@guilhermebranco.com.br | 48c1a06efe07f54cd8c1fe9f6f20979caffa7633:.github/workflows/build.yml:generic-api-key:43 | | generic-api-key | 698cfc7c181c64a4970f811877c8065e3e18fae0 | .github/workflows/publishFTP.yml | | REDACTED | password: REDACTED | 20 | 20 | 12 | 47 | Guilherme Branco Stracini | Create publishFTP.yml | 2020-09-03T00:40:17Z | guilherme@guilhermebranco.com.br | 698cfc7c181c64a4970f811877c8065e3e18fae0:.github/workflows/publishFTP.yml:generic-api-key:20 | | generic-api-key | a88f791d81edc7a6ca7a9549c351d28507dc95eb | .github/workflows/build.yml | | REDACTED | password: REDACTED | 35 | 35 | 12 | 47 | Guilherme Branco Stracini | Update build.yml | 2020-09-03T00:33:56Z | guilherme@guilhermebranco.com.br | a88f791d81edc7a6ca7a9549c351d28507dc95eb:.github/workflows/build.yml:generic-api-key:35 | | generic-api-key | bd236a4682d40467de1340acc16d3965bc5475b7 | .github/workflows/build.yml | | REDACTED | password: REDACTED | 35 | 35 | 16 | 51 | Guilherme Branco Stracini | Update build.yml | 2020-09-03T00:26:53Z | guilherme@guilhermebranco.com.br | bd236a4682d40467de1340acc16d3965bc5475b7:.github/workflows/build.yml:generic-api-key:35 |