File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 name : ${{ matrix.destination-image }} image / ${{ matrix.base-image }} release
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Set up QEMU
2525 uses : docker/setup-qemu-action@v3
2626 with :
Original file line number Diff line number Diff line change 2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 ref : master
3131
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Run ShellCheck
2020 uses : ludeeus/action-shellcheck@master
Original file line number Diff line number Diff line change 1818 snyk :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Build a Docker image
2323 run : docker build -t privatebin/nginx-fpm-alpine .
2424 - name : Run Snyk to check Docker image for vulnerabilities
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Build an image from Dockerfile
2020 run : |
You can’t perform that action at this time.
0 commit comments