@@ -37,13 +37,13 @@ jobs:
3737 contents : read
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@b79b17356be49158fff788019a38a8cf0e60d964
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@eed9b4e63657f61d5235bb59aee03b59739efb6c
4747 id : checkChanges
4848
4949 buildAndPublish :
6868 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
71+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
7272 with :
7373 fetch-depth : 0 # Full history for release definition and changelog
7474 persist-credentials : true
@@ -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@b79b17356be49158fff788019a38a8cf0e60d964
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@eed9b4e63657f61d5235bb59aee03b59739efb6c
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@b79b17356be49158fff788019a38a8cf0e60d964
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@eed9b4e63657f61d5235bb59aee03b59739efb6c
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
0 commit comments