File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 4343 persist-credentials : false
4444
4545 # Check for changes in the src directory excluding .md files
46- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@4591965e00c659878b6671ad54156e002d4709af
46+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
4747 id : checkChanges
4848
4949 buildAndPublish :
7474 persist-credentials : true
7575
7676 - name : Authenticate Node
77- uses : actions/setup-node@v5
77+ uses : actions/setup-node@v6
7878 with :
7979 registry-url : " https://npm.pkg.github.com"
8080
@@ -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@4591965e00c659878b6671ad54156e002d4709af
158+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
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@4591965e00c659878b6671ad54156e002d4709af
165+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
166166 with :
167167 artifactName : build-artifacts
168168 uploadArtifacts : true
Original file line number Diff line number Diff line change 9090
9191 - name : Prettier Check
9292 if : ${{ !cancelled() && steps.paths.outcome == 'success' }}
93- uses : navikt/sf-platform/.github/actions/prettierCheck@4591965e00c659878b6671ad54156e002d4709af
93+ uses : navikt/sf-platform/.github/actions/prettierCheck@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
9494 with :
9595 pathToValidate : ${{ steps.paths.outputs.prettierPathsToValidate }}
9696
Original file line number Diff line number Diff line change 4848 printf 'RELEASE_NAME=%q%s' "$RELEASE_NAME_PREFIX" "$(date +%s%3N)" >> "$GITHUB_ENV"
4949
5050 - name : Authenticate Node
51- uses : actions/setup-node@v5
51+ uses : actions/setup-node@v6
5252 with :
5353 registry-url : https://npm.pkg.github.com
5454
@@ -272,6 +272,6 @@ jobs:
272272 echo "::endgroup::"
273273
274274 - name : Push logged metrics
275- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@4591965e00c659878b6671ad54156e002d4709af
275+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
276276 with :
277277 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false
31- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@4591965e00c659878b6671ad54156e002d4709af
31+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
3232 id : checkChanges
3333
3434 quickBuild :
6464
6565 - name : Upload artifacts and logs
6666 if : always()
67- uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@4591965e00c659878b6671ad54156e002d4709af
67+ uses : navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
6868 with :
6969 artifactName : build-artifacts
7070 uploadArtifacts : true
Original file line number Diff line number Diff line change 4545 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 steps :
4747 - name : Authenticate Node
48- uses : actions/setup-node@v5
48+ uses : actions/setup-node@v6
4949 with :
5050 registry-url : https://npm.pkg.github.com
5151
7373 auth_token : ${{ secrets.GITHUB_TOKEN }}
7474
7575 - name : Push logged metrics
76- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@4591965e00c659878b6671ad54156e002d4709af
76+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
7777 with :
7878 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 3232 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 steps :
3434 - name : Authenticate Node
35- uses : actions/setup-node@v5
35+ uses : actions/setup-node@v6
3636 with :
3737 registry-url : https://npm.pkg.github.com
3838
5454 auth_token : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Push logged metrics
57- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@4591965e00c659878b6671ad54156e002d4709af
57+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
5858 with :
5959 metricsKey : ${{ secrets.METRICS_KEYS }}
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333 persist-credentials : false
3434
35- - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@4591965e00c659878b6671ad54156e002d4709af
35+ - uses : navikt/sf-platform/.github/actions/checkForPackageChanges@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
3636 id : checkChanges
3737
3838 validateChanges :
@@ -107,7 +107,7 @@ jobs:
107107 fi
108108
109109 - name : Push logged metrics
110- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@4591965e00c659878b6671ad54156e002d4709af
110+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
111111 with :
112112 metricsKey : ${{ secrets.METRICS_KEYS }}
113113
@@ -121,6 +121,6 @@ jobs:
121121 pull-requests : write
122122 steps :
123123 - name : Set pull request to draft
124- uses : navikt/sf-platform/.github/actions/setPrToDraft@4591965e00c659878b6671ad54156e002d4709af
124+ uses : navikt/sf-platform/.github/actions/setPrToDraft@6a0baa17871b9ecb6b8d2b235c27ecaab120ed68
125125 with :
126126 pullRequestId : ${{ github.event.pull_request.node_id }}
Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : Install the latest version of uv
31- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
31+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
3232
3333 - name : Run zizmor
3434 run : uvx zizmor --format sarif . > results.sarif
You can’t perform that action at this time.
0 commit comments