From 39830a72c507f275adcbe89274ab52a2f13993bb Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Nov 2024 08:30:52 +0100 Subject: [PATCH 1/4] chore: deps(github): bump Action tag for tibdex/github-app-token from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v2.1 to v2.1.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index cf32e00..f1bd24d 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -1,12 +1,12 @@ name: Updatecli Compose on: -# push: -# branches: -# - main -# schedule: -# - cron: "*/15 * * * *" - workflow_dispatch: + # push: + # branches: + # - main + # schedule: + # - cron: "*/15 * * * *" + workflow_dispatch: null permissions: contents: "write" pull-requests: "write" @@ -22,7 +22,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: tibdex/github-app-token@v2.1 + - uses: "tibdex/github-app-token@v2.1.0" id: own_token with: app_id: ${{ secrets.GITHUB_APP_ID }} From 54fbb38f7ce8ddfac3c2988a047f763e5e4c8e5b Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Nov 2024 08:30:55 +0100 Subject: [PATCH 2/4] chore: deps(github): bump Action tag for tibdex/github-app-token from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v2.1 to v2.1.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index f1bd24d..a53d063 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -29,7 +29,7 @@ jobs: private_key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }} installation_retrieval_mode: organization installation_retrieval_payload: ${{ env.UPDATECLI_ORG }} - - uses: tibdex/github-app-token@v2.1 + - uses: "tibdex/github-app-token@v2.1.0" id: source_token with: app_id: ${{ secrets.GITHUB_APP_ID }} From 16d05f0a5cf41468e721d2f57fc13eda0c1fb5fc Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Nov 2024 08:30:58 +0100 Subject: [PATCH 3/4] chore: deps(github): bump Action tag for actions/checkout from v4 to ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v4.2.2 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index a53d063..791084e 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -37,7 +37,7 @@ jobs: installation_retrieval_mode: organization installation_retrieval_payload: ${{ env.OTHER_GITHUB_ORG }} - name: Checkout the repository - uses: actions/checkout@v4 + uses: "actions/checkout@v4.2.2" - name: Install Updatecli in the runner uses: updatecli/updatecli-action@v2 - name: Run Updatecli in Dry Run mode From 4154aaf38231727146ff27ebfce25bc5317dcbdd Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Nov 2024 08:31:02 +0100 Subject: [PATCH 4/4] chore: deps(github): bump Action branch for updatecli/updatecli-actio... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... n from v2 to v2 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 791084e..b096298 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -39,7 +39,7 @@ jobs: - name: Checkout the repository uses: "actions/checkout@v4.2.2" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2 + uses: "updatecli/updatecli-action@v2" - name: Run Updatecli in Dry Run mode run: "updatecli compose diff" env: