Skip to content

Commit

Permalink
chore(deps): pin dependencies (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent 3651e2b commit 6df9142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }} -t ghcr.io/${{ github.repository }}:latest

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

- name: Login to GitHub Container Registry
uses: docker/[email protected]
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}

- name: Scan container for issues
uses: Azure/[email protected]
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # v0.1
with:
image-name: ghcr.io/${{ github.repository }}:${{ github.sha }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

# Non-root user for security purposes.
#
Expand Down

0 comments on commit 6df9142

Please sign in to comment.