File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 build-tasks :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : shogo82148/actions-setup-mysql@v1
1616 with :
1717 mysql-version : ' 8.0'
1818 - name : install mysql
1919 run : mysql -uroot -h127.0.0.1 -e 'SELECT version()'
2020
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Npm Install
2323 run : |
2424 npm install
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 build-tasks :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Npm Install
1616 run : |
1717 npm install
Original file line number Diff line number Diff line change 88 build-tasks :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 with :
1313 path : srcRepo
1414 - name : Building wiki
2121 ls -al docs
2222 shell : bash
2323
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 repository : ${{github.repository}}.wiki # specify the wiki repo name here.
2727 path : wiki
Original file line number Diff line number Diff line change 2121 python-version : [3.8]
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 100
2727 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1111 build-tasks :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Checking vulnerabilities in prod dependencies- npm audit --prod
1616 run : |
1717 npm audit --prod
You can’t perform that action at this time.
0 commit comments