diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 71e638a7..14792e2f 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -29,7 +29,7 @@ jobs: uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 - name: Upload SARIF File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: codeql-sarif path: /home/runner/work/Kexa/results/javascript.sarif \ No newline at end of file diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 867a810e..5e4f218e 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -45,7 +45,7 @@ jobs: output-file: ./kexa-sbom.json - name: Upload SBOM - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: kexa-sbom.json path: kexa-sbom.json diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 49564415..ecb828b5 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v3.pre.node20 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.pre.node20 with: name: SARIF file path: results.sarif