Skip to content

Commit d7756a9

Browse files
chore(deps): bump the gha group across 1 directory with 2 updates (#59)
Bumps the gha group with 2 updates in the / directory: [navikt/sf-platform](https://github.com/navikt/sf-platform) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `navikt/sf-platform` from 45d5655 to d59523e - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](45d5655...d59523e) Updates `astral-sh/setup-uv` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@0c5e2b8...d4b2f3b) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: d59523e dependency-type: direct:production dependency-group: gha - dependency-name: astral-sh/setup-uv dependency-version: 5.4.2 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 dedb0fe commit d7756a9

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
persist-credentials: false
4141

4242
# Check for changes in the src directory excluding .md files
43-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
43+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
4444
id: checkChanges
4545

4646
buildAndPublish:
@@ -77,7 +77,7 @@ jobs:
7777

7878
# Sets up Salesforce CLI authentication for the DevHub
7979
- name: Authenticate DevHub
80-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
80+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
8181
with:
8282
auth-url: ${{ secrets.SF_DEVHUB_URL }}
8383
alias: "devhub"
@@ -137,7 +137,7 @@ jobs:
137137
# Upload build artifacts and logs if present
138138
- name: Upload Artifacts and Logs
139139
if: steps.build.outputs.artifactsFound == 'true'
140-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
140+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
141141
with:
142142
artifactName: "build-artifacts"
143143
uploadArtifacts: true

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
canReplenishPool: ${{ steps.checkLimits.outputs.canReplenishPool }}
4444
steps:
4545
- name: Setup SF CLI
46-
uses: navikt/sf-platform/.github/actions/installSfCli@45d5655f12fc14cbd9962c5364757ccc5bc9023e
46+
uses: navikt/sf-platform/.github/actions/installSfCli@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
4747
with:
4848
version: ${{ vars.SF_CLI_VERSION }}
4949

5050
- name: "Authenticate Dev Hub"
51-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
51+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
5252
with:
5353
auth-url: ${{ secrets.SF_DEVHUB_URL }}
5454
alias: devhub
@@ -140,15 +140,15 @@ jobs:
140140
CLEAR_POOLS: ${{ inputs.clearPools }}
141141

142142
- name: "Authenticate Dev Hub"
143-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
143+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
144144
with:
145145
auth-url: ${{ secrets.SF_DEVHUB_URL }}
146146
alias: devhub
147147

148148
- name: "Clear pool"
149149
id: clearPool
150150
if: ${{ inputs.clearPools }}
151-
uses: navikt/sf-platform/.github/actions/ciDeletePool@45d5655f12fc14cbd9962c5364757ccc5bc9023e
151+
uses: navikt/sf-platform/.github/actions/ciDeletePool@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
152152
with:
153153
devhub: "devhub"
154154
poolTag: ${{ env.POOL_TAG }}
@@ -162,7 +162,7 @@ jobs:
162162
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163

164164
- name: "Delete orphans"
165-
uses: navikt/sf-platform/.github/actions/ciDeletePool@45d5655f12fc14cbd9962c5364757ccc5bc9023e
165+
uses: navikt/sf-platform/.github/actions/ciDeletePool@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
166166
with:
167167
devhub: "devhub"
168168
deleteJobType: orphans

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: "bash"
3232
steps:
3333
- name: "Install SF CLI"
34-
uses: navikt/sf-platform/.github/actions/installSfCli@45d5655f12fc14cbd9962c5364757ccc5bc9023e
34+
uses: navikt/sf-platform/.github/actions/installSfCli@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
3535
with:
3636
version: ${{ vars.SF_CLI_VERSION }}
3737

@@ -81,13 +81,13 @@ jobs:
8181

8282
- name: Prettier Check
8383
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
84-
uses: navikt/sf-platform/.github/actions/prettierCheck@45d5655f12fc14cbd9962c5364757ccc5bc9023e
84+
uses: navikt/sf-platform/.github/actions/prettierCheck@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
8585
with:
8686
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}
8787

8888
- name: Eslint check
8989
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
90-
uses: navikt/sf-platform/.github/actions/eslintCheck@45d5655f12fc14cbd9962c5364757ccc5bc9023e
90+
uses: navikt/sf-platform/.github/actions/eslintCheck@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
9191
with:
9292
pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }}
9393

.github/workflows/createRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Sets up Salesforce CLI authentication for the DevHub
5858

5959
- name: Authenticate DevHub
60-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
60+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
6161
with:
6262
auth-url: ${{ secrets.SF_DEVHUB_URL }}
6363
alias: "${{ env.DEVHUB_ALIAS }}"

.github/workflows/on_push_pr_branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
# Check for changes in the src directory excluding .md files
42-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
42+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
4343
id: checkChanges
4444

4545
# Validate changes
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Authenticate with DevHub
7575
- name: Authenticate DevHub
76-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
76+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
7777
with:
7878
auth-url: ${{ secrets.SF_DEVHUB_URL }}
7979
alias: "devhub"
@@ -146,7 +146,7 @@ jobs:
146146
# The logs are uploaded with the name "build-logs"
147147
- name: Upload artifacts and logs
148148
if: always()
149-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
149+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
150150
with:
151151
artifactName: "build-artifacts"
152152
uploadArtifacts: true

.github/workflows/quickbuildOnPush.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
30+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
3131
id: checkChanges
3232

3333
quickBuild:
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: true
4848

4949
- name: Authenticate DevHub
50-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
50+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
5151
with:
5252
auth-url: ${{ secrets.SF_DEVHUB_URL }}
5353
alias: "devhub"
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Upload artifacts and logs
6565
if: always()
66-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@45d5655f12fc14cbd9962c5364757ccc5bc9023e
66+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
6767
with:
6868
artifactName: "build-artifacts"
6969
uploadArtifacts: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
# Sets up Salesforce CLI authentication for the DevHub
4040
- name: Authenticate DevHub
41-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
41+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
4242
with:
4343
auth-url: ${{ secrets.SF_DEVHUB_URL }}
4444
alias: "devhub"
4545
setDefaultDevhubUsername: "true"
4646

4747
# Sets up Salesforce CLI authentication for the DevHub
4848
- name: Authenticate Target Org
49-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
49+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
5050
with:
5151
auth-url: ${{ secrets.TARGET_ORG_URL }}
5252
alias: "targetorg"

.github/workflows/validatePackageChangesOnPr.yml

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

34-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@45d5655f12fc14cbd9962c5364757ccc5bc9023e
34+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
3535
id: checkChanges
3636

3737
validateChanges:
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: true
5151

5252
- name: Authenticate DevHub
53-
uses: navikt/sf-platform/.github/actions/authenticateOrg@45d5655f12fc14cbd9962c5364757ccc5bc9023e
53+
uses: navikt/sf-platform/.github/actions/authenticateOrg@dedb0fe6ba7f5656ae34d5c18acb75ab8228e4ee
5454
with:
5555
auth-url: ${{ secrets.SF_DEVHUB_URL }}
5656
alias: "devhub"

.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@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
31+
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86
3232

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

0 commit comments

Comments
 (0)