We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1a803 commit 8375e14Copy full SHA for 8375e14
.github/workflows/build-test-release.yml
@@ -58,7 +58,7 @@ jobs:
58
- uses: actions/checkout@v4
59
- uses: actions/setup-python@v5
60
with:
61
- python-version: "3.7"
+ python-version: "3.12"
62
- uses: pre-commit/[email protected]
63
64
semgrep:
@@ -132,7 +132,7 @@ jobs:
132
- fossa-scan
133
- compliance-copyrights
134
- test-splunk-unit
135
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
136
strategy:
137
fail-fast: false
138
matrix:
@@ -166,7 +166,7 @@ jobs:
166
needs:
167
- test-splunk-external
168
- test-splunk-matrix
169
170
steps:
171
172
0 commit comments