File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4.2.1
44+ uses : actions/checkout@v4.2.2
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4.2.1
28+ - uses : actions/checkout@v4.2.2
2929 - uses : actions/setup-python@v5.2.0
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
4949 - windows-latest
5050 runs-on : ${{ matrix.platform }}
5151 steps :
52- - uses : actions/checkout@v4.2.1
52+ - uses : actions/checkout@v4.2.2
5353 - uses : actions/setup-python@v5.2.0
5454 with :
5555 python-version : ${{ matrix.python-version }}
6767 # Only run on Ubuntu because most of the tests are skipped on Windows
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4.2.1
70+ - uses : actions/checkout@v4.2.2
7171 - uses : actions/setup-python@v5.2.0
7272 with :
7373 python-version : ${{ env.MIN_PYTHON_VERSION }}
7979 docs :
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v4.2.1
82+ - uses : actions/checkout@v4.2.2
8383 - uses : actions/setup-python@v5.2.0
8484 with :
8585 python-version : ${{ env.MIN_PYTHON_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4.2.1
116+ - uses : actions/checkout@v4.2.2
117117 - uses : actions/setup-python@v5.2.0
118118 with :
119119 python-version : ${{ env.MIN_PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : " Checkout repository"
22- uses : " actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 "
22+ uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 "
2323
2424 - name : " Setup Python"
2525 uses : " actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3"
You can’t perform that action at this time.
0 commit comments