Bump the github-actions group with 2 updates
Closes https://github.com/dart-lang/sdk/pull/63297 GitOrigin-RevId: ad81d11f023ab9dd49b7a67f893631372c29e723 Change-Id: Ib6059e1bb9e73ba0b49d31306f66de8c1892a1a6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499900 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
dffae54f02
commit
d2b5c1a81e
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
# Upload the results as artifacts (optional).
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
|
||||
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@c10b8064de6f491fea524254123dbe5e09572f13
|
||||
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
|
||||
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
|
||||
with:
|
||||
# Use github.ref in name to avoid duplicated artifacts.
|
||||
name: osv-lockfile-${{github.sha}}
|
||||
|
||||
Reference in New Issue
Block a user