commit | b121353f2b3e290290a8ac3792f1e3687847977b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Aug 05 11:39:28 2024 +0000 |
committer | Alexander Thomas <athom@google.com> | Mon Aug 05 11:39:28 2024 +0000 |
tree | ab1c87563114a82557cbb79ee30d59ef272eb482 | |
parent | a16f1adc2a384a92ac4a75ee2e76a31b2021f9d1 [diff] |
Bump actions/upload-artifact from 4.3.4 to 4.3.5 Closes https://github.com/dart-lang/sdk/pull/56376 GitOrigin-RevId: 3640b4e0a16f541ec6cde52cefdfaca9c355ecc8 Change-Id: I53b9e17b7f6de6df5d840d0ad11cec3ef84821cb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/378900 Reviewed-by: Alexander Thomas <athom@google.com>
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 487a5f7..5d12336 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml
@@ -44,7 +44,7 @@ # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: SARIF file path: results.sarif
diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index 0aa83e1..a4f51bf 100644 --- a/.github/workflows/third-party-deps-scan.yml +++ b/.github/workflows/third-party-deps-scan.yml
@@ -32,7 +32,7 @@ - name: "extract deps, find commit hash, pass to osv-scanner" run: python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json - name: "upload osv-scanner deps" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: # use github.ref in name to avoid duplicated artifacts name: osv-lockfile-${{github.sha}}