WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[Security] Fix HIGH vulnerability: CVE-2025-6985 #1882

[Security] Fix HIGH vulnerability: CVE-2025-6985

[Security] Fix HIGH vulnerability: CVE-2025-6985 #1882

Workflow file for this run

name: Automation Workflow
on:
schedule:
- cron: '0 0 * * *'
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, reopened]
jobs:
mark-stale-issues:
runs-on: ubuntu-latest
steps:
- name: Mark stale issues
uses: actions/stale@v4
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
days-before-stale: 60
# Add additional jobs as needed
# job-name:
# runs-on: ubuntu-latest
# steps:
# - name: Job step name
# uses: action-name@version
# with:
# parameter1: value1
#