1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

Pin dependencies

This commit is contained in:
renovate[bot] 2024-08-04 14:08:32 +00:00 committed by GitHub
parent d37ab6f893
commit 4f8f5f2eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: install -m 700 -d ~/.ssh
- run: install -m 600 <(echo '${{ secrets.DEPLOY_KEY }}') ~/.ssh/id_ed25519
- run: install -m 600 <(echo '${{ secrets.KNOWN_HOSTS }}') ~/.ssh/known_hosts

View file

@ -46,7 +46,7 @@ services:
- caddy_data:/var/lib/caddy/data:ro
- maddy_data:/data
headscale:
image: headscale/headscale:0.22.3
image: headscale/headscale:0.22.3@sha256:aadf29a875bb2ffdf6579869e5759935f7a64b9fd19fcea9d5385c5d7220dc7b
restart: unless-stopped
ports:
- "3478:3478/udp"