Bump the github-actions group with 3 updates
Closes https://github.com/dart-lang/sdk/pull/62794 GitOrigin-RevId: 5b55d62897f0d16701f61d54e3a409371c3daf40 Change-Id: I68ad718308f5a526ea5b167b2824e6c50c592078 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/484321 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
Commit Queue
parent
1d59a0bc67
commit
8f2be42c16
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'dart-lang' }}
|
||||
steps:
|
||||
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d
|
||||
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
|
||||
with:
|
||||
days-before-stale: -1
|
||||
days-before-close: 14
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
# Upload the results as artifacts (optional).
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
|
||||
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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30
|
||||
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
|
||||
with:
|
||||
# Use github.ref in name to avoid duplicated artifacts.
|
||||
name: osv-lockfile-${{github.sha}}
|
||||
|
||||
Reference in New Issue
Block a user