Skip to content

Commit 4d4f8f4

Browse files
dependabot[bot]athomas
authored andcommitted
Bump the github-actions group with 2 updates
Closes #60656 GitOrigin-RevId: 04ab2a0 Change-Id: Icd5a2ed228d4d8cc12bb88b11ab68298f0934267 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425687 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 6a6b9ac commit 4d4f8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
55+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
5656
with:
5757
sarif_file: results.sarif

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: "setup python"
29-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
3030
with:
3131
python-version: '3.7.7' # install the python version needed
3232
- name: "extract deps, find commit hash, pass to osv-scanner"

0 commit comments

Comments
 (0)