File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : ' Checkout Repository'
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 - name : ' Dependency Review'
2424 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 with :
1414 # Disabling shallow clone is recommended for improving relevancy of reporting
1515 fetch-depth : 0
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.13'
2020 - name : Install pypa/build
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 # Disabling shallow clone is recommended for improving relevancy of reporting
1717 fetch-depth : 0
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.13'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 # Disabling shallow clone is recommended for improving relevancy of reporting
1717 fetch-depth : 0
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.13'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 # Disabling shallow clone is recommended for improving relevancy of reporting
2525 fetch-depth : 0
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.13'
3030 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments