diff --git a/.github/workflows/docker-merge-tags.yml b/.github/workflows/docker-merge-tags.yml index 875b2f3e..b53a7338 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 ffa01054..ac631b60 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 a1973cd1..dffc3b8e 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 a5f6565c..94228368 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 }}