File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
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
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 1
3333
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 1
3232
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