There was an error while loading. Please reload this page.
1 parent c00cfac commit b4846f9Copy full SHA for b4846f9
1 file changed
.github/workflows/supply-chain.yml
@@ -28,11 +28,11 @@ jobs:
28
strategy:
29
matrix:
30
python-version:
31
- - '3.9'
32
- - '3.13'
+ - '3.10'
+ - '3.14'
33
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
36
with:
37
# This enables supply chain review against only a selected
38
# branch. For those using the "Git-Flow" style of branching,
@@ -42,7 +42,7 @@ jobs:
42
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
43
ref: develop
44
- name: Set up Python ${{ matrix.python-version }}
45
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v7
46
47
python-version: ${{ matrix.python-version }}
48
- name: Review dependencies
0 commit comments