File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : mvn build ${{ matrix.os }}
4747 run : ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly install
4848 - name : Archive logs ${{ matrix.os }}
49- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
49+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050 if : always()
5151 with :
5252 name : build-${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ jobs:
361361
362362 - name : Upload results artifact
363363 if : always()
364- uses : actions/upload-artifact@v7
364+ uses : actions/upload-artifact@v7.0.1
365365 with :
366366 name : container-version-check-results
367367 path : |
Original file line number Diff line number Diff line change 5050 - name : mvn build and sbom generation
5151 run : ./mvnw -B -l build.log -Psbom -Dquickly verify
5252 - name : archive logs
53- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
53+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454 if : always()
5555 with :
5656 name : build.log
Original file line number Diff line number Diff line change 5656 - name : maven build
5757 run : ./etc/scripts/regen.sh
5858 - name : archive logs
59- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060 if : always()
6161 with :
6262 name : main-build-${{ matrix.java }}.log
7171 github-token : ${{ secrets.GITHUB_TOKEN }}
7272 skip-mvnd-install : ' true'
7373 - name : archive incremental test logs
74- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
74+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575 if : always()
7676 with :
7777 name : incremental-test-main-java-${{ matrix.java }}.log
Original file line number Diff line number Diff line change 9898 EXTRA_MODULES : ${{ inputs.extra_modules }}
9999 run : ./mvnw -l build.log install -B -DskipTests -Dquickly -pl "$EXTRA_MODULES" -am
100100 - name : archive logs
101- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102 if : always()
103103 with :
104104 name : build-${{ matrix.java }}.log
@@ -116,7 +116,7 @@ jobs:
116116 skip-mvnd-install : ' true'
117117 extra-modules : ${{ inputs.extra_modules || '' }}
118118 - name : archive incremental test logs
119- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
119+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
120120 if : always()
121121 with :
122122 name : incremental-test-java-${{ matrix.java }}.log
@@ -142,7 +142,7 @@ jobs:
142142 fi
143143 - name : Upload CI comment artifact
144144 if : always() && !matrix.experimental
145- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
145+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
146146 with :
147147 name : ci-comment
148148 path : ci-comment-artifact/
Original file line number Diff line number Diff line change 3737 - name : Store PR id number
3838 uses : ./.github/actions/pr-id
3939 - name : Upload PR id artifact
40- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
40+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4141 if : github.event_name == 'pull_request'
4242 with :
4343 name : pr-id
Original file line number Diff line number Diff line change 4444 - name : OWASP Dependency Check
4545 run : ./mvnw -B -Pdependencycheck validate -DskipTests -DnvdApiKey=${{ secrets.NVD_API_KEY }} -DnvdApiDelay=5000 -l owasp-check.log
4646 - name : Upload OWASP Report
47- uses : actions/upload-artifact@v7
47+ uses : actions/upload-artifact@v7.0.1
4848 if : always()
4949 with :
5050 name : owasp-dependency-check-report
Original file line number Diff line number Diff line change 7676 run : find . -name "target" -type d | tar -czf target.tar.gz -T -
7777
7878 - name : Upload compiled classes artifact
79- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
79+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080 id : target-upload
8181 with :
8282 name : sonar-target
@@ -100,7 +100,7 @@ jobs:
100100 echo "$TARGET_ARTIFACT_ID" >> pr-event.txt
101101
102102 - name : Upload pull request metadata
103- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
103+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104104 with :
105105 name : sonar-pr-event
106106 path : pr-event.txt
You can’t perform that action at this time.
0 commit comments