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 1111 environment : auto-build
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : ⬇️ Install Python
1616 uses : actions/setup-python@v6
1717 with :
Original file line number Diff line number Diff line change 2020 secret_key : ${{ secrets.OSC_SECRET_KEY }}
2121 region : ${{ secrets.OSC_REGION }}
2222 - name : ⬇️ Checkout repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : ⬇️ Import Outscale API description
2525 run : make init
2626 - name : ⬇️ Install Python
Original file line number Diff line number Diff line change 99 code-check :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Import Outscale API description
1414 run : make init
1515 - name : Install Python
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Initialize CodeQL
3232 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1111 cred-scan :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Scan credentials
1616 uses : outscale/cred-scan@main
1717 with :
Original file line number Diff line number Diff line change 1111 github-sanity-scan :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Github sanity scanner
1616 uses : outscale/github-sanity-scan@main
1717 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 environment : publish
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 with :
You can’t perform that action at this time.
0 commit comments