4343 persist-credentials : false
4444
4545 # Check for changes in the src directory excluding .md files
46- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@06dfcd9b3ba08f6c27a650c6f315ed5730491540
4747 id : checkChanges
4848
4949 buildAndPublish :
7474 persist-credentials : true
7575
7676 - name : Authenticate Node
77- uses : actions/setup-node@v4
77+ uses : actions/setup-node@v5
7878 with :
7979 registry-url : " https://npm.pkg.github.com"
8080
@@ -128,7 +128,7 @@ jobs:
128128 echo "::endgroup::"
129129
130130 - name : Commit changes
131- uses : navikt/sf-platform/.github/actions/commitFiles@cfe393a0ec7dd2fa8af1388bc159192673a87c94
131+ uses : navikt/sf-platform/.github/actions/commitFiles@06dfcd9b3ba08f6c27a650c6f315ed5730491540
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@cfe393a0ec7dd2fa8af1388bc159192673a87c94
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@06dfcd9b3ba08f6c27a650c6f315ed5730491540
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@cfe393a0ec7dd2fa8af1388bc159192673a87c94
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@06dfcd9b3ba08f6c27a650c6f315ed5730491540
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
0 commit comments