Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/buildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
persist-credentials: false

# Check for changes in the src directory excluding .md files
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@5a37e9b86c238d23ec7bc31cd8d437daaad6e952
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
id: checkChanges

buildAndPublish:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

# Sets up Salesforce CLI authentication for the DevHub
- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "devhub"
Expand Down Expand Up @@ -137,7 +137,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@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
artifactName: "build-artifacts"
uploadArtifacts: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ciCreatePlatformPool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
canReplenishPool: ${{ steps.checkLimits.outputs.canReplenishPool }}
steps:
- name: Setup SF CLI
uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/installSfCli@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
version: ${{ vars.SF_CLI_VERSION }}

- name: "Authenticate Dev Hub"
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: devhub
Expand Down Expand Up @@ -140,15 +140,15 @@ jobs:
CLEAR_POOLS: ${{ inputs.clearPools }}

- name: "Authenticate Dev Hub"
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: devhub

- name: "Clear pool"
id: clearPool
if: ${{ inputs.clearPools }}
uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/ciDeletePool@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
devhub: "devhub"
poolTag: ${{ env.POOL_TAG }}
Expand All @@ -162,7 +162,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Delete orphans"
uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/ciDeletePool@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
devhub: "devhub"
deleteJobType: orphans
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ciStaticCodeValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shell: "bash"
steps:
- name: "Install SF CLI"
uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/installSfCli@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
version: ${{ vars.SF_CLI_VERSION }}

Expand Down Expand Up @@ -81,13 +81,13 @@ jobs:

- name: Prettier Check
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
uses: navikt/sf-platform/.github/actions/prettierCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/prettierCheck@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}

- name: Eslint check
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
uses: navikt/sf-platform/.github/actions/eslintCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/eslintCheck@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/createRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Sets up Salesforce CLI authentication for the DevHub

- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "${{ env.DEVHUB_ALIAS }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on_push_pr_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
persist-credentials: false

# Check for changes in the src directory excluding .md files
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@5a37e9b86c238d23ec7bc31cd8d437daaad6e952
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
id: checkChanges

# Validate changes
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

# Authenticate with DevHub
- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "devhub"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
# The logs are uploaded with the name "build-logs"
- name: Upload artifacts and logs
if: always()
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
artifactName: "build-artifacts"
uploadArtifacts: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quickbuildOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@5a37e9b86c238d23ec7bc31cd8d437daaad6e952
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
id: checkChanges

quickBuild:
Expand All @@ -47,7 +47,7 @@ jobs:
persist-credentials: true

- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "devhub"
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Upload artifacts and logs
if: always()
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
artifactName: "build-artifacts"
uploadArtifacts: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:

# Sets up Salesforce CLI authentication for the DevHub
- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "devhub"
setDefaultDevhubUsername: "true"

# Sets up Salesforce CLI authentication for the DevHub
- name: Authenticate Target Org
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.TARGET_ORG_URL }}
alias: "targetorg"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validatePackageChangesOnPr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@5a37e9b86c238d23ec7bc31cd8d437daaad6e952
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
id: checkChanges

validateChanges:
Expand All @@ -50,7 +50,7 @@ jobs:
persist-credentials: true

- name: Authenticate DevHub
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
with:
auth-url: ${{ secrets.SF_DEVHUB_URL }}
alias: "devhub"
Expand Down
Loading