File tree Expand file tree Collapse file tree 7 files changed +5
-109
lines changed
Expand file tree Collapse file tree 7 files changed +5
-109
lines changed Original file line number Diff line number Diff line change 1616 # Steps represent a sequence of tasks that will be executed as part of the job
1717 steps :
1818 # Checks-out your repository under $GITHUB_WORKSPACE
19- - uses : actions/checkout@v5 .0.1
19+ - uses : actions/checkout@v6 .0.1
2020
2121 # Running golangci-lint
2222 - name : Linting
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5 .0.1
38+ uses : actions/checkout@v6 .0.1
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5 .0.1
19+ uses : actions/checkout@v6 .0.1
2020 with :
2121 fetch-depth : 0
2222 - name : Setup go
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout
14- uses : actions/checkout@v5 .0.1
14+ uses : actions/checkout@v6 .0.1
1515 with :
1616 fetch-depth : 0
1717 -
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 container : python:3.11-alpine3.16
1111 steps :
12- - uses : actions/checkout@v5 .0.1
12+ - uses : actions/checkout@v6 .0.1
1313 - name : Test
1414 run : |
1515 pip install jsonschema==4.14.0
You can’t perform that action at this time.
0 commit comments