Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@@ -27,7 +27,7 @@ jobs:
echo "BRANCH: ${{ steps.get-vars.outputs.branch }}"
echo "PR: ${{ steps.get-vars.outputs.pr }}"
echo "RUN NUMBER: $GITHUB_RUN_NUMBER"
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
ref: ${{ steps.get-vars.outputs.branch }}
- name: Set up JDK 11
@@ -12,7 +12,7 @@ jobs:
matrix:
flavor: [ Generic, Gplay, Huawei ]
steps:
- name: set up JDK 11
uses: actions/setup-java@v2
task: [ detekt, ktlint ]
@@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
- name: Detect SNAPSHOT
run: scripts/analysis/detectSNAPSHOT.sh
@@ -9,5 +9,5 @@ jobs:
name: "Validation"
- uses: gradle/wrapper-validation-action@v1
@@ -11,7 +11,7 @@ jobs:
- name: Check if secrets are available
run: echo "::set-output name=ok::${{ secrets.KS_PASS != '' }}"
id: check-secrets
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
@@ -22,7 +22,7 @@ jobs:
- name: "Checkout code"
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
+ uses: actions/checkout@v3 # v2.4.0
persist-credentials: false
@@ -14,7 +14,7 @@ jobs:
color: [ blue ]
api-level: [ 27 ]
- name: Gradle cache
uses: actions/cache@v2