File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 submodules : true
2828
Original file line number Diff line number Diff line change 2929 security-events : write
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 submodules : true
3535
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Run Prettier on YAML files
3030 run : |
Original file line number Diff line number Diff line change 2929 env :
3030 ATTRIBUTIONS_FILE : THIRD_PARTY_LICENSES
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 submodules : true
3535
5555
5656 - name : Checkout ORT Repository
5757 if : steps.cache-ort.outputs.cache-hit != 'true'
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 with :
6060 repository : oss-review-toolkit/ort
6161 path : ./ort
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 # Fetch project source with GitHub Actions Checkout.
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 # Run the "semgrep ci" command on the command line of the docker image.
4242 - run : semgrep ci --config auto --no-suppress-errors --exclude-rule generic.secrets.security.detected-private-key.detected-private-key
Original file line number Diff line number Diff line change 4444 host-matrix-output : ${{ steps.get-matrices.outputs.os-matrix-output }}
4545 version-matrix-output : ${{ steps.get-matrices.outputs.version-matrix-output }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - id : get-matrices
4949 uses : ./.github/workflows/create-test-matrices
5050 with :
6464 runs-on : ${{ matrix.host.RUNNER }}
6565
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868 with :
6969 submodules : true
7070
@@ -129,7 +129,7 @@ jobs:
129129 version-matrix-output : ${{ steps.get-matrices.outputs.version-matrix-output }}
130130
131131 steps :
132- - uses : actions/checkout@v4
132+ - uses : actions/checkout@v5
133133 - id : get-matrices
134134 uses : ./.github/workflows/create-test-matrices
135135 with :
@@ -158,7 +158,7 @@ jobs:
158158 yum install -y git tar findutils libicu
159159 echo IMAGE=amazonlinux:latest | sed -r 's/:/-/g' >> $GITHUB_ENV
160160 # Replace `:` in the variable otherwise it can't be used in `upload-artifact`
161- - uses : actions/checkout@v4
161+ - uses : actions/checkout@v5
162162 with :
163163 submodules : true
164164
@@ -200,7 +200,7 @@ jobs:
200200 timeout-minutes : 10
201201 runs-on : ubuntu-latest
202202 steps :
203- - uses : actions/checkout@v4
203+ - uses : actions/checkout@v5
204204 with :
205205 submodules : true
206206
You can’t perform that action at this time.
0 commit comments