Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Bump axios from 1.16.0 to 1.18.0 in /test/webapp/site #222

Bump axios from 1.16.0 to 1.18.0 in /test/webapp/site

Bump axios from 1.16.0 to 1.18.0 in /test/webapp/site #222

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * *' # Daily at 12:00 UTC
name: Security Scan
permissions:
contents: read
jobs:
govulncheck:
name: Go Vulnerability Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run govulncheck
uses: golang/govulncheck-action@v1