@@ -26,28 +26,28 @@ jobs:
2626 shell : bash
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v4
30- - uses : tweag/configure-bazel-remote-cache-auth@v0
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+ - uses : tweag/configure-bazel-remote-cache-auth@144b0b915f13a418f5eafe2f68d19564ec136c62 # v0.1.1
3131 with :
3232 buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
3333 bazelrc_path : .bazelrc.auth
34- - uses : extractions/netrc@v2
34+ - uses : extractions/netrc@f6f1722d05ce2890aa86fd9654565b1214ac53a4 # v2.0.1
3535 with :
3636 machine : api.github.com
3737 password : ${{ secrets.GITHUB_TOKEN }}
3838 - name : Configure for CI
39- uses : tweag/write-bazelrc@v0
39+ uses : tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
4040 with :
4141 content : build --config=ci
4242 - name : Disable stardoc
4343 # Windows: Stardoc complains about docstring quote indentation on Windows.
4444 # bzlmod: Stardoc does not work with bzlmod.
4545 if : ${{ runner.os == 'Windows' || matrix.bazel_mode == 'module' }}
46- uses : tweag/write-bazelrc@v0
46+ uses : tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
4747 with :
4848 content : build --config=no-stardoc
4949 - name : Enable bzlmod
50- uses : tweag/write-bazelrc@v0
50+ uses : tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
5151 if : ${{ matrix.bazel_mode == 'module' }}
5252 with :
5353 content : build --enable_bzlmod
0 commit comments