Bump the github-actions group with 3 updates

Closes https://github.com/dart-lang/sdk/pull/61888

GitOrigin-RevId: da253a70e43aa06a7df654e613edb04e63820b20
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>
This commit is contained in:
dependabot[bot]
2025-11-05 10:55:53 -08:00
committed by Commit Queue
parent 3fd815d8ae
commit 6c0c10fe3b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'dart-lang' }}
steps:
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
with:
days-before-stale: -1
days-before-close: 14
+2 -2
View File
@@ -44,7 +44,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with:
name: SARIF file
path: results.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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
with:
sarif_file: results.sarif
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: "Extract deps, find commit hash, pass to osv-scanner"
run: python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
- name: "Upload osv-scanner deps"
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
with:
# Use github.ref in name to avoid duplicated artifacts.
name: osv-lockfile-${{github.sha}}