Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NHSDigital/eps-workflow-quality-checks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 017c8a016bbe
Choose a base ref
...
head repository: NHSDigital/eps-workflow-quality-checks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3120b3268d1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 6, 2024

  1. Fix: [AEA-0000] - Fix sonar for java. Fix release tagging flow (#9)

    ## Summary
    
    - 🤖 Operational or Infrastructure Change
    
    ### Details
    
    This should fix java sonar scanning. Also adds an optional input that
    can disable sonar altogether:
    - If `run_sonar` is false, `SONAR_TOKEN_EXISTS` will be unset/false
    - If `run_sonar` is true, and the sonar token is set, then the analysis
    steps can run
    - If it's a Java project, the java one runs
    - If it's not a java project, the normal one runs
    
    Also adds a missing package that stopped the release tagging from
    working.
    wildjames authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e3120b3 View commit details
    Browse the repository at this point in the history
Loading