File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v4
1313
1414 - name : Set up Python 3.11
15- uses : actions/setup-python@v6
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.11'
1818
4545
4646 - name : Upload agent reports
4747 if : always()
48- uses : actions/upload-artifact@v7
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : agent-check-reports
5151 path : docs/reports/
@@ -55,10 +55,10 @@ jobs:
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout repository
58- uses : actions/checkout@v6
58+ uses : actions/checkout@v4
5959
6060 - name : Set up Node.js 22
61- uses : actions/setup-node@v6
61+ uses : actions/setup-node@v4
6262 with :
6363 node-version : ' 22'
6464
Original file line number Diff line number Diff line change 99 industrial-validation :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v4
1313
1414 - name : Set up Python 3.11
15- uses : actions/setup-python@v6
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.11'
1818
1919 - name : Set up Node.js 22
20- uses : actions/setup-node@v6
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ' 22'
2323
3737
3838 - name : Upload paper replay artifact
3939 if : always()
40- uses : actions/upload-artifact@v7
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : paper-replay-results
4343 path : artifacts/paper_replay_results.json
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v4
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v4
32+ uses : github/codeql-action/init@v3
3333 with :
3434 languages : ${{ matrix.language }}
3535 build-mode : none
3636
3737 - name : Perform CodeQL analysis
38- uses : github/codeql-action/analyze@v4
38+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments