diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d12c67b9..3a09f1cd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,7 +21,7 @@ jobs: HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc-nightly steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set date run: echo TODAY=$(date +%Y%m%d) >> $GITHUB_ENV diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8be59f1f..866e6ad8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up QEMU uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e53a190..23f4535d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: env: BASE: ${{ matrix.base }} # needed in tests/version.sh steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Build ${{ matrix.base }} image run: docker buildx build -f ${{ matrix.base }}/Dockerfile -t hedgedoc . - run: docker network create postgres