Skip to content

[Snyk] Upgrade com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0 #92

[Snyk] Upgrade com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0

[Snyk] Upgrade com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0 #92

Workflow file for this run

name: Source Composition Analysis Scan
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all