Bump the github-actions group with 2 updates

Closes https://github.com/dart-lang/sdk/pull/60656

GitOrigin-RevId: 04ab2a07e05e9ee3400161f4c0d34005726cff41
Change-Id: Icd5a2ed228d4d8cc12bb88b11ab68298f0934267
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425687
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
dependabot[bot]
2025-05-07 10:07:02 -07:00
committed by Alexander Thomas
parent 6a6b9ac2bf
commit 4d4f8f45ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
with:
sarif_file: results.sarif
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
with:
persist-credentials: false
- name: "setup python"
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.7.7' # install the python version needed
- name: "extract deps, find commit hash, pass to osv-scanner"