File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525
2626 steps :
2727 - name : Checkout Code
28- uses : actions/checkout@v6
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
3030 - name : Cache buildifier
3131 id : cache-buildifier
32- uses : actions/cache@v5
32+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333 with :
3434 path : ./buildifier
3535 key : ${{ runner.os }}-buildifier-${{ env.BUILDIFIER_VERSION }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 with :
1515 submodules : true
1616
4848 ./regression
4949
5050 - name : Upload Artifacts
51- uses : actions/upload-artifact@v7
51+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252 if : ${{ !cancelled() }}
5353 with :
5454 name : artifact
5757 retention-days : 1
5858
5959 - name : Upload Test Result
60- uses : actions/upload-artifact@v7
60+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161 if : ${{ !cancelled() }}
6262 with :
6363 name : result
Original file line number Diff line number Diff line change 88 runs-on : ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
99 steps :
1010 - name : Check out repository code
11- uses : actions/checkout@v6
11+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 with :
1313 fetch-depth : 0
1414 - name : Check ok files
Original file line number Diff line number Diff line change 1111 runs-on : ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
1212 steps :
1313 - name : Check out repository code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : run security_scan_on_push
1616 uses : The-OpenROAD-Project/actions/security_scan_on_push@main
You can’t perform that action at this time.
0 commit comments