@@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
16+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Set up Helm
21- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
21+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
2222
2323 - name : Add rstudio helm repo
2424 run : helm repo add rstudio https://helm.rstudio.com
2525
26- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
26+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2727 with :
2828 python-version : " 3.10"
2929
@@ -78,12 +78,12 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
81+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8282 with :
8383 fetch-depth : 0
8484
8585 - name : Set up Helm
86- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
86+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
8787 with :
8888 version : " v3.19.2"
8989
@@ -142,17 +142,17 @@ jobs:
142142 runs-on : ubuntu-latest-4x
143143 steps :
144144 - name : Checkout
145- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
145+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
146146 with :
147147 fetch-depth : 0
148148
149149 - name : Set up Helm
150- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
150+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
151151
152152 - name : Add rstudio helm repo
153153 run : helm repo add rstudio https://helm.rstudio.com
154154
155- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
155+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
156156 with :
157157 python-version : " 3.10"
158158
@@ -241,12 +241,12 @@ jobs:
241241 runs-on : ubuntu-latest
242242 steps :
243243 - name : Checkout
244- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
244+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
245245 with :
246246 fetch-depth : 0
247247
248248 - name : Set up Helm
249- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
249+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
250250
251251 - name : Add rstudio helm repo
252252 run : helm repo add rstudio https://helm.rstudio.com
@@ -267,9 +267,9 @@ jobs:
267267 # zizmor still runs as a pass/fail check — only the upload is skipped.
268268 security-events : write
269269 steps :
270- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
270+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
271271 with :
272272 persist-credentials : false
273- - uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
273+ - uses : zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
274274 with :
275275 advanced-security : ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request' }}
0 commit comments