File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout PR
2222 uses : actions/checkout@v6
23- - name : Fetch reports from dependency check and quality monitor workflows
23+ - name : Install jq and unzip
24+ run : sudo apt-get update && sudo apt-get install -y jq unzip
25+ - name : Download PR reports from dependency check and quality monitor workflows
2426 env :
2527 REPO : ${{ github.repository }}
2628 HEAD_SHA : ${{ github.event.workflow_run.head_sha }}
4648 fi
4749 echo "PR number from reports/pr-number.txt: $pr_number"
4850 echo "number=$pr_number" >> "$GITHUB_OUTPUT"
49- - name : Install jq and unzip
50- run : sudo apt-get update && sudo apt-get install -y jq unzip
51- - name : Prepare environment
52- env :
53- HEAD_SHA : ${{ github.event.workflow_run.head_sha }}
54- REPO : ${{ github.repository }}
55- TOKEN : ${{ secrets.GITHUB_TOKEN }}
56- run : |
57- echo "HEAD_SHA=$HEAD_SHA"
58- echo "REPO=$REPO"
5951 - name : Read Quality Monitor Configuration
6052 id : quality-monitor
6153 run : echo "json=$(jq -c . .github/quality-monitor-pr.json)" >> "$GITHUB_OUTPUT"
6961 config : ${{ steps.quality-monitor.outputs.json }}
7062 quality-gates : ${{ steps.quality-gates.outputs.json }}
7163 pr-number : ${{ steps.pr.outputs.number }}
64+ enable-delta : true
7265 comments-strategy : REMOVE
7366 show-headers : true
7467 title-metric : none
You can’t perform that action at this time.
0 commit comments