File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
lib/generators/manageiq/plugin/templates/.github/workflows Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 if : github.repository_owner == 'ManageIQ'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Docker login
1414 run : echo ${{ secrets.DOCKER_REGISTRY_PASSWORD }} | docker login docker.io --password-stdin --username ${{ secrets.DOCKER_REGISTRY_USERNAME }}
1515 - name : Build monolithic container
Original file line number Diff line number Diff line change 3636 PGPASSWORD : smartvm
3737 CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Set up system
4141 run : bin/before_install
4242 - name : Set up Ruby
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Initialize CodeQL
3232 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2727 SKIP_TEST_RESET : true
2828 SKIP_DATABASE_SETUP : true
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : Set up system
3232 run : bin/before_install
3333 - name : Set up Ruby
Original file line number Diff line number Diff line change 2929 PGPASSWORD : smartvm
3030 CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up system
3434 run : bin/before_install
3535 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments