File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555
5656 - name : Parse CHANGELOG.md
5757 id : parse-changelog
58- uses : schwma/parse-changelog-action@69a9f9ab4cf2f2e736108ab41396fc3c55f65e40 # v1.0 .0
58+ uses : schwma/parse-changelog-action@1c2b2005ccf594cc3a45d33c10af4ab924d3a1c5 # v1.2 .0
5959 with :
6060 version : ' ${{ steps.get-version.outputs.version }}'
6161 title-regex : ' ^##\s+\[\d.*$'
6262
6363 - name : Create a GitHub release
6464 if : ${{ github.event.inputs.dry-run != 'true' }}
65- uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20 .0
65+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21 .0
6666 with :
6767 tag : ' v${{ steps.get-version.outputs.version }}'
Original file line number Diff line number Diff line change 3030
3131 - name : Sonar Scan
3232 if : matrix.version == 22
33- uses : SonarSource/sonarqube-scan-action@26c51824c8330b026f261a3205f94958d4b1bc5c # v4.2.0
33+ uses : SonarSource/sonarqube-scan-action@689fb39b34b9aa95ebc5f8f119343ddd51542402 # v4.2.2
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments