File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 CodeQL-Build :
1111 runs-on : ubuntu-18.04
1212 steps :
13- - uses : actions/checkout@v2.3.4
13+ - uses : actions/checkout@v2.3.5
1414
1515 - name : Initialize CodeQL
1616 uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 2727 dev-image-test :
2828 runs-on : ubuntu-20.04
2929 steps :
30- - uses : actions/checkout@v2.3.4
30+ - uses : actions/checkout@v2.3.5
3131 - name : Login to Packages
3232 run : echo '${{ secrets.GITHUB_TOKEN }}' | docker login 'docker.pkg.github.com' -u 'peaceiris' --password-stdin
3333 - run : docker-compose pull --quiet
Original file line number Diff line number Diff line change 1919 comment :
2020 runs-on : ubuntu-20.04
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v2.3.5
2323
2424 - name : Label Commenter
2525 uses : peaceiris/actions-label-commenter@v1
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-18.04
1111 steps :
12- - uses : actions/checkout@v2.3.4
12+ - uses : actions/checkout@v2.3.5
1313 # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
1414 - uses : peaceiris/workflows/create-release-npm@v0.11.0
1515 env :
Original file line number Diff line number Diff line change 2424 - ' macos-latest'
2525 - ' windows-latest'
2626 steps :
27- - uses : actions/checkout@v2.3.4
27+ - uses : actions/checkout@v2.3.5
2828
2929 - name : Dump GitHub context
3030 env :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-20.04
1010 timeout-minutes : 1
1111 steps :
12- - uses : actions/checkout@v2.3.4
12+ - uses : actions/checkout@v2.3.5
1313
1414 - name : Update major tag
1515 run : |
You can’t perform that action at this time.
0 commit comments