File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 docker :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - name : Set up Docker Buildx
1313 uses : docker/setup-buildx-action@v2
1414 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 2121 contents : write
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Use Node.js 16.x
2626 uses : actions/setup-node@v3
2727 with :
5353 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
5454
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v4
5757 - name : Use Node.js ${{ matrix.node-version }}
5858 uses : actions/setup-node@v3
5959 with :
You can’t perform that action at this time.
0 commit comments