We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bad263 + fdc7c9d commit f344ccdCopy full SHA for f344ccd
1 file changed
.github/workflows/sonarcloud-build.yml
@@ -80,7 +80,7 @@ jobs:
80
run: echo "$PR_NUMBER" > PR_NUMBER.txt
81
- name: Archive PR number
82
if: ${{ github.event_name == 'pull_request' || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
83
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84
with:
85
name: PR_NUMBER
86
path: PR_NUMBER.txt
0 commit comments