File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515 with :
1616 fetch-depth : ' 0'
1717
6363 org.opencontainers.image.source=https://github.com/netbootxyz/docker-netbootxyz
6464
6565 - name : Run Trivy vulnerability scanner
66- uses : aquasecurity/trivy-action@0.32.0
66+ uses : aquasecurity/trivy-action@0.33.1
6767 with :
6868 image-ref : ' ghcr.io/netbootxyz/netbootxyz:pr-${{ github.event.number }}'
6969 format : ' table'
Original file line number Diff line number Diff line change 2525 id-token : write
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 1
3131
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414 with :
1515 fetch-depth : ' 0'
1616
@@ -149,7 +149,7 @@ jobs:
149149 - name : Bump version and push tag
150150 if : steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
151151 id : tag_version
152- uses : anothrNick/github-tag-action@1.73 .0
152+ uses : anothrNick/github-tag-action@1.75 .0
153153 env :
154154 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
155155 CUSTOM_TAG : ${{ env.VERSION_TAG }}
Original file line number Diff line number Diff line change 11# Build stage - Download and prepare webapp
2- FROM alpine:3.22.1 AS build
2+ FROM alpine:3.22.2 AS build
33
44# Set version label
55ARG WEBAPP_VERSION
@@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
3030 && apk del .build-deps
3131
3232# Production stage - Final container
33- FROM alpine:3.22.1
33+ FROM alpine:3.22.2
3434
3535# Build arguments for labels
3636ARG BUILD_DATE
You can’t perform that action at this time.
0 commit comments