Skip to content

Commit 6df9142

Browse files
chore(deps): pin dependencies (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3651e2b commit 6df9142

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }} -t ghcr.io/${{ github.repository }}:latest
2424

2525
- name: Scan container for issues
26-
uses: Azure/[email protected]
26+
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # v0.1
2727
with:
2828
image-name: ghcr.io/${{ github.repository }}:${{ github.sha }}
2929

3030
- name: Login to GitHub Container Registry
31-
uses: docker/[email protected]
31+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}
1515

1616
- name: Scan container for issues
17-
uses: Azure/[email protected]
17+
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # v0.1
1818
with:
1919
image-name: ghcr.io/${{ github.repository }}:${{ github.sha }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
22

33
# Non-root user for security purposes.
44
#

0 commit comments

Comments
 (0)