Skip to content

Commit f61f0d7

Browse files
chore(deps): bump the gha group with 3 updates (#96)
Bumps the gha group with 3 updates: [navikt/sf-platform](https://github.com/navikt/sf-platform), [actions/setup-node](https://github.com/actions/setup-node) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `navikt/sf-platform` from cfe393a to 537bd8d - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](cfe393a...537bd8d) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `astral-sh/setup-uv` from 6.6.0 to 6.6.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@4959332...557e51d) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: 537bd8d dependency-type: direct:production dependency-group: gha - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: astral-sh/setup-uv dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f8af6f commit f61f0d7

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:
@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Prettier Check
9292
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
93-
uses: navikt/sf-platform/.github/actions/prettierCheck@cfe393a0ec7dd2fa8af1388bc159192673a87c94
93+
uses: navikt/sf-platform/.github/actions/prettierCheck@06dfcd9b3ba08f6c27a650c6f315ed5730491540
9494
with:
9595
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}
9696

.github/workflows/createRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
printf 'RELEASE_NAME=%q%s' "$RELEASE_NAME_PREFIX" "$(date +%s%3N)" >> "$GITHUB_ENV"
4949
5050
- name: Authenticate Node
51-
uses: actions/setup-node@v4
51+
uses: actions/setup-node@v5
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@cfe393a0ec7dd2fa8af1388bc159192673a87c94
275+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@06dfcd9b3ba08f6c27a650c6f315ed5730491540
276276
with:
277277
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/quickbuildOnPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false
31-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
31+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@06dfcd9b3ba08f6c27a650c6f315ed5730491540
3232
id: checkChanges
3333

3434
quickBuild:
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload artifacts and logs
6666
if: always()
67-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@cfe393a0ec7dd2fa8af1388bc159192673a87c94
67+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@06dfcd9b3ba08f6c27a650c6f315ed5730491540
6868
with:
6969
artifactName: build-artifacts
7070
uploadArtifacts: true

.github/workflows/releaseToDev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
steps:
4747
- name: Authenticate Node
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@v5
4949
with:
5050
registry-url: https://npm.pkg.github.com
5151

@@ -73,6 +73,6 @@ jobs:
7373
auth_token: ${{ secrets.GITHUB_TOKEN }}
7474

7575
- name: Push logged metrics
76-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
76+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@06dfcd9b3ba08f6c27a650c6f315ed5730491540
7777
with:
7878
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/releaseToProd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
steps:
3434
- name: Authenticate Node
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@v5
3636
with:
3737
registry-url: https://npm.pkg.github.com
3838

@@ -54,6 +54,6 @@ jobs:
5454
auth_token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Push logged metrics
57-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@cfe393a0ec7dd2fa8af1388bc159192673a87c94
57+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@06dfcd9b3ba08f6c27a650c6f315ed5730491540
5858
with:
5959
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/validatePackageChangesOnPr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
persist-credentials: false
3434

35-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@cfe393a0ec7dd2fa8af1388bc159192673a87c94
35+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@06dfcd9b3ba08f6c27a650c6f315ed5730491540
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@cfe393a0ec7dd2fa8af1388bc159192673a87c94
110+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@06dfcd9b3ba08f6c27a650c6f315ed5730491540
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@cfe393a0ec7dd2fa8af1388bc159192673a87c94
124+
uses: navikt/sf-platform/.github/actions/setPrToDraft@06dfcd9b3ba08f6c27a650c6f315ed5730491540
125125
with:
126126
pullRequestId: ${{ github.event.pull_request.node_id }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Install the latest version of uv
31-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b
31+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6
3232

3333
- name: Run zizmor
3434
run: uvx zizmor --format sarif . > results.sarif

0 commit comments

Comments
 (0)