diff --git a/.github/workflows/cve-check.yml b/.github/workflows/cve-check.yml index b29fc1090..c6836d982 100644 --- a/.github/workflows/cve-check.yml +++ b/.github/workflows/cve-check.yml @@ -145,7 +145,7 @@ jobs: - name: Upload CVE files if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: cves path: cve_slack_payload_*.json diff --git a/.github/workflows/java-ci-latest.yml b/.github/workflows/java-ci-latest.yml index 185450f31..3ceaf7594 100644 --- a/.github/workflows/java-ci-latest.yml +++ b/.github/workflows/java-ci-latest.yml @@ -55,7 +55,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/java-ci-windows.yaml b/.github/workflows/java-ci-windows.yaml index 5ba3453f0..fa00ac2dd 100644 --- a/.github/workflows/java-ci-windows.yaml +++ b/.github/workflows/java-ci-windows.yaml @@ -46,7 +46,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # tag=v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/java-ci.yaml b/.github/workflows/java-ci.yaml index ae16e1e3d..a7df06884 100644 --- a/.github/workflows/java-ci.yaml +++ b/.github/workflows/java-ci.yaml @@ -44,7 +44,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # tag=v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a1aa6d722..8637f53e4 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,7 +31,7 @@ jobs: run: mkdocs build --config-file mkdocs.yaml && ls -al - name: Archive test build if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: site path: |