File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
45+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
130+ uses : navikt/sf-platform/.github/actions/commitFiles@eb5b379e3b162280de8f5b9566cb41c25f0832f5
131131 if : steps.build.outputs.artifactsFound == 'true'
132132 with :
133133 files : sfdx-project.json
@@ -161,7 +161,7 @@ jobs:
161161 # Upload build artifacts and logs if present
162162 - name : Upload Artifacts and Logs
163163 if : steps.build.outputs.artifactsFound == 'true'
164- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@4170a89ba68d6275b5924c2b3179ed7ca3278dad
164+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@eb5b379e3b162280de8f5b9566cb41c25f0832f5
165165 with :
166166 artifactName : build-artifacts
167167 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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
48+ uses : navikt/sf-platform/.github/actions/installSfCli@eb5b379e3b162280de8f5b9566cb41c25f0832f5
4949 with :
5050 version : ${{ vars.SF_CLI_VERSION }}
5151
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
34+ uses : navikt/sf-platform/.github/actions/installSfCli@eb5b379e3b162280de8f5b9566cb41c25f0832f5
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
80+ uses : navikt/sf-platform/.github/actions/prettierCheck@eb5b379e3b162280de8f5b9566cb41c25f0832f5
8181 with :
8282 pathToValidate : ${{ steps.paths.outputs.prettierPathsToValidate }}
8383
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
30+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
3131 id : checkChanges
3232
3333 quickBuild :
6363
6464 - name : Upload artifacts and logs
6565 if : always()
66- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@4170a89ba68d6275b5924c2b3179ed7ca3278dad
66+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@eb5b379e3b162280de8f5b9566cb41c25f0832f5
6767 with :
6868 artifactName : build-artifacts
6969 uploadArtifacts : true
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
33+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
3434 id : checkChanges
3535
3636 validateChanges :
@@ -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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
122+ uses : navikt/sf-platform/.github/actions/setPrToDraft@eb5b379e3b162280de8f5b9566cb41c25f0832f5
123123 with :
124124 pullRequestId : ${{ github.event.pull_request.node_id }}
You can’t perform that action at this time.
0 commit comments