Skip to content

Commit f337784

Browse files
authored
Merge pull request #6 from ChildWerapol/claude/fix-github-action-error-0134tbH9xeE3hqvzJfKSh1JQ
Claude/fix GitHub action error 0134tb h9xe e3hqvz jf k sh1 jq
2 parents f65087f + f588ce7 commit f337784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v4
4343
with:
44-
python-version: '3.12'
44+
python-version: '3.11'
4545
cache: 'pip'
4646

4747
- name: Install dependencies
@@ -138,7 +138,7 @@ jobs:
138138
output: 'trivy-results.sarif'
139139

140140
- name: Upload Trivy results to GitHub Security tab
141-
uses: github/codeql-action/upload-sarif@v3
141+
uses: github/codeql-action/upload-sarif@v4
142142
with:
143143
sarif_file: 'trivy-results.sarif'
144144

0 commit comments

Comments
 (0)