Santandersecurityresearch / DrHeader

drHEADer helps with the audit of security headers received in response to a single request or a list of requests.
MIT License
105 stars 26 forks source link

Separate steps to bump version in pull request action into a separate job #342

Closed emilejq closed 1 year ago

emilejq commented 1 year ago

Proposed changes

The current setup of the pull request pipeline means that the bump version steps will run several times (once for each parallel run). This PR modifies this pipeline into two separate jobs, so that the testing steps will run against each applicable version in parallel, and the bump version steps will run only once after all build jobs have completed successfully:

Type of change

What types of changes do you want to introduce to DrHeader?

Please ensure your pull request adheres to the following guidelines: