matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 120cec5ab39606680bb9cbb788ab3e574ec198a9
parent bad130fab472d5ea6b30630e1d328158d0cdb927
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  1 Mar 2022 01:45:45 +0100

Update harden-runner

Diffstat:
M.github/workflows/deploy.yml | 2+-
M.github/workflows/fossa.yml | 2+-
M.github/workflows/playwright.yml | 2+-
M.github/workflows/spell-check.yml | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: self-hosted steps: - name: Harden Runner - uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1 + uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 with: allowed-endpoints: "gitlab.nordgedanken.dev:443" env: diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml @@ -8,7 +8,7 @@ jobs: runs-on: self-hosted steps: - name: Harden Runner - uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1 + uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 with: allowed-endpoints: " app.fossa.com:443 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: runs-on: self-hosted steps: - name: Harden Runner - uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1 + uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 with: allowed-endpoints: " github.com:22 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: self-hosted steps: - name: Harden Runner - uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1 + uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 with: egress-policy: block allowed-endpoints: github.com:443