Skip to content

Commit ffd84de

Browse files
chore(deps): update navikt/sf-platform requirement to 09bec67 (#77)
Updates the requirements on [navikt/sf-platform](https://github.com/navikt/sf-platform) to permit the latest version. Updates `navikt/sf-platform` to 09bec67 - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](https://github.com/navikt/sf-platform/commits/09bec679dcfdbada58c676710b824283a3f3fc34) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: '09bec679dcfdbada58c676710b824283a3f3fc34' dependency-type: direct:production dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0060a70 commit ffd84de

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
# Check for changes in the src directory excluding .md files
45-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
45+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
4646
id: checkChanges
4747

4848
buildAndPublish:
@@ -127,7 +127,7 @@ jobs:
127127
echo "::endgroup::"
128128
129129
- name: Commit changes
130-
uses: navikt/sf-platform/.github/actions/commitFiles@70d64ece7f145c50a1d6de12f6089b12c28f8e36
130+
uses: navikt/sf-platform/.github/actions/commitFiles@323e0dca12f97267450e9982864d2db1b8d73395
131131
if: steps.build.outputs.artifactsFound == 'true'
132132
with:
133133
files: sfdx-project.json
@@ -153,14 +153,14 @@ jobs:
153153
echo "::endgroup::"
154154
155155
- name: Push logged metrics
156-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
156+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
157157
with:
158158
metricsKey: ${{ secrets.METRICS_KEYS }}
159159

160160
# Upload build artifacts and logs if present
161161
- name: Upload Artifacts and Logs
162162
if: steps.build.outputs.artifactsFound == 'true'
163-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@2587bfd49c2659fb02009a3329618e7069915f5d
163+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@323e0dca12f97267450e9982864d2db1b8d73395
164164
with:
165165
artifactName: build-artifacts
166166
uploadArtifacts: true

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
canReplenishPool: ${{ steps.checkLimits.outputs.canReplenishPool }}
4646
steps:
4747
- name: Setup SF CLI
48-
uses: navikt/sf-platform/.github/actions/installSfCli@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
48+
uses: navikt/sf-platform/.github/actions/installSfCli@323e0dca12f97267450e9982864d2db1b8d73395
4949
with:
5050
version: ${{ vars.SF_CLI_VERSION }}
5151

@@ -208,6 +208,6 @@ jobs:
208208
isCiPool: ${{ matrix.pool.isCiPool }}
209209

210210
- name: Push logged metrics
211-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
211+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
212212
with:
213213
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 2 additions & 2 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@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
34+
uses: navikt/sf-platform/.github/actions/installSfCli@323e0dca12f97267450e9982864d2db1b8d73395
3535
with:
3636
version: ${{ vars.SF_CLI_VERSION }}
3737

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

7878
- name: Prettier Check
7979
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
80-
uses: navikt/sf-platform/.github/actions/prettierCheck@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
80+
uses: navikt/sf-platform/.github/actions/prettierCheck@323e0dca12f97267450e9982864d2db1b8d73395
8181
with:
8282
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}
8383

.github/workflows/createRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ jobs:
272272
echo "::endgroup::"
273273
274274
- name: Push logged metrics
275-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
275+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
276276
with:
277277
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/quickbuildOnPush.yml

Lines changed: 2 additions & 2 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@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
30+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
3131
id: checkChanges
3232

3333
quickBuild:
@@ -63,7 +63,7 @@ jobs:
6363

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

.github/workflows/releaseToDev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
auth_token: ${{ secrets.GITHUB_TOKEN }}
7474

7575
- name: Push logged metrics
76-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
76+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
7777
with:
7878
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/releaseToProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
auth_token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Push logged metrics
57-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
57+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
5858
with:
5959
metricsKey: ${{ secrets.METRICS_KEYS }}

.github/workflows/validatePackageChangesOnPr.yml

Lines changed: 3 additions & 3 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@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
33+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@323e0dca12f97267450e9982864d2db1b8d73395
3434
id: checkChanges
3535

3636
validateChanges:
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
- name: Push logged metrics
108-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@b1e3711068f7dda59fc14a8fd44f6cee1b859915
108+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@323e0dca12f97267450e9982864d2db1b8d73395
109109
with:
110110
metricsKey: ${{ secrets.METRICS_KEYS }}
111111

@@ -119,6 +119,6 @@ jobs:
119119
pull-requests: write
120120
steps:
121121
- name: Set pull request to draft
122-
uses: navikt/sf-platform/.github/actions/setPrToDraft@cdc0fe1ab477cdf5c025f6591f9da7601e3914f1
122+
uses: navikt/sf-platform/.github/actions/setPrToDraft@323e0dca12f97267450e9982864d2db1b8d73395
123123
with:
124124
pullRequestId: ${{ github.event.pull_request.node_id }}

0 commit comments

Comments
 (0)