diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index b9e6c71..dd8b363 100644 --- a/.github/workflows/buildAndPublish.yml +++ b/.github/workflows/buildAndPublish.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false # Check for changes in the src directory excluding .md files - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@655e1dc08e58247b5ded00cb96e40f4a415bad85 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f id: checkChanges buildAndPublish: @@ -76,7 +76,7 @@ jobs: # Sets up Salesforce CLI authentication for the DevHub - name: Authenticate DevHub - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: "devhub" @@ -136,7 +136,7 @@ jobs: # 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@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: artifactName: "build-artifacts" uploadArtifacts: true diff --git a/.github/workflows/ciCreatePlatformPool.yml b/.github/workflows/ciCreatePlatformPool.yml index db2c217..5a76f37 100644 --- a/.github/workflows/ciCreatePlatformPool.yml +++ b/.github/workflows/ciCreatePlatformPool.yml @@ -43,12 +43,12 @@ jobs: canReplenishPool: ${{ steps.checkLimits.outputs.canReplenishPool }} steps: - name: Setup SF CLI - uses: navikt/sf-platform/.github/actions/installSfCli@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: version: ${{ vars.SF_CLI_VERSION }} - name: "Authenticate Dev Hub" - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: devhub @@ -140,7 +140,7 @@ jobs: CLEAR_POOLS: ${{ inputs.clearPools }} - name: "Authenticate Dev Hub" - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: devhub @@ -148,7 +148,7 @@ jobs: - name: "Clear pool" id: clearPool if: ${{ inputs.clearPools }} - uses: navikt/sf-platform/.github/actions/ciDeletePool@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: devhub: "devhub" poolTag: ${{ env.POOL_TAG }} @@ -162,7 +162,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Delete orphans" - uses: navikt/sf-platform/.github/actions/ciDeletePool@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: devhub: "devhub" deleteJobType: orphans diff --git a/.github/workflows/ciStaticCodeValidation.yml b/.github/workflows/ciStaticCodeValidation.yml index a05573c..65b25d0 100644 --- a/.github/workflows/ciStaticCodeValidation.yml +++ b/.github/workflows/ciStaticCodeValidation.yml @@ -30,7 +30,7 @@ jobs: shell: "bash" steps: - name: "Install SF CLI" - uses: navikt/sf-platform/.github/actions/installSfCli@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: version: ${{ vars.SF_CLI_VERSION }} @@ -80,13 +80,13 @@ jobs: - name: Prettier Check if: ${{ !cancelled() && steps.paths.outcome == 'success' }} - uses: navikt/sf-platform/.github/actions/prettierCheck@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/prettierCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }} - name: Eslint check if: ${{ !cancelled() && steps.paths.outcome == 'success' }} - uses: navikt/sf-platform/.github/actions/eslintCheck@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/eslintCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }} diff --git a/.github/workflows/createRelease.yml b/.github/workflows/createRelease.yml index 4372972..a8ea391 100644 --- a/.github/workflows/createRelease.yml +++ b/.github/workflows/createRelease.yml @@ -57,7 +57,7 @@ jobs: # Sets up Salesforce CLI authentication for the DevHub - name: Authenticate DevHub - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: "${{ env.DEVHUB_ALIAS }}" diff --git a/.github/workflows/quickbuildOnPush.yml b/.github/workflows/quickbuildOnPush.yml index a305a05..d55cfc0 100644 --- a/.github/workflows/quickbuildOnPush.yml +++ b/.github/workflows/quickbuildOnPush.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@655e1dc08e58247b5ded00cb96e40f4a415bad85 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f id: checkChanges quickBuild: @@ -46,7 +46,7 @@ jobs: persist-credentials: true - name: Authenticate DevHub - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: "devhub" @@ -62,7 +62,7 @@ jobs: - name: Upload artifacts and logs if: always() - uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: artifactName: "build-artifacts" uploadArtifacts: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dc5517..40bb215 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Sets up Salesforce CLI authentication for the DevHub - name: Authenticate DevHub - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: "devhub" @@ -46,7 +46,7 @@ jobs: # Sets up Salesforce CLI authentication for the DevHub - name: Authenticate Target Org - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.TARGET_ORG_URL }} alias: "targetorg" diff --git a/.github/workflows/validatePackageChangesOnPr.yml b/.github/workflows/validatePackageChangesOnPr.yml index 1ad9278..fb4b87e 100644 --- a/.github/workflows/validatePackageChangesOnPr.yml +++ b/.github/workflows/validatePackageChangesOnPr.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@655e1dc08e58247b5ded00cb96e40f4a415bad85 + - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f id: checkChanges validateChanges: @@ -49,7 +49,7 @@ jobs: persist-credentials: true - name: Authenticate DevHub - uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85 + uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f with: auth-url: ${{ secrets.SF_DEVHUB_URL }} alias: "devhub" diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index cf5fcfe..e21cb76 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 + uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 - name: Run zizmor run: uvx zizmor --format sarif . > results.sarif