diff --git a/.github/workflows/cron-docker.yaml b/.github/workflows/cron-docker.yaml index 3b9f675d..c1865852 100644 --- a/.github/workflows/cron-docker.yaml +++ b/.github/workflows/cron-docker.yaml @@ -15,12 +15,12 @@ jobs: - name: Clone Main Repo uses: actions/checkout@v2 - name: Create an empty commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6 # dependabot updates to latest release with: commit_message: Empty commit to update sha tag commit_options: "--allow-empty" - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # dependabot updates to latest release with: token: ${{secrets.REPO_ACCESS_TOKEN}} event-type: cron-docker-update