mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Pin 3rd party actions
This commit is contained in:
4
.github/workflows/cron-docker.yaml
vendored
4
.github/workflows/cron-docker.yaml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user