File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 distribution : temurin
3434 java-version : " ${{ env.JAVA_VERSION }}"
35- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636 with :
3737 key : ${{ hashFiles('**/pom.xml') }}-assembly-${{ matrix.scala-version }}
3838 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 7979 with :
8080 distribution : temurin
8181 java-version : " ${{ env.JAVA_VERSION }}"
82- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
82+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8383 with :
8484 key : ${{ hashFiles('**/pom.xml') }}-build-${{ matrix.scala-version }}-${{ matrix.projects.name }}
8585 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 8888 "${file}" "${file}.sha256"
8989 done < <(find geomesa-* -name '*-bin.tar.gz' -print0)
9090 - name : Upload job logs
91- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
91+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9292 with :
9393 name : build-log-${{ matrix.scala-version }}
9494 retention-days : 90 # max default
Original file line number Diff line number Diff line change 6464
6565 # Upload the SARIF file generated in the previous step
6666 - name : Upload SARIF results file
67- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32 .4
67+ uses : github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35 .4
6868 with :
6969 sarif_file : results.sarif
7070 category : codacy-${{ matrix.tool }}
Original file line number Diff line number Diff line change 2525 with :
2626 distribution : temurin
2727 java-version : " ${{ env.JAVA_VERSION }}"
28- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
28+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2929 with :
3030 key : ${{ hashFiles('**/pom.xml') }}-dash
3131 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 1919 - name : ' Checkout Repository'
2020 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 - name : ' Dependency Review'
22- uses : actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
22+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
Original file line number Diff line number Diff line change 2525 with :
2626 distribution : temurin
2727 java-version : " ${{ env.JAVA_VERSION }}"
28- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
28+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2929 with :
3030 key : ${{ hashFiles('**/pom.xml') }}-docs
3131 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 2727 with :
2828 distribution : temurin
2929 java-version : " ${{ env.JAVA_VERSION }}"
30- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131 with :
3232 key : ${{ hashFiles('**/pom.xml') }}-eclipse-snapshots-${{ matrix.version }}
3333 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 3636 with :
3737 distribution : temurin
3838 java-version : " ${{ env.JAVA_VERSION }}"
39- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
39+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040 with :
4141 key : ${{ hashFiles('**/pom.xml') }}-it-${{ matrix.scala-version }}-${{ matrix.projects.name }}
4242 path : ~/.m2/repository/
Original file line number Diff line number Diff line change 6464 java-version : " ${{ env.JAVA_VERSION }}"
6565 - name : Generate cache key
6666 run : echo "MOD_SELECTOR=$(echo '${{ matrix.projects.list }}' | sed 's/[^a-zA-Z0-9_.-]/-/g' | head -c 256)" >> "$GITHUB_ENV"
67- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
67+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6868 with :
6969 key : ${{ hashFiles('**/pom.xml') }}-javadocs-${{ matrix.scala-version }}-${{ env.MOD_SELECTOR }}
7070 path : ~/.m2/repository/
You can’t perform that action at this time.
0 commit comments