Skip to content

Commit 9d1fdc6

Browse files
committed
resolve: Complete deletion of testing workflows after merge conflict
- Resolved merge conflicts by confirming deletion of ci.yml, quality.yml, and release.yml - All testing-related workflows have been successfully removed - Only Docker, Security, and Stale workflows remain active
2 parents f8584c4 + c449c7e commit 9d1fdc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.x'
2525

@@ -45,7 +45,7 @@ jobs:
4545
semgrep --config=auto . || echo "Static analysis issues found"
4646
4747
- name: Upload security reports
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
if: always()
5050
with:
5151
name: security-reports

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Mark stale issues and PRs
17-
uses: actions/stale@v8
17+
uses: actions/stale@v9
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)