diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index 54d1fe7b..99bc0ded 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -73,13 +73,13 @@ jobs: - name: Build plugin run: ./plugin/gradlew -p ./plugin assemble ensureDependenciesAreInlined test --no-daemon - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: test-results-${{ runner.os }} path: plugin/build/reports/tests/test/ - name: Upload Memory Dump - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: memory-dump-${{ runner.os }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 67456687..5ba89b81 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v3.1.0 with: name: SARIF file path: results.sarif