From d2b5c1a81e34cd7156d69e271a48499688836a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:59:33 -0700 Subject: [PATCH] Bump the github-actions group with 2 updates Closes https://github.com/dart-lang/sdk/pull/63297 GitOrigin-RevId: ad81d11f023ab9dd49b7a67f893631372c29e723 Change-Id: Ib6059e1bb9e73ba0b49d31306f66de8c1892a1a6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499900 Reviewed-by: Alexander Thomas Commit-Queue: Alexander Thomas --- .github/workflows/scorecards-analysis.yml | 4 ++-- .github/workflows/third-party-deps-scan.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 494d4d90025..be07a722bb8 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -44,7 +44,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: SARIF file path: results.sarif @@ -52,6 +52,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 + uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 with: sarif_file: results.sarif diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index 2cf9c6b5c6f..30f383670c7 100644 --- a/.github/workflows/third-party-deps-scan.yml +++ b/.github/workflows/third-party-deps-scan.yml @@ -32,7 +32,7 @@ jobs: - 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: # Use github.ref in name to avoid duplicated artifacts. name: osv-lockfile-${{github.sha}}