File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 # Action for checking out a repo - https://github.com/actions/checkout
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 # GitHub Action to set up Docker Buildx - https://github.com/docker/setup-buildx-action
2020 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 4242 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2121 steps :
2222 # Action for checking out a repo - https://github.com/actions/checkout
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 # https://github.com/actions/setup-python
2727 - name : Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
7474
7575 steps :
7676 - name : Checkout repository
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
7878
7979 - name : Set up Python
8080 uses : actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136
137137 steps :
138138 - name : Checkout repository
139- uses : actions/checkout@v4
139+ uses : actions/checkout@v5
140140
141141 - name : Set up Python
142142 uses : actions/setup-python@v6
@@ -193,7 +193,7 @@ jobs:
193193 steps :
194194 # Action for checking out a repo - https://github.com/actions/checkout
195195 - name : Checkout repository
196- uses : actions/checkout@v4
196+ uses : actions/checkout@v5
197197
198198 # https://github.com/actions/setup-python
199199 - name : Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments