Skip to content

Commit 6c0c10f

Browse files
dependabot[bot]Commit Queue
authored andcommitted
Bump the github-actions group with 3 updates
Closes #61888 GitOrigin-RevId: da253a7 Change-Id: I8eade79fb0e93605dd052af2f13e333157de493b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/459080 Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com>
1 parent 3fd815d commit 6c0c10f

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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
22+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
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
@@ -44,14 +44,14 @@ jobs:
4444

4545
# Upload the results as artifacts (optional).
4646
- name: "Upload artifact"
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
with:
4949
name: SARIF file
5050
path: results.sarif
5151
retention-days: 5
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
55+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
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
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Extract deps, find commit hash, pass to osv-scanner"
3333
run: python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
3434
- name: "Upload osv-scanner deps"
35-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
35+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
3636
with:
3737
# Use github.ref in name to avoid duplicated artifacts.
3838
name: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)