Skip to content

Commit d3cdd56

Browse files
dependabot[bot]nocturnalnematode
authored andcommitted
chore(deps): bump the gha group with 2 updates
Bumps the gha group with 2 updates: [navikt/sf-platform](https://github.com/navikt/sf-platform) and [forcedotcom/run-code-analyzer](https://github.com/forcedotcom/run-code-analyzer). Updates `navikt/sf-platform` from 4b2f5e4 to b93a12c - [Release notes](https://github.com/navikt/sf-platform/releases) - [Commits](4b2f5e4...b93a12c) Updates `forcedotcom/run-code-analyzer` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/forcedotcom/run-code-analyzer/releases) - [Commits](forcedotcom/run-code-analyzer@13c0e76...d6855b9) --- updated-dependencies: - dependency-name: navikt/sf-platform dependency-version: b93a12c dependency-type: direct:production dependency-group: gha - dependency-name: forcedotcom/run-code-analyzer dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4995202 commit d3cdd56

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 2 additions & 2 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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
43+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
4444
id: checkChanges
4545

4646
buildAndPublish:
@@ -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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
140+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
141141
with:
142142
artifactName: "build-artifacts"
143143
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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
48+
uses: navikt/sf-platform/.github/actions/installSfCli@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
4949
with:
5050
version: ${{ vars.SF_CLI_VERSION }}
5151

.github/workflows/ciStaticCodeValidation.yml

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

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

8282
- name: Prettier Check
8383
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
84-
uses: navikt/sf-platform/.github/actions/prettierCheck@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
84+
uses: navikt/sf-platform/.github/actions/prettierCheck@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
90+
uses: navikt/sf-platform/.github/actions/eslintCheck@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
9191
with:
9292
pathToValidate: ${{ steps.paths.outputs.eslintPathsToValidate }}
9393

9494
- name: Run Salesforce Code Analyzer
9595
id: run-code-analyzer
9696
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
97-
uses: forcedotcom/run-code-analyzer@13c0e7699093dc6294eefe19d1106eeda363c898
97+
uses: forcedotcom/run-code-analyzer@d6855b96f5d988b068f4bf000ec5d9cbaa5350b2
9898
with:
9999
run-arguments: --workspace ${{ steps.paths.outputs.sfCodeAnalyzerPathToValidate }} --view detail --output-file sfca_results.html --output-file sfca_results.json --output-file code-analyzer-report.sarif
100100
results-artifact-name: salesforce-code-analyzer-results

.github/workflows/on_push_pr_branch.yml

Lines changed: 2 additions & 2 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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
43+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
4444
id: checkChanges
4545

4646
# Validate changes
@@ -181,7 +181,7 @@ jobs:
181181
# The logs are uploaded with the name "build-logs"
182182
- name: Upload artifacts and logs
183183
if: always()
184-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
184+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
185185
with:
186186
artifactName: "build-artifacts"
187187
uploadArtifacts: true

.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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
30+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
66+
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
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@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
33+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
3434
id: checkChanges
3535

3636
validateChanges:
@@ -114,6 +114,6 @@ jobs:
114114
pull-requests: write
115115
steps:
116116
- name: Set pull request to draft
117-
uses: navikt/sf-platform/.github/actions/setPrToDraft@4b2f5e4eda528319b65a8be572a3dfef0b254fbf
117+
uses: navikt/sf-platform/.github/actions/setPrToDraft@b93a12cb04037762a2c6b2ae2a40ad9e3d00aec2
118118
with:
119119
pullRequestId: ${{ github.event.pull_request.node_id }}

0 commit comments

Comments
 (0)