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 3131 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
3232
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535 with :
3636 fetch-depth : 0
3737
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Checkout
108- uses : actions/checkout@v4
108+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109109 with :
110110 fetch-depth : 0
111111
@@ -152,7 +152,7 @@ jobs:
152152 url : ${{ steps.deployment.outputs.page_url }}
153153 steps :
154154 - name : Checkout Helm index
155- uses : actions/checkout@v4
155+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
156156 with :
157157 path : helm-index
158158 ref : refs/heads/helm-index
Original file line number Diff line number Diff line change 2424 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
2525
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2828 with :
2929 token : ${{ steps.app-token.outputs.token }}
3030 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments