-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout action to v3.5.3 (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5cc998b
commit 32eafac
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
# NOTE - THIS CHECKOUT MAY CONTAIN UNTRUSTED CODE | ||
# TO AVOID SECRET DISCLOSURE, IT MUST ONLY RUN IN THE SANDBOXED AZURE BUILD ENVIRONMENT | ||
- name: Checkout from PR | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
persist-credentials: false | ||
# conditional - https://github.community/t/possible-to-use-conditional-in-the-env-section-of-a-job/135170/2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
session: ['1 S1', '2 S2', '3 X1', '4 X2', '5 X3', '6 X4'] | ||
|
||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
|