File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 Build :
2525 runs-on : ubuntu-22.04
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Docker Lint
2929 run : bash -c "make dockerlint"
3030 - name : golangci-lint
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1313 cred-scan :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Scan credentials
1818 uses : outscale/cred-scan@main
1919 with :
Original file line number Diff line number Diff line change 2323 runs-on : [self-hosted, linux]
2424 steps :
2525 - name : ⬇️ Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : ⬇️ Install kubectl
2828 uses : azure/setup-kubectl@v4
2929 with :
Original file line number Diff line number Diff line change 1313 github-sanity-scan :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Github sanity scanner
1818 uses : outscale/github-sanity-scan@main
1919 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 steps :
1515 - name : Check the repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - uses : azure/setup-helm@v4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 steps :
1515 - name : Check the repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Docker login
1818 run : docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
1919 env :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Get changelog for release
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Get changelog for release
You can’t perform that action at this time.
0 commit comments