From d9d323876654e02c99bb8527bad0821608f7add0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:15:25 +0000 Subject: [PATCH] chore(deps): bump navikt/sf-platform in the gha group Bumps the gha group with 1 update: [navikt/sf-platform](https://github.com/navikt/sf-platform). Updates `navikt/sf-platform` from bc917d0e489c10c35c7f66988d09a2dc820d5872 to d6f0aae98bc4187fcf85b6769ca3534838e76c95 - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](https://github.com/navikt/sf-platform/compare/bc917d0e489c10c35c7f66988d09a2dc820d5872...d6f0aae98bc4187fcf85b6769ca3534838e76c95) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: d6f0aae98bc4187fcf85b6769ca3534838e76c95 dependency-type: direct:production dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/buildAndPublish.yml | 6 +++--- .github/workflows/ciStaticCodeValidation.yml | 2 +- .github/workflows/createRelease.yml | 2 +- .github/workflows/quickbuildOnPush.yml | 4 ++-- .github/workflows/releaseToDev.yml | 2 +- .github/workflows/releaseToProd.yml | 2 +- .github/workflows/validatePackageChangesOnPr.yml | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index 55fa5e2..127c85e 100644 --- a/.github/workflows/buildAndPublish.yml +++ b/.github/workflows/buildAndPublish.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false # Check for changes in the src directory excluding .md files - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@bc917d0e489c10c35c7f66988d09a2dc820d5872 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d6f0aae98bc4187fcf85b6769ca3534838e76c95 id: checkChanges buildAndPublish: @@ -155,14 +155,14 @@ jobs: - name: Push logged metrics if: always() # Always push metrics regardless of build success - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: metricsKey: ${{ secrets.METRICS_KEYS }} # Upload build artifacts and logs if present - name: Upload Artifacts and Logs if: steps.build.outputs.artifactsFound == 'true' - uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: artifactName: build-artifacts uploadArtifacts: true diff --git a/.github/workflows/ciStaticCodeValidation.yml b/.github/workflows/ciStaticCodeValidation.yml index a2ac102..64a153e 100644 --- a/.github/workflows/ciStaticCodeValidation.yml +++ b/.github/workflows/ciStaticCodeValidation.yml @@ -90,7 +90,7 @@ jobs: - name: Prettier Check if: ${{ !cancelled() && steps.paths.outcome == 'success' }} - uses: navikt/sf-platform/.github/actions/prettierCheck@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/prettierCheck@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }} diff --git a/.github/workflows/createRelease.yml b/.github/workflows/createRelease.yml index 44697cd..7a160f9 100644 --- a/.github/workflows/createRelease.yml +++ b/.github/workflows/createRelease.yml @@ -272,6 +272,6 @@ jobs: echo "::endgroup::" - name: Push logged metrics - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/quickbuildOnPush.yml b/.github/workflows/quickbuildOnPush.yml index 1b10c33..5341910 100644 --- a/.github/workflows/quickbuildOnPush.yml +++ b/.github/workflows/quickbuildOnPush.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@bc917d0e489c10c35c7f66988d09a2dc820d5872 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d6f0aae98bc4187fcf85b6769ca3534838e76c95 id: checkChanges quickBuild: @@ -64,7 +64,7 @@ jobs: - name: Upload artifacts and logs if: always() - uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: artifactName: build-artifacts uploadArtifacts: true diff --git a/.github/workflows/releaseToDev.yml b/.github/workflows/releaseToDev.yml index 04d196a..5adfaf3 100644 --- a/.github/workflows/releaseToDev.yml +++ b/.github/workflows/releaseToDev.yml @@ -73,6 +73,6 @@ jobs: auth_token: ${{ secrets.GITHUB_TOKEN }} - name: Push logged metrics - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/releaseToProd.yml b/.github/workflows/releaseToProd.yml index 690f130..f34a679 100644 --- a/.github/workflows/releaseToProd.yml +++ b/.github/workflows/releaseToProd.yml @@ -54,6 +54,6 @@ jobs: auth_token: ${{ secrets.GITHUB_TOKEN }} - name: Push logged metrics - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/validatePackageChangesOnPr.yml b/.github/workflows/validatePackageChangesOnPr.yml index 99a5b44..b32f94e 100644 --- a/.github/workflows/validatePackageChangesOnPr.yml +++ b/.github/workflows/validatePackageChangesOnPr.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@bc917d0e489c10c35c7f66988d09a2dc820d5872 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d6f0aae98bc4187fcf85b6769ca3534838e76c95 id: checkChanges validateChanges: @@ -107,7 +107,7 @@ jobs: fi - name: Push logged metrics - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: metricsKey: ${{ secrets.METRICS_KEYS }} @@ -121,6 +121,6 @@ jobs: pull-requests: write steps: - name: Set pull request to draft - uses: navikt/sf-platform/.github/actions/setPrToDraft@bc917d0e489c10c35c7f66988d09a2dc820d5872 + uses: navikt/sf-platform/.github/actions/setPrToDraft@d6f0aae98bc4187fcf85b6769ca3534838e76c95 with: pullRequestId: ${{ github.event.pull_request.node_id }}