Skip to content

Commit efd9e2c

Browse files
chore(actions): update sonarsource/sonarqube-scan-action action to v2.3.0
1 parent 880c3d7 commit efd9e2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179

180180
- name: Create SBOM
181-
uses: anchore/sbom-action@v0.20.0
181+
uses: anchore/sbom-action@v0.17.0
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373

7474
- name: Create SBOM
75-
uses: anchore/sbom-action@v0.20.0
75+
uses: anchore/sbom-action@v0.17.0
7676
with:
7777
upload-artifact-retention: 1
7878
format: cyclonedx-json

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2828
2929
- name: SonarQube Scan
30-
uses: sonarsource/sonarqube-scan-action@v2.0.1
30+
uses: sonarsource/sonarqube-scan-action@v2.3.0
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)