File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 lint-api-level :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2.3.4
17+ - uses : actions/checkout@v2.3.5
1818 - uses : actions/setup-java@v2
1919 with :
2020 distribution : ' adopt'
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v2.3.4
20+ uses : actions/checkout@v2.3.5
2121 with :
2222 # We must fetch at least the immediate parents so that if this is
2323 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2929 # Steps represent a sequence of tasks that will be executed as part of the job
3030 steps :
3131 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32- - uses : actions/checkout@v2.3.4
32+ - uses : actions/checkout@v2.3.5
3333
3434 # Create a pull request [1]
3535 - name : Create PR using the GitHub REST API via hub
Original file line number Diff line number Diff line change 1010 Git_Release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v2.3.5
1414 - name : Download Build Artifact
1515 uses : dawidd6/action-download-artifact@v2.15.0
1616 with :
Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v2.3.5
1919 - name : Set up JDK
2020 uses : actions/setup-java@v2
2121 with :
5959 CURRENT_PKG_DIFF : ./artifacts/current/build/libs/msgraph-sdk-java.jar
6060 PRIOR_PKG_DIFF : ./artifacts/previous/build/libs/msgraph-sdk-java.jar
6161 steps :
62- - uses : actions/checkout@v2
62+ - uses : actions/checkout@v2.3.5
6363 - name : Set up JDK
6464 uses : actions/setup-java@v2
6565 with :
Original file line number Diff line number Diff line change 2222 name : maven_central_snapshot
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v2.3.5
2626 - name : Set up JDK
2727 uses : actions/setup-java@v2
2828 with :
5454 name : maven_central_release
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v2.3.5
5858 - name : Set up JDK
5959 uses : actions/setup-java@v2
6060 with :
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 RELEASE_TAG : " "
103103 steps :
104- - uses : actions/checkout@v2
104+ - uses : actions/checkout@v2.3.5
105105 - name : Get Version
106106 id : GetVersion
107107 run : .\Scripts\getLatestVersion.ps1
You can’t perform that action at this time.
0 commit comments