File tree Expand file tree Collapse file tree 17 files changed +31
-31
lines changed
Expand file tree Collapse file tree 17 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.6
31+ - uses : actions/checkout@v4.1.7
3232
3333 - uses : brpaz/hadolint-action@v1.5.0
3434 env :
9393 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9494 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9595 steps :
96- - uses : actions/checkout@v4.1.6
96+ - uses : actions/checkout@v4.1.7
9797
9898 - uses : brpaz/hadolint-action@v1.5.0
9999 env :
Original file line number Diff line number Diff line change 2727 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2828 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2929 steps :
30- - uses : actions/checkout@v4.1.1
30+ - uses : actions/checkout@v4.1.7
3131
3232 - name : Login to Registry
3333 run : |
8787 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
8888 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
8989 steps :
90- - uses : actions/checkout@v4.1.1
90+ - uses : actions/checkout@v4.1.7
9191
9292 - uses : brpaz/hadolint-action@v1.5.0
9393 env :
Original file line number Diff line number Diff line change 2727 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2828 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2929 steps :
30- - uses : actions/checkout@v4.1.6
30+ - uses : actions/checkout@v4.1.7
3131
3232 - uses : brpaz/hadolint-action@v1.5.0
3333 env :
9393 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9494 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9595 steps :
96- - uses : actions/checkout@v4.1.6
96+ - uses : actions/checkout@v4.1.7
9797
9898 - uses : brpaz/hadolint-action@v1.5.0
9999 env :
Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.6
31+ - uses : actions/checkout@v4.1.7
3232
3333 - uses : brpaz/hadolint-action@v1.5.0
3434 env :
9393 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9494 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9595 steps :
96- - uses : actions/checkout@v4.1.6
96+ - uses : actions/checkout@v4.1.7
9797
9898 - uses : brpaz/hadolint-action@v1.5.0
9999 env :
Original file line number Diff line number Diff line change 2727 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2828 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2929 steps :
30- - uses : actions/checkout@v4.1.6
30+ - uses : actions/checkout@v4.1.7
3131
3232 - uses : brpaz/hadolint-action@v1.5.0
3333 env :
9292 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9393 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9494 steps :
95- - uses : actions/checkout@v4.1.6
95+ - uses : actions/checkout@v4.1.7
9696
9797 - uses : brpaz/hadolint-action@v1.5.0
9898 env :
Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.1
31+ - uses : actions/checkout@v4.1.7
3232
3333 - uses : brpaz/hadolint-action@v1.5.0
3434 env :
9494 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9595 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9696 steps :
97- - uses : actions/checkout@v4.1.1
97+ - uses : actions/checkout@v4.1.7
9898
9999 - uses : brpaz/hadolint-action@v1.5.0
100100 env :
Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.6
31+ - uses : actions/checkout@v4.1.7
3232
3333 - name : Login to Registry
3434 run : |
8888 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
8989 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9090 steps :
91- - uses : actions/checkout@v4.1.6
91+ - uses : actions/checkout@v4.1.7
9292
9393 - uses : brpaz/hadolint-action@v1.5.0
9494 env :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : github.event_name == 'push'
2121 steps :
22- - uses : actions/checkout@v4.1.6
22+ - uses : actions/checkout@v4.1.7
2323
2424 - name : Build the Docker image
2525 working-directory : ${{ env.WORKSPACE }}
Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.6
31+ - uses : actions/checkout@v4.1.7
3232
3333 - uses : brpaz/hadolint-action@v1.5.0
3434 env :
9393 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9494 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9595 steps :
96- - uses : actions/checkout@v4.1.6
96+ - uses : actions/checkout@v4.1.7
9797
9898 - uses : brpaz/hadolint-action@v1.5.0
9999 env :
Original file line number Diff line number Diff line change 2828 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929 || github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030 steps :
31- - uses : actions/checkout@v4.1.6
31+ - uses : actions/checkout@v4.1.7
3232
3333 - uses : brpaz/hadolint-action@v1.5.0
3434 env :
9393 github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9494 || github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9595 steps :
96- - uses : actions/checkout@v4.1.6
96+ - uses : actions/checkout@v4.1.7
9797
9898 - uses : brpaz/hadolint-action@v1.5.0
9999 env :
You can’t perform that action at this time.
0 commit comments