@@ -43,12 +43,12 @@ jobs:
4343 canReplenishPool : ${{ steps.checkLimits.outputs.canReplenishPool }}
4444 steps :
4545 - name : Setup SF CLI
46- uses : navikt/sf-platform/.github/actions/installSfCli@f318a266c5a7add9c091f9d3480164fed8abfc08
46+ uses : navikt/sf-platform/.github/actions/installSfCli@29ac962b6ed07d99be923c42904e6cc24d34206d
4747 with :
4848 version : ${{ vars.SF_CLI_VERSION }}
4949
5050 - name : " Authenticate Dev Hub"
51- uses : navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
51+ uses : navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
5252 with :
5353 auth-url : ${{ secrets.SF_DEVHUB_URL }}
5454 alias : devhub
@@ -140,15 +140,15 @@ jobs:
140140 CLEAR_POOLS : ${{ inputs.clearPools }}
141141
142142 - name : " Authenticate Dev Hub"
143- uses : navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
143+ uses : navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
144144 with :
145145 auth-url : ${{ secrets.SF_DEVHUB_URL }}
146146 alias : devhub
147147
148148 - name : " Clear pool"
149149 id : clearPool
150150 if : ${{ inputs.clearPools }}
151- uses : navikt/sf-platform/.github/actions/ciDeletePool@f318a266c5a7add9c091f9d3480164fed8abfc08
151+ uses : navikt/sf-platform/.github/actions/ciDeletePool@29ac962b6ed07d99be923c42904e6cc24d34206d
152152 with :
153153 devhub : " devhub"
154154 poolTag : ${{ env.POOL_TAG }}
@@ -162,7 +162,7 @@ jobs:
162162 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
163163
164164 - name : " Delete orphans"
165- uses : navikt/sf-platform/.github/actions/ciDeletePool@f318a266c5a7add9c091f9d3480164fed8abfc08
165+ uses : navikt/sf-platform/.github/actions/ciDeletePool@29ac962b6ed07d99be923c42904e6cc24d34206d
166166 with :
167167 devhub : " devhub"
168168 deleteJobType : orphans
0 commit comments