File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,22 +191,22 @@ jobs:
191191
192192 - name : Login to Docker Hub
193193 if : ${{ github.event_name != 'pull_request' }}
194- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
194+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
195195 with :
196196 username : ${{ secrets.DOCKER_HUB_LOGIN }}
197197 password : ${{ secrets.DOCKER_HUB_PASSWORD }}
198198
199199 - name : Login to quay.io
200200 if : ${{ github.event_name != 'pull_request' }}
201- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
201+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
202202 with :
203203 registry : quay.io
204204 username : ${{ secrets.QUAY_IO_LOGIN }}
205205 password : ${{ secrets.QUAY_IO_PASSWORD }}
206206
207207 - name : Login to GitHub container registry
208208 if : ${{ github.event_name != 'pull_request' }}
209- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
209+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
210210 with :
211211 registry : ghcr.io
212212 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
14+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
1515 with :
1616 repo-token : ${{ secrets.GITHUB_TOKEN }}
1717 # opt out of defaults to avoid marking issues as stale and closing them
You can’t perform that action at this time.
0 commit comments