We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68b0e58 + 2897ef4 commit 6e89ea0Copy full SHA for 6e89ea0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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