Skip to content

Commit 3124714

Browse files
dependabot[bot]Commit Queue
authored andcommitted
Bump the github-actions group with 3 updates
Closes #62135 GitOrigin-RevId: c56d0f5 Change-Id: I56d67c0af08549f789ece8bb6863e5a39e92be87 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/465320 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent fdeb9dc commit 3124714

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2828
with:
2929
persist-credentials: false
3030

@@ -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@0499de31b99561a6d14a36a5f662c2a54f91beee
55+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2
5656
with:
5757
sarif_file: results.sarif

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2626
with:
2727
persist-credentials: false
2828
- name: "Set up python"
29-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
3030
with:
3131
python-version: '3.13.3' # Install the python version needed.
3232
- name: "Extract deps, find commit hash, pass to osv-scanner"

0 commit comments

Comments
 (0)