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 4242 persist-credentials : false
4343
4444 # Check for changes in the src directory excluding .md files
45- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
45+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
4646 id : checkChanges
4747
4848 buildAndPublish :
@@ -127,7 +127,7 @@ jobs:
127127 echo "::endgroup::"
128128
129129 - name : Commit changes
130- uses : navikt/sf-platform/.github/actions/commitFiles@70d64ece7f145c50a1d6de12f6089b12c28f8e36
130+ uses : navikt/sf-platform/.github/actions/commitFiles@323e0dca12f97267450e9982864d2db1b8d73395
131131 if : steps.build.outputs.artifactsFound == 'true'
132132 with :
133133 files : sfdx-project.json
@@ -153,14 +153,14 @@ jobs:
153153 echo "::endgroup::"
154154
155155 - name : Push logged metrics
156- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
156+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
157157 with :
158158 metricsKey : ${{ secrets.METRICS_KEYS }}
159159
160160 # Upload build artifacts and logs if present
161161 - name : Upload Artifacts and Logs
162162 if : steps.build.outputs.artifactsFound == 'true'
163- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@2587bfd49c2659fb02009a3329618e7069915f5d
163+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@323e0dca12f97267450e9982864d2db1b8d73395
164164 with :
165165 artifactName : build-artifacts
166166 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@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
48+ uses : navikt/sf-platform/.github/actions/installSfCli@323e0dca12f97267450e9982864d2db1b8d73395
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@b1e3711068f7dda59fc14a8fd44f6cee1b859915
211+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
212212 with :
213213 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 3131 shell : bash
3232 steps :
3333 - name : Install SF CLI
34- uses : navikt/sf-platform/.github/actions/installSfCli@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
34+ uses : navikt/sf-platform/.github/actions/installSfCli@323e0dca12f97267450e9982864d2db1b8d73395
3535 with :
3636 version : ${{ vars.SF_CLI_VERSION }}
3737
7777
7878 - name : Prettier Check
7979 if : ${{ !cancelled() && steps.paths.outcome == 'success' }}
80- uses : navikt/sf-platform/.github/actions/prettierCheck@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
80+ uses : navikt/sf-platform/.github/actions/prettierCheck@323e0dca12f97267450e9982864d2db1b8d73395
8181 with :
8282 pathToValidate : ${{ steps.paths.outputs.prettierPathsToValidate }}
8383
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@b1e3711068f7dda59fc14a8fd44f6cee1b859915
275+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
276276 with :
277277 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
30- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
30+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
3131 id : checkChanges
3232
3333 quickBuild :
6363
6464 - name : Upload artifacts and logs
6565 if : always()
66- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
66+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@323e0dca12f97267450e9982864d2db1b8d73395
6767 with :
6868 artifactName : build-artifacts
6969 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@b1e3711068f7dda59fc14a8fd44f6cee1b859915
76+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
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@b1e3711068f7dda59fc14a8fd44f6cee1b859915
57+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
5858 with :
5959 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131 persist-credentials : false
3232
33- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
33+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
3434 id : checkChanges
3535
3636 validateChanges :
@@ -105,7 +105,7 @@ jobs:
105105 fi
106106
107107 - name : Push logged metrics
108- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
108+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
109109 with :
110110 metricsKey : ${{ secrets.METRICS_KEYS }}
111111
@@ -119,6 +119,6 @@ jobs:
119119 pull-requests : write
120120 steps :
121121 - name : Set pull request to draft
122- uses : navikt/sf-platform/.github/actions/setPrToDraft@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
122+ uses : navikt/sf-platform/.github/actions/setPrToDraft@323e0dca12f97267450e9982864d2db1b8d73395
123123 with :
124124 pullRequestId : ${{ github.event.pull_request.node_id }}
You can’t perform that action at this time.
0 commit comments