File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Log in to the Container registry
2929 uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.9"]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@v5
2020 with :
You can’t perform that action at this time.
0 commit comments