diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 96af283..512a960 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -61,7 +61,7 @@ jobs: working-directory: codegen - name: Archive test report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: codegen-test path: codegen/reports/junit/testreport.xml @@ -69,7 +69,7 @@ jobs: if-no-files-found: error - name: Archive generated interface files - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: codegen-rpc-interfaces path: codegen/generated/* diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 62c718f..2f3ba07 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif