Skip to content

Commit b60ab8e

Browse files
committed
feat: change version number to version (commit) hash to solve CWE-829
1 parent 799ea7a commit b60ab8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
# mvn clean install sonar:sonar \
3939
# -Dsonar.projectKey=ita-social-projects_oitAssist \
4040
# -Dsonar.organization=ita-social-projects \
41-
# -Dsonar.host.url=https://sonarcloud.io \
41+
# -Dsonar.host.url=https://sonarcloud.io \
4242

4343
- name: Test Reporter
44-
uses: dorny/test-reporter@v1.9.1
44+
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
4545
if: success() || failure()
4646
with:
4747
name: Tests Report

0 commit comments

Comments
 (0)