Skip to content

Commit d33c6c3

Browse files
dependabot[bot]athomas
authored andcommitted
Bump the github-actions group with 3 updates
Closes #60447 GitOrigin-RevId: bec1bfa Change-Id: I501fff84a84a8d0df4c6eeab77bff45651b58bb5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/419520 Reviewed-by: Alexander Thomas <athom@google.com>
1 parent 274454c commit d33c6c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scorecards-analysis.yml

+2-2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
55+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
5656
with:
5757
sarif_file: results.sarif

.github/workflows/third-party-deps-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: "setup python"
29-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
29+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3030
with:
3131
python-version: '3.7.7' # install the python version needed
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
3636
with:
3737
# use github.ref in name to avoid duplicated artifacts
3838
name: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)