From 5e0c59cd6d3ac92800057664f820334343949d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:20:38 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 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] --- .github/workflows/analysis.yml | 2 +- .github/workflows/assembleFlavors.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/detectSnapshot.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/qa.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/screenShotTest.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index f7bcf7687a..fb6395c19e 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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 diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index 6fe7e46b3e..2dc0311137 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -12,7 +12,7 @@ jobs: matrix: flavor: [ Generic, Gplay, Huawei ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: set up JDK 11 uses: actions/setup-java@v2 with: diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3bdf3b2f1e..661914de3f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,7 +12,7 @@ jobs: matrix: task: [ detekt, ktlint ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK 11 uses: actions/setup-java@v2 with: diff --git a/.github/workflows/detectSnapshot.yml b/.github/workflows/detectSnapshot.yml index 2bcd83ec28..fee98e964e 100644 --- a/.github/workflows/detectSnapshot.yml +++ b/.github/workflows/detectSnapshot.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Detect SNAPSHOT run: scripts/analysis/detectSNAPSHOT.sh diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 09307118b9..ad99040a48 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -9,5 +9,5 @@ jobs: name: "Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 2891e0f7b8..33d3bd141e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,7 +11,7 @@ jobs: - name: Check if secrets are available run: echo "::set-output name=ok::${{ secrets.KS_PASS != '' }}" id: check-secrets - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: ${{ steps.check-secrets.outputs.ok == 'true' }} - name: set up JDK 11 if: ${{ steps.check-secrets.outputs.ok == 'true' }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 986f3dfa8b..8db3e99c91 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + uses: actions/checkout@v3 # v2.4.0 with: persist-credentials: false diff --git a/.github/workflows/screenShotTest.yml b/.github/workflows/screenShotTest.yml index 9783cf0160..d1870ca4f6 100644 --- a/.github/workflows/screenShotTest.yml +++ b/.github/workflows/screenShotTest.yml @@ -14,7 +14,7 @@ jobs: color: [ blue ] api-level: [ 27 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Gradle cache uses: actions/cache@v2