Skip to content

v15.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 21:47
· 33 commits to refs/heads/main since this release
ffe29da

What's Changed

  • Update Mu DevOps version to 15.0.3 @makubacki (#461)
    Change Details
    Includes:
    • codeql: Use app token for API requests
    • Use the GitHub app token for writing

    Bumps the version for an upcoming release.




  • Use the GitHub app token for writing @makubacki (#458)
    Change Details
    Remove uses of the default GitHub token with write permission and instead use the GitHub app derived token which has write access.
    • Removes setting the default token to have write access.

    • Uses pull_request_target for the pull request triggered workflow to allow the secrets to be passed to the action used to derive the GitHub app token.



  • codeql: Use app token for API requests [Rebase & FF] @makubacki (#460)
    Change Details
    Two changes for the CodeQL workflows:

    codeql: Use app token for API requests

    Make authenticated requests to prevent relying on the GitHub
    anonymous API limit from potentially causing requests to
    fail.


    codeql: Always download cargo make

    Temporarily always download cargo make instead of using the workflow
    cache as loading from the cache has failed recently in some repos
    and a root cause needs to be found for that issue.

    Tracked in #459



  • Version.njk: Update to Mu DevOps v15.0.2 @makubacki (#454)
    Change Details
      Updates repos to use the latest Mu DevOps release.

Full Changelog: v15.0.2...v15.0.3