Skip to content

Commit e4a2572

Browse files
dependabot[bot]athomas
authored andcommitted
Bump the github-actions group with 4 updates
Closes #61632 GitOrigin-RevId: 3e88139 Change-Id: I6660633029e42d20b7e615aef2f6f84a7cfd01fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452547 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 2db5a7b commit e4a2572

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'dart-lang' }}
2121
steps:
22-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
22+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
2323
with:
2424
days-before-stale: -1
2525
days-before-close: 14

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: "Run analysis"
32-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde
32+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
3333
with:
3434
results_file: results.sarif
3535
results_format: sarif
@@ -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@3c3833e0f8c1c83d449a7478aa59c036a9165498
55+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
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: "Set up python"
29-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
29+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
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)