From 37ed27a16bb57a168c5c1442bbb80517bd16c3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:51:38 +0000 Subject: [PATCH] chore: bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cross-platform-tests.yml | 4 ++-- .github/workflows/daily.yml | 18 +++++++++--------- .github/workflows/pull-request.yml | 12 ++++++------ .github/workflows/release.yml | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/cross-platform-tests.yml b/.github/workflows/cross-platform-tests.yml index c9580f825..b209a7d7a 100644 --- a/.github/workflows/cross-platform-tests.yml +++ b/.github/workflows/cross-platform-tests.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Cross Platform Tests Repo" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: mParticle/crossplatform-sdk-tests - name: "Checkout Android SDK Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: ${{github.event.pull_request.head.repo.full_name}} ref: ${{github.head_ref}} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index fa7d87a95..39bce3005 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -45,7 +45,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Clone branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} repository: mparticle/mparticle-android-sdk @@ -77,7 +77,7 @@ jobs: # needs: create-regression-branch # steps: # - name: "Checkout future release branch" - # uses: actions/checkout@v6.0.1 + # uses: actions/checkout@v6.0.2 # with: # repository: mparticle/mparticle-android-sdk # ref: regression/${{ github.run_number }} @@ -110,7 +110,7 @@ jobs: # needs: create-regression-branch # steps: # - name: "Checkout Branch" - # uses: actions/checkout@v6.0.1 + # uses: actions/checkout@v6.0.2 # with: # repository: mparticle/mparticle-android-sdk # ref: regression/${{ github.run_number }} @@ -200,7 +200,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout future release branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: mparticle/mparticle-android-sdk ref: regression/${{ github.run_number }} @@ -229,7 +229,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -265,7 +265,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -305,7 +305,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout future release branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: mparticle/mparticle-android-sdk ref: regression/${{ github.run_number }} @@ -333,7 +333,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: main @@ -364,7 +364,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout repo" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f5d396484..5a2e6f710 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -161,7 +161,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -185,7 +185,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: recursive - name: "Install JDK 17" @@ -208,7 +208,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: recursive - name: "Install JDK 17" @@ -237,7 +237,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d16fb0217..af63fd22b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: Checkout main branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} repository: mparticle/mparticle-android-sdk @@ -78,7 +78,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: mavenSigningKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }} steps: - name: "Checkout release branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: mparticle/mparticle-android-sdk ref: release/${{ github.run_number }} @@ -170,7 +170,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout main branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 repository: ${{ github.repository }}