From 71bd2232374bc37fb30f7c89b7a074fb178265d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:33:26 +0000 Subject: [PATCH] chore: bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/daily.yml | 18 +++++++++--------- .github/workflows/pull-request.yml | 14 +++++++------- .github/workflows/release.yml | 8 ++++---- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index bbd206621..bfc47f71c 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.2 + uses: actions/checkout@v6.0.3 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.2 + # uses: actions/checkout@v6.0.3 # 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.2 + # uses: actions/checkout@v6.0.3 # 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.2 + uses: actions/checkout@v6.0.3 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.2 + uses: actions/checkout@v6.0.3 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -271,7 +271,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -317,7 +317,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout future release branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: repository: mparticle/mparticle-android-sdk ref: regression/${{ github.run_number }} @@ -351,7 +351,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 ref: main @@ -382,7 +382,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout repo" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 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 678e855be..2628f2e98 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #v5.0.0 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5.0.0 - name: Trunk Check uses: trunk-io/trunk-action@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1 with: @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -155,7 +155,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -179,7 +179,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: submodules: recursive - name: "Install JDK 17" @@ -202,7 +202,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: submodules: recursive - name: "Install JDK 17" @@ -231,7 +231,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: "Checkout Branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9676b0ee8..d4b0b4f19 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.2 + uses: actions/checkout@v6.0.3 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.2 + uses: actions/checkout@v6.0.3 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.2 + uses: actions/checkout@v6.0.3 with: repository: mparticle/mparticle-android-sdk ref: release/${{ github.run_number }} @@ -178,7 +178,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout main branch" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 repository: ${{ github.repository }}