Skip to content

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

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

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

# This workflow performs static analysis checks.
name: static analysis
on:
pull_request:
push:
branches:
- main
jobs:
not-grep:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- 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/not-grep@1.0.0