We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363a5d commit 2dc88c4Copy full SHA for 2dc88c4
.github/workflows/analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-24.04
26
timeout-minutes: 1
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Run Trivy vulnerability scanner in repo mode
30
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
31
with:
@@ -55,7 +55,7 @@ jobs:
55
SECRET_KEY: 'temporary_debug_key'
56
timeout-minutes: 15
57
58
59
- name: Setup Python
60
uses: actions/setup-python@v5
61
0 commit comments