Skip to content

Commit cb22394

Browse files
Merge remote-tracking branch 'origin/master' into dependabot/github_actions/actions/setup-java-5
🔒 Scanned for secrets using gitleaks 8.28.0
2 parents f3a3335 + 1400272 commit cb22394

10 files changed

Lines changed: 5 additions & 95 deletions

File tree

.buildscript/bootstrap.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

.buildscript/cli.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.buildscript/deploy_snapshot.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

.buildscript/e2e.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

.buildscript/settings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/build-and-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Harden the runner (Audit all outbound calls)
14-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
14+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1515
with:
1616
egress-policy: audit
1717

@@ -98,4 +98,4 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
100100
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
101-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=rudderlabs_rudder-sdk-java
101+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=rudderlabs_rudder-sdk-java

.github/workflows/check-pr-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Harden the runner (Audit all outbound calls)
13-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1414
with:
1515
egress-policy: audit
1616

1717
- name: Checkout source branch
1818
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919

2020
- name: Check PR title
21-
uses: rudderlabs/github-action-check-pr-title@29308e12984bdb3f3dcf8dcec3308f4f4652529c # v1.0.7
21+
uses: rudderlabs/github-action-check-pr-title@29308e12984bdb3f3dcf8dcec3308f4f4652529c # v1.0.7

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build & Code Quality Checks](https://github.com/rudderlabs/rudder-sdk-java/actions/workflows/build-and-quality-checks.yml/badge.svg?branch=ci%2FaddCIFeatures)](https://github.com/rudderlabs/rudder-sdk-java/actions/workflows/build-and-quality-checks.yml)
2+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/rudderlabs/rudder-sdk-java)
23

34
# What is RudderStack?
45

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@
337337
<!--<autoVersionSubmodules>true</autoVersionSubmodules>
338338
<checkModificationExcludes>
339339
<checkModificationExclude>pom.xml</checkModificationExclude>
340-
<checkModificationExclude>.buildscript/settings.xml</checkModificationExclude>
341340
</checkModificationExcludes>
342341
<autoReleaseAfterClose>true</autoReleaseAfterClose>-->
343342
</configuration>

release.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)