Skip to content

Commit c3d28e5

Browse files
chore(deps): bump navikt/sf-platform in the gha group (#89)
Bumps the gha group with 1 update: [navikt/sf-platform](https://github.com/navikt/sf-platform). Updates `navikt/sf-platform` from 4170a89 to eb5b379 - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](4170a89...eb5b379) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: eb5b379 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 771b0fa commit c3d28e5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 3 additions & 3 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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
45+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
130+
uses: navikt/sf-platform/.github/actions/commitFiles@eb5b379e3b162280de8f5b9566cb41c25f0832f5
131131
if: steps.build.outputs.artifactsFound == 'true'
132132
with:
133133
files: sfdx-project.json
@@ -161,7 +161,7 @@ jobs:
161161
# Upload build artifacts and logs if present
162162
- name: Upload Artifacts and Logs
163163
if: steps.build.outputs.artifactsFound == 'true'
164-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@4170a89ba68d6275b5924c2b3179ed7ca3278dad
164+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@eb5b379e3b162280de8f5b9566cb41c25f0832f5
165165
with:
166166
artifactName: build-artifacts
167167
uploadArtifacts: true

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 1 addition & 1 deletion
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
48+
uses: navikt/sf-platform/.github/actions/installSfCli@eb5b379e3b162280de8f5b9566cb41c25f0832f5
4949
with:
5050
version: ${{ vars.SF_CLI_VERSION }}
5151

.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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
34+
uses: navikt/sf-platform/.github/actions/installSfCli@eb5b379e3b162280de8f5b9566cb41c25f0832f5
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
80+
uses: navikt/sf-platform/.github/actions/prettierCheck@eb5b379e3b162280de8f5b9566cb41c25f0832f5
8181
with:
8282
pathToValidate: ${{ steps.paths.outputs.prettierPathsToValidate }}
8383

.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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
30+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
66+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@eb5b379e3b162280de8f5b9566cb41c25f0832f5
6767
with:
6868
artifactName: build-artifacts
6969
uploadArtifacts: true

.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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
33+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@eb5b379e3b162280de8f5b9566cb41c25f0832f5
3434
id: checkChanges
3535

3636
validateChanges:
@@ -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@4170a89ba68d6275b5924c2b3179ed7ca3278dad
122+
uses: navikt/sf-platform/.github/actions/setPrToDraft@eb5b379e3b162280de8f5b9566cb41c25f0832f5
123123
with:
124124
pullRequestId: ${{ github.event.pull_request.node_id }}

0 commit comments

Comments
 (0)