Skip to content

v2.5.2

Choose a tag to compare

@github-actions github-actions released this 06 May 00:37
· 356 commits to refs/heads/main since this release
2a04564

What's Changed

🐛 Bug Fixes

  • .sync/codeql: Use pull\_request trigger type @makubacki (#173)
    Change Details
      This workflow needs to run against code on the PR merge branch and since it is just building it only needs minimal, read-only token permissions so this change updates the trigger type from `pull_request_target` to `pull_request`.

Full Changelog: v2.5.1...v2.5.2