Skip to content

Commit e7147c3

Browse files
authored
Harden RxJava CI toolchain (#8055)
* Pin invoked actions via SHA Hardening RxJava further. * Update discord-release-announce.yml * Update entropy-beauty-scan.yml * Update release-notify-x.yml * Update entropy-beauty-scan.yml fix trufflehog pin
1 parent de9fd55 commit e7147c3

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/discord-release-announce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Send release to Discord
15-
uses: SethCohen/github-releases-to-discord@v1 # check exact latest version
15+
uses: SethCohen/github-releases-to-discord@1b3dde6c63d699e660bf6e1b5605217b84d700fe # v1
1616
with:
1717
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
1818
# optional customizations below - most have good defaults

.github/workflows/entropy-beauty-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code (full history)
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Run TruffleHog
20-
uses: trufflesecurity/trufflehog@main
20+
uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 # main (as of March 2026)
2121
with:
2222
path: .
2323
extra_args: --results=verified,unknown --filter-entropy=3.5 --json

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13-
- uses: gradle/actions/wrapper-validation@v6
13+
- uses: gradle/actions/wrapper-validation@205054a7257716ec64af10a2e2ff1ac5d3b132db # v6
14+
15+

.github/workflows/release-notify-x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Post to @RxJava
15-
uses: captradeoff/x-post-action@v1.2 # or latest tag
15+
uses: captradeoff/x-post-action@d643d2bb835a1c915a056b2241cbda3c444d016d # v1.2
1616
with:
1717
appKey: ${{ secrets.X_APP_KEY }}
1818
appSecret: ${{ secrets.X_APP_SECRET }}

0 commit comments

Comments
 (0)