Bump the github-actions group with 3 updates
Closes https://github.com/dart-lang/sdk/pull/60447 GitOrigin-RevId: bec1bfa2bb331a5c6a2c034afa7f687b22599070 Change-Id: I501fff84a84a8d0df4c6eeab77bff45651b58bb5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/419520 Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
Alexander Thomas
parent
274454c083
commit
d33c6c3ef1
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
# Upload the results as artifacts (optional).
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
||||
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
|
||||
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -26,13 +26,13 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: "setup python"
|
||||
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
|
||||
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
|
||||
with:
|
||||
python-version: '3.7.7' # install the python version needed
|
||||
- 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
||||
with:
|
||||
# use github.ref in name to avoid duplicated artifacts
|
||||
name: osv-lockfile-${{github.sha}}
|
||||
|
||||
Reference in New Issue
Block a user