We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e52944 + 7f86e8e commit 80744d0Copy full SHA for 80744d0
1 file changed
.github/workflows/sonarcloud-build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
./mvnw -B -s custom_maven_settings.xml -Psonar clean verify
54
- name: Upload build artifacts
55
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
56
with:
57
name: build-artifacts
58
path: |
@@ -66,7 +66,7 @@ jobs:
66
run: echo ${{ github.event.pull_request.number }} > PR_NUMBER.txt
67
- name: Archive PR number
68
if: github.event_name == 'pull_request'
69
70
71
name: PR_NUMBER
72
path: PR_NUMBER.txt
0 commit comments