Skip to content

Releases: github/ghas-jira-integration

v1.2.4

01 Dec 19:46
155780f
Compare
Choose a tag to compare

What's Changed

  • Update github actions for PRs opened against main in #29
  • Use intermediate variables in action.yml by @zbazztian in #39
  • Update deprecated version of CodeQL by @zkoppert in #56
  • Update flask to 2.3 by @aibaars in #58

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

08 Dec 17:05
4af3b20
Compare
Choose a tag to compare

Updated documentation to reflect proper permissions needed to sync secret scanning alerts. Kudos to @sennap for improving the README.md! 🎉

v1.2.2

01 Dec 23:55
af7883f
Compare
Choose a tag to compare

This release fixes a log injection. Kudos to @haby0 for taking the time to submit a PR to resolve the issue.

v1.2.1

08 Dec 16:53
09ab22d
Compare
Choose a tag to compare

This release fixes the CLI call in the action.yml, in which the state parameter is removed. More refactoring will be done in another release. Please make sure that an access token is defined with the security-events scope in order to sync secret scanning alerts properly.

Note: This is a re-release of v1.2.1; previous version tag was wrong.

v1.2.0

18 Nov 01:22
3552cf2
Compare
Choose a tag to compare

In addition to syncing code scanning alerts, this version of the integration syncs a repository's secret scanning alerts.

v1.1.0

08 Nov 18:47
5c49637
Compare
Choose a tag to compare

The Action now runs faster without the need of a Docker container. The Linux GitHub hosted runner has pip3, so this is utilized without having to install pip3 and/or pipenv onto a ubuntu Docker image to run the sync.

v1.0.0

14 Oct 21:23
43cbf77
Compare
Choose a tag to compare

This first release contains all the of previous work being done to sync GitHub Code Scanning alerts to Jira. It also contains open custom options to add labels and defining end and reopen states of Jira issues.