Skip to content

Commit 80744d0

Browse files
authored
Merge pull request #569 from com-pas/dependabot/github_actions/actions/upload-artifact-7.0.1
build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 2e52944 + 7f86e8e commit 80744d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
./mvnw -B -s custom_maven_settings.xml -Psonar clean verify
5454
- name: Upload build artifacts
55-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
55+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5656
with:
5757
name: build-artifacts
5858
path: |
@@ -66,7 +66,7 @@ jobs:
6666
run: echo ${{ github.event.pull_request.number }} > PR_NUMBER.txt
6767
- name: Archive PR number
6868
if: github.event_name == 'pull_request'
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: PR_NUMBER
7272
path: PR_NUMBER.txt

0 commit comments

Comments
 (0)