Pin 3rd party actions

This commit is contained in:
Ayaz Salikhov
2021-06-28 10:28:54 +03:00
committed by GitHub
parent c12b513bf2
commit f1010ec6f1

View File

@@ -15,12 +15,12 @@ jobs:
- name: Clone Main Repo - name: Clone Main Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Create an empty commit - 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: with:
commit_message: Empty commit to update sha tag commit_message: Empty commit to update sha tag
commit_options: "--allow-empty" commit_options: "--allow-empty"
- name: Repository Dispatch - name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1 uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 # dependabot updates to latest release
with: with:
token: ${{secrets.REPO_ACCESS_TOKEN}} token: ${{secrets.REPO_ACCESS_TOKEN}}
event-type: cron-docker-update event-type: cron-docker-update