Skip to content

Commit e4ffe44

Browse files
chore(deps): bump the gha group across 1 directory with 3 updates
Updates the requirements on [navikt/sf-platform](https://github.com/navikt/sf-platform), [forcedotcom/run-code-analyzer](https://github.com/forcedotcom/run-code-analyzer) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) to permit the latest version. Updates `navikt/sf-platform` to 29ac962 - [Commits](https://github.com/navikt/sf-platform/commits/29ac962b6ed07d99be923c42904e6cc24d34206d) Updates `forcedotcom/run-code-analyzer` from 1.0.0 to 2.1.0 - [Release notes](https://github.com/forcedotcom/run-code-analyzer/releases) - [Commits](forcedotcom/run-code-analyzer@bfae1fe...13c0e76) Updates `astral-sh/setup-uv` from 5.2.1 to 5.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@b5f58b2...1edb525) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-type: direct:production dependency-group: gha - dependency-name: forcedotcom/run-code-analyzer dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29ac962 commit e4ffe44

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/workflows/buildAndPublish.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
42-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
42+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@29ac962b6ed07d99be923c42904e6cc24d34206d
4343
id: checkChanges
4444

4545
createReleaseName:
@@ -87,7 +87,7 @@ jobs:
8787

8888
# Sets up Salesforce CLI authentication for the DevHub
8989
- name: Authenticate DevHub
90-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
90+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
9191
with:
9292
auth-url: ${{ secrets.SF_DEVHUB_URL }}
9393
alias: "devhub"
@@ -359,7 +359,7 @@ jobs:
359359
# Upload build artifacts and logs if present
360360
- name: Upload Artifacts and Logs
361361
if: steps.build.outputs.artifactsFound == 'true'
362-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@f318a266c5a7add9c091f9d3480164fed8abfc08
362+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@29ac962b6ed07d99be923c42904e6cc24d34206d
363363
with:
364364
artifactName: "build-artifacts"
365365
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@f318a266c5a7add9c091f9d3480164fed8abfc08
46+
uses: navikt/sf-platform/.github/actions/installSfCli@29ac962b6ed07d99be923c42904e6cc24d34206d
4747
with:
4848
version: ${{ vars.SF_CLI_VERSION }}
4949

5050
- name: "Authenticate Dev Hub"
51-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
51+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
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@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
143+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
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@f318a266c5a7add9c091f9d3480164fed8abfc08
151+
uses: navikt/sf-platform/.github/actions/ciDeletePool@29ac962b6ed07d99be923c42904e6cc24d34206d
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@f318a266c5a7add9c091f9d3480164fed8abfc08
165+
uses: navikt/sf-platform/.github/actions/ciDeletePool@29ac962b6ed07d99be923c42904e6cc24d34206d
166166
with:
167167
devhub: "devhub"
168168
deleteJobType: orphans

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
shell: "bash"
3131
steps:
3232
- name: "Install SF CLI"
33-
uses: navikt/sf-platform/.github/actions/installSfCli@f318a266c5a7add9c091f9d3480164fed8abfc08
33+
uses: navikt/sf-platform/.github/actions/installSfCli@29ac962b6ed07d99be923c42904e6cc24d34206d
3434
with:
3535
version: ${{ vars.SF_CLI_VERSION }}
3636

@@ -80,20 +80,20 @@ jobs:
8080

8181
- name: Prettier Check
8282
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
83-
uses: navikt/sf-platform/.github/actions/prettierCheck@f318a266c5a7add9c091f9d3480164fed8abfc08
83+
uses: navikt/sf-platform/.github/actions/prettierCheck@29ac962b6ed07d99be923c42904e6cc24d34206d
8484
with:
8585
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}
8686

8787
- name: Eslint check
8888
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
89-
uses: navikt/sf-platform/.github/actions/eslintCheck@f318a266c5a7add9c091f9d3480164fed8abfc08
89+
uses: navikt/sf-platform/.github/actions/eslintCheck@29ac962b6ed07d99be923c42904e6cc24d34206d
9090
with:
9191
pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }}
9292

9393
- name: Run Salesforce Code Analyzer
9494
id: run-code-analyzer
9595
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
96-
uses: forcedotcom/run-code-analyzer@bfae1fe9a8894aea78cf26d2463cc865fbf67b17
96+
uses: forcedotcom/run-code-analyzer@13c0e7699093dc6294eefe19d1106eeda363c898
9797
with:
9898
run-command: run
9999
run-arguments: --normalize-severity --outfile results.html --target ${{ steps.paths.outputs.sfCodeAnalyzerPathToValidate }}

.github/workflows/quickbuildOnPush.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
29-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
29+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@29ac962b6ed07d99be923c42904e6cc24d34206d
3030
id: checkChanges
3131

3232
quickBuild:
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: true
4747

4848
- name: Authenticate DevHub
49-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
49+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
5050
with:
5151
auth-url: ${{ secrets.SF_DEVHUB_URL }}
5252
alias: "devhub"
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload artifacts and logs
6464
if: always()
65-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@f318a266c5a7add9c091f9d3480164fed8abfc08
65+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@29ac962b6ed07d99be923c42904e6cc24d34206d
6666
with:
6767
artifactName: "build-artifacts"
6868
uploadArtifacts: true

.github/workflows/release.yml

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

3737
# Sets up Salesforce CLI authentication for the DevHub
3838
- name: Authenticate DevHub
39-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
39+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
4040
with:
4141
auth-url: ${{ secrets.SF_DEVHUB_URL }}
4242
alias: "devhub"
4343
setDefaultDevhubUsername: "true"
4444

4545
# Sets up Salesforce CLI authentication for the DevHub
4646
- name: Authenticate Target Org
47-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
47+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
4848
with:
4949
auth-url: ${{ secrets.TARGET_ORG_URL }}
5050
alias: "targetorg"

.github/workflows/validatePackageChangesOnPr.yml

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

33-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
33+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@29ac962b6ed07d99be923c42904e6cc24d34206d
3434
id: checkChanges
3535

3636
validateChanges:
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: true
5050

5151
- name: Authenticate DevHub
52-
uses: navikt/sf-platform/.github/actions/authenticateOrg@a0f22eb5d1c9d1ec5e345c04c96a786bd150042a
52+
uses: navikt/sf-platform/.github/actions/authenticateOrg@29ac962b6ed07d99be923c42904e6cc24d34206d
5353
with:
5454
auth-url: ${{ secrets.SF_DEVHUB_URL }}
5555
alias: "devhub"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
29+
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287
3030

3131
- name: Run zizmor
3232
run: uvx zizmor --format sarif . > results.sarif

0 commit comments

Comments
 (0)