diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index 127c85e..6768c29 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d2596cee411c6ca359288740c5eadfc8ee1c0cad 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d2596cee411c6ca359288740c5eadfc8ee1c0cad 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: artifactName: build-artifacts uploadArtifacts: true diff --git a/.github/workflows/ciStaticCodeValidation.yml b/.github/workflows/ciStaticCodeValidation.yml index 64a153e..1e4254d 100644 --- a/.github/workflows/ciStaticCodeValidation.yml +++ b/.github/workflows/ciStaticCodeValidation.yml @@ -47,7 +47,7 @@ jobs: fi - name: Cache npm (sf CLI) - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: ~/.npm key: npm-${{ runner.os }}-sf-cli-$SF_CLI_VERSION-${{ steps.cachekey.outputs.suffix }} @@ -90,7 +90,7 @@ jobs: - name: Prettier Check if: ${{ !cancelled() && steps.paths.outcome == 'success' }} - uses: navikt/sf-platform/.github/actions/prettierCheck@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/prettierCheck@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }} diff --git a/.github/workflows/createRelease.yml b/.github/workflows/createRelease.yml index 7a160f9..6641fc0 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/quickbuildOnPush.yml b/.github/workflows/quickbuildOnPush.yml index 5341910..65c08e4 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d2596cee411c6ca359288740c5eadfc8ee1c0cad id: checkChanges quickBuild: @@ -64,7 +64,7 @@ jobs: - name: Upload artifacts and logs if: always() - uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: artifactName: build-artifacts uploadArtifacts: true diff --git a/.github/workflows/releaseToDev.yml b/.github/workflows/releaseToDev.yml index 5adfaf3..49ae95c 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/releaseToProd.yml b/.github/workflows/releaseToProd.yml index f34a679..07b6551 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: metricsKey: ${{ secrets.METRICS_KEYS }} diff --git a/.github/workflows/validatePackageChangesOnPr.yml b/.github/workflows/validatePackageChangesOnPr.yml index b32f94e..cd85246 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@d2596cee411c6ca359288740c5eadfc8ee1c0cad id: checkChanges validateChanges: @@ -107,7 +107,7 @@ jobs: fi - name: Push logged metrics - uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@d2596cee411c6ca359288740c5eadfc8ee1c0cad 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@d6f0aae98bc4187fcf85b6769ca3534838e76c95 + uses: navikt/sf-platform/.github/actions/setPrToDraft@d2596cee411c6ca359288740c5eadfc8ee1c0cad with: pullRequestId: ${{ github.event.pull_request.node_id }}