From d219b037ef4f884f2227b20c4791c902ee4b70a9 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 1 Nov 2022 13:33:25 +0400 Subject: [PATCH] Show tags for third-party github actions (#1821) --- .github/workflows/docker-merge-tags.yml | 2 +- .github/workflows/docker-tag-manifest-push.yml | 2 +- .github/workflows/docker-wiki-update.yml | 2 +- .github/workflows/hub-overview.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-merge-tags.yml b/.github/workflows/docker-merge-tags.yml index 875b2f3e63..b53a7338ee 100644 --- a/.github/workflows/docker-merge-tags.yml +++ b/.github/workflows/docker-merge-tags.yml @@ -61,7 +61,7 @@ jobs: - name: Login to Docker Hub 🔐 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # dependabot updates to latest release + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/docker-tag-manifest-push.yml b/.github/workflows/docker-tag-manifest-push.yml index ffa0105467..ac631b6035 100644 --- a/.github/workflows/docker-tag-manifest-push.yml +++ b/.github/workflows/docker-tag-manifest-push.yml @@ -43,7 +43,7 @@ jobs: - name: Login to Docker Hub 🔐 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # dependabot updates to latest release + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/docker-wiki-update.yml b/.github/workflows/docker-wiki-update.yml index a1973cd120..dffc3b8ea7 100644 --- a/.github/workflows/docker-wiki-update.yml +++ b/.github/workflows/docker-wiki-update.yml @@ -40,7 +40,7 @@ jobs: - name: Push Wiki to GitHub 📤 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' - uses: stefanzweifel/git-auto-commit-action@0049e3fa4059ca715255fbbcb7dea4516f02ce0a # dependabot updates to latest release + uses: stefanzweifel/git-auto-commit-action@0049e3fa4059ca715255fbbcb7dea4516f02ce0a # v4.15.3 with: commit_message: "Automated wiki publish for ${{ github.sha }}" repository: wiki/ diff --git a/.github/workflows/hub-overview.yml b/.github/workflows/hub-overview.yml index a5f6565c14..942283687c 100644 --- a/.github/workflows/hub-overview.yml +++ b/.github/workflows/hub-overview.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Push README to Dockerhub for base-notebook 🐳 - uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release + uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # v1 env: DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }} DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}