Skip to content

chore(deps): bump software.amazon.awssdk:core from 2.30.18 to 2.42.25 in /TestVectors/runtimes/java #6210

chore(deps): bump software.amazon.awssdk:core from 2.30.18 to 2.42.25 in /TestVectors/runtimes/java

chore(deps): bump software.amazon.awssdk:core from 2.30.18 to 2.42.25 in /TestVectors/runtimes/java #6210

# This workflow performs static analysis checks.
name: static analysis
on:
pull_request:
push:
branches:
- main
jobs:
not-grep:
permissions:
contents: read
pull-requests: write
id-token: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Install setuptools dependency
run: |
python -m pip install --upgrade pip
python -m pip install setuptools==81.0.0
- name: not-grep
uses: mattsb42-meta/[email protected]