Bump the github-actions group with 4 updates
Closes https://github.com/dart-lang/sdk/pull/61632 GitOrigin-RevId: 3e88139919e7358076ee8a7c65b5e46f3f965867 Change-Id: I6660633029e42d20b7e615aef2f6f84a7cfd01fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452547 Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
Alexander Thomas
parent
2db5a7b048
commit
e4a25722ee
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'dart-lang' }}
|
||||
steps:
|
||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
|
||||
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
|
||||
with:
|
||||
days-before-stale: -1
|
||||
days-before-close: 14
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: "Run analysis"
|
||||
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde
|
||||
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
|
||||
with:
|
||||
results_file: results.sarif
|
||||
results_format: 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@3c3833e0f8c1c83d449a7478aa59c036a9165498
|
||||
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: "Set up python"
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
|
||||
with:
|
||||
python-version: '3.13.3' # Install the python version needed.
|
||||
- name: "Extract deps, find commit hash, pass to osv-scanner"
|
||||
|
||||
Reference in New Issue
Block a user