Skip to content

Commit c4273dc

Browse files
chore(deps): bump the gha group with 2 updates (#50)
Bumps the gha group with 2 updates: [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 655e1dc to 8cb5b2d - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](655e1dc...8cb5b2d) Updates `astral-sh/setup-uv` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@2269511...0c5e2b8) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-type: direct:production dependency-group: gha - dependency-name: astral-sh/setup-uv 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> Co-authored-by: THS <[email protected]>
1 parent 8ccc0a2 commit c4273dc

File tree

8 files changed

+20
-20
lines changed

8 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 excluding .md files
42-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@655e1dc08e58247b5ded00cb96e40f4a415bad85
42+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
4343
id: checkChanges
4444

4545
buildAndPublish:
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Sets up Salesforce CLI authentication for the DevHub
7878
- name: Authenticate DevHub
79-
uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85
79+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
8080
with:
8181
auth-url: ${{ secrets.SF_DEVHUB_URL }}
8282
alias: "devhub"
@@ -136,7 +136,7 @@ jobs:
136136
# Upload build artifacts and logs if present
137137
- name: Upload Artifacts and Logs
138138
if: steps.build.outputs.artifactsFound == 'true'
139-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@655e1dc08e58247b5ded00cb96e40f4a415bad85
139+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
140140
with:
141141
artifactName: "build-artifacts"
142142
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
46+
uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
4747
with:
4848
version: ${{ vars.SF_CLI_VERSION }}
4949

5050
- name: "Authenticate Dev Hub"
51-
uses: navikt/sf-platform/.github/actions/authenticateOrg@655e1dc08e58247b5ded00cb96e40f4a415bad85
51+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
143+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
151+
uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
165+
uses: navikt/sf-platform/.github/actions/ciDeletePool@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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
@@ -30,7 +30,7 @@ jobs:
3030
shell: "bash"
3131
steps:
3232
- name: "Install SF CLI"
33-
uses: navikt/sf-platform/.github/actions/installSfCli@655e1dc08e58247b5ded00cb96e40f4a415bad85
33+
uses: navikt/sf-platform/.github/actions/installSfCli@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
3434
with:
3535
version: ${{ vars.SF_CLI_VERSION }}
3636

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

8181
- name: Prettier Check
8282
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
83-
uses: navikt/sf-platform/.github/actions/prettierCheck@655e1dc08e58247b5ded00cb96e40f4a415bad85
83+
uses: navikt/sf-platform/.github/actions/prettierCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
89+
uses: navikt/sf-platform/.github/actions/eslintCheck@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
9090
with:
9191
pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }}
9292

.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@655e1dc08e58247b5ded00cb96e40f4a415bad85
60+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
6161
with:
6262
auth-url: ${{ secrets.SF_DEVHUB_URL }}
6363
alias: "${{ env.DEVHUB_ALIAS }}"

.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@655e1dc08e58247b5ded00cb96e40f4a415bad85
29+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
49+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
65+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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
@@ -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@655e1dc08e58247b5ded00cb96e40f4a415bad85
41+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
49+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
persist-credentials: false
3232

33-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@655e1dc08e58247b5ded00cb96e40f4a415bad85
33+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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@655e1dc08e58247b5ded00cb96e40f4a415bad85
52+
uses: navikt/sf-platform/.github/actions/authenticateOrg@8cb5b2d5a19ce8ccfd5c4ee95cecddc4d5fa984f
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
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Install the latest version of uv
31-
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
31+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
3232

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

0 commit comments

Comments
 (0)