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 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : ⬇️ Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : 🔎 Docker Lint
3131 run : bash -c "make dockerlint"
3232 - 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 2626 runs-on : [self-hosted, linux]
2727 steps :
2828 - name : ⬇️ Checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : ⬇️ Install kubectl
3131 uses : azure/setup-kubectl@v4
3232 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