File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3636 # Checkout the code base #
3737 # #########################
3838 - name : Checkout Code
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 # Full git history is needed to get a proper list of changed files within `super-linter`
4242 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out the source code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Set up NodeJS
1717 uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments