@@ -37,13 +37,13 @@ jobs:
3737 contents : read
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
40+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@8e4d95d394a4c0824ca56036b86a438894a84b49
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@b79b17356be49158fff788019a38a8cf0e60d964
4747 id : checkChanges
4848
4949 buildAndPublish :
6868 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
71+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@8e4d95d394a4c0824ca56036b86a438894a84b49
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@b79b17356be49158fff788019a38a8cf0e60d964
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@8e4d95d394a4c0824ca56036b86a438894a84b49
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@b79b17356be49158fff788019a38a8cf0e60d964
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
0 commit comments