Skip to content

Bump com.gradle.common-custom-user-data-gradle-plugin from 2.0.1 to 2.0.2 in /examples/write-behind-rxjava in the gradle-dependencies group #831

Bump com.gradle.common-custom-user-data-gradle-plugin from 2.0.1 to 2.0.2 in /examples/write-behind-rxjava in the gradle-dependencies group

Bump com.gradle.common-custom-user-data-gradle-plugin from 2.0.1 to 2.0.2 in /examples/write-behind-rxjava in the gradle-dependencies group #831

name: Dependency Review
permissions: read-all
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.deps.dev:443
api.github.com:443
github.com:443
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Dependency Review
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
with:
license-check: false
comment-summary-in-pr: on-failure
retry-on-snapshot-warnings: true
retry-on-snapshot-warnings-timeout: 600