diff --git a/.github/workflows/schema_tools.yml b/.github/workflows/schema_tools.yml index 26b4b18d..9f25bd9f 100644 --- a/.github/workflows/schema_tools.yml +++ b/.github/workflows/schema_tools.yml @@ -24,7 +24,7 @@ jobs: - name: Login to GitHub Package Registry if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}