File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5858 with :
5959 go-version : " ${{ env.GO_VERSION }}"
60- - uses : r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
60+ - uses : r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
6161 with :
6262 r-version : release
6363 use-public-rspm : true
@@ -105,7 +105,7 @@ jobs:
105105 ADBC_FLIGHTSQL_TEST_URI="grpc://localhost:8080"
106106 echo "ADBC_FLIGHTSQL_TEST_URI=${ADBC_FLIGHTSQL_TEST_URI}" >> $GITHUB_ENV
107107
108- - uses : r-lib/actions/check-r-package@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
108+ - uses : r-lib/actions/check-r-package@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
109109 env :
110110 ADBC_SNOWFLAKE_TEST_URI : ${{ secrets.SNOWFLAKE_URI }} # zizmor: ignore[secrets-outside-env]
111111 R_KEEP_PKG_SOURCE : yes
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
132132 with :
133133 persist-credentials : false
134- - uses : r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
134+ - uses : r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
135135 with :
136136 rversion : ${{ matrix.rversion }}
137137 use-public-rspm : true
You can’t perform that action at this time.
0 commit comments