kou commented on code in PR #2576: URL: https://github.com/apache/arrow-adbc/pull/2576#discussion_r1988677035
########## .github/workflows/native-unix.yml: ########## @@ -449,7 +449,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: 'google-github-actions/auth@v2' + - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2 Review Comment: ```suggestion - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 ``` ########## .github/workflows/packaging.yml: ########## @@ -354,7 +354,7 @@ jobs: restore-keys: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ matrix.target }}- - name: Login to GitHub Container registry - uses: docker/login-action@v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 Review Comment: ```suggestion uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 ``` ########## .github/workflows/native-unix.yml: ########## @@ -392,7 +392,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: 'google-github-actions/auth@v2' + - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2 Review Comment: ```suggestion - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org