@@ -37,13 +37,13 @@ jobs:
3737 contents : read
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141 with :
4242 fetch-depth : 0 # Full history needed for change detection
4343 persist-credentials : false
4444
4545 # Check for changes in the src directory excluding .md files
46- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
4747 id : checkChanges
4848
4949 buildAndPublish :
6868 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
71+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7272 with :
7373 fetch-depth : 0 # Full history for release definition and changelog
7474 persist-credentials : true
@@ -128,7 +128,7 @@ jobs:
128128 echo "::endgroup::"
129129
130130 - name : Commit changes
131- uses : navikt/sf-platform/.github/actions/commitFiles@eb5b379e3b162280de8f5b9566cb41c25f0832f5
131+ uses : navikt/sf-platform/.github/actions/commitFiles@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
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@d77aeff38e7ba9938368c80e415f8615b1cc4308
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
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@eb5b379e3b162280de8f5b9566cb41c25f0832f5
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@0d7fbc7dd02eeb0ed965aa3f0ca1e8010a9ee83e
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
0 commit comments