diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index cf32e00..b096298 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,14 +22,14 @@ 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 }} 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 }} @@ -37,9 +37,9 @@ 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 + uses: "updatecli/updatecli-action@v2" - name: Run Updatecli in Dry Run mode run: "updatecli compose diff" env: