File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 4343 persist-credentials : false
4444
4545 # Check for changes in the src directory excluding .md files
46- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
4747 id : checkChanges
4848
4949 buildAndPublish :
@@ -128,7 +128,7 @@ jobs:
128128 echo "::endgroup::"
129129
130130 - name : Commit changes
131- uses : navikt/sf-platform/.github/actions/commitFiles@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
131+ uses : navikt/sf-platform/.github/actions/commitFiles@cfe393a0ec7dd2fa8af1388bc159192673a87c94
132132 if : steps.build.outputs.artifactsFound == 'true'
133133 with :
134134 files : sfdx-project.json
@@ -155,14 +155,14 @@ jobs:
155155
156156 - name : Push logged metrics
157157 if : always() # Always push metrics regardless of build success
158- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
159159 with :
160160 metricsKey : ${{ secrets.METRICS_KEYS }}
161161
162162 # Upload build artifacts and logs if present
163163 - name : Upload Artifacts and Logs
164164 if : steps.build.outputs.artifactsFound == 'true'
165- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@cfe393a0ec7dd2fa8af1388bc159192673a87c94
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
Original file line number Diff line number Diff line change 4545 canReplenishPool : ${{ steps.checkLimits.outputs.canReplenishPool }}
4646 steps :
4747 - name : Setup SF CLI
48- uses : navikt/sf-platform/.github/actions/installSfCli@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
48+ uses : navikt/sf-platform/.github/actions/installSfCli@cfe393a0ec7dd2fa8af1388bc159192673a87c94
4949 with :
5050 version : ${{ vars.SF_CLI_VERSION }}
5151
@@ -208,6 +208,6 @@ jobs:
208208 isCiPool : ${{ matrix.pool.isCiPool }}
209209
210210 - name : Push logged metrics
211- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
211+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
212212 with :
213213 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 5353 key : npm-${{ runner.os }}-sf-cli-$SF_CLI_VERSION-${{ steps.cachekey.outputs.suffix }}
5454
5555 - name : Install SF CLI
56- uses : navikt/sf-platform/.github/actions/installSfCli@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
56+ uses : navikt/sf-platform/.github/actions/installSfCli@cfe393a0ec7dd2fa8af1388bc159192673a87c94
5757 with :
5858 version : ${{ vars.SF_CLI_VERSION }}
5959
9090
9191 - name : Prettier Check
9292 if : ${{ !cancelled() && steps.paths.outcome == 'success' }}
93- uses : navikt/sf-platform/.github/actions/prettierCheck@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
93+ uses : navikt/sf-platform/.github/actions/prettierCheck@cfe393a0ec7dd2fa8af1388bc159192673a87c94
9494 with :
9595 pathToValidate : ${{ steps.paths.outputs.prettierPathsToValidate }}
9696
Original file line number Diff line number Diff line change @@ -272,6 +272,6 @@ jobs:
272272 echo "::endgroup::"
273273
274274 - name : Push logged metrics
275- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
275+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
276276 with :
277277 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false
31- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
31+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
3232 id : checkChanges
3333
3434 quickBuild :
6464
6565 - name : Upload artifacts and logs
6666 if : always()
67- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
67+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@cfe393a0ec7dd2fa8af1388bc159192673a87c94
6868 with :
6969 artifactName : build-artifacts
7070 uploadArtifacts : true
Original file line number Diff line number Diff line change 7373 auth_token : ${{ secrets.GITHUB_TOKEN }}
7474
7575 - name : Push logged metrics
76- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
76+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
7777 with :
7878 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 5454 auth_token : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Push logged metrics
57- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
57+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
5858 with :
5959 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333 persist-credentials : false
3434
35- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
35+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
3636 id : checkChanges
3737
3838 validateChanges :
@@ -107,7 +107,7 @@ jobs:
107107 fi
108108
109109 - name : Push logged metrics
110- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
110+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
111111 with :
112112 metricsKey : ${{ secrets.METRICS_KEYS }}
113113
@@ -121,6 +121,6 @@ jobs:
121121 pull-requests : write
122122 steps :
123123 - name : Set pull request to draft
124- uses : navikt/sf-platform/.github/actions/setPrToDraft@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
124+ uses : navikt/sf-platform/.github/actions/setPrToDraft@cfe393a0ec7dd2fa8af1388bc159192673a87c94
125125 with :
126126 pullRequestId : ${{ github.event.pull_request.node_id }}
You can’t perform that action at this time.
0 commit comments