Skip to content

fix(deps): bump aiohttp from 3.14.1 to 3.14.3 (#41) #46

fix(deps): bump aiohttp from 3.14.1 to 3.14.3 (#41)

fix(deps): bump aiohttp from 3.14.1 to 3.14.3 (#41) #46

Workflow file for this run

name: security
# Automated Security Helper (ASH) scan. Reports only, never blocks.
on:
push:
branches: [main]
workflow_dispatch:
jobs:
ash-scan:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Run ASH
run: >-
uvx git+https://github.com/awslabs/automated-security-helper.git@v3.1.2
--source-dir . --no-fail-on-findings
- name: Upload ASH reports
if: always()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ash-reports
path: .ash/ash_output/reports/
if-no-files-found: ignore