diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index aeade516..7becca05 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -10,7 +10,7 @@ on: branches: [ master ] paths: - '*/Dockerfile' - - '.github/workflows/build-test.yml' + - '.github/workflows/build-test.yml' jobs: files: @@ -23,6 +23,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: + persist-credentials: false fetch-depth: 0 - name: Get changed files @@ -49,6 +50,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 @@ -56,6 +59,7 @@ jobs: # https://github.com/tonistiigi/binfmt/issues/240 # https://github.com/docker/buildx/issues/1170 image: tonistiigi/binfmt:qemu-v7.0.0-28 + cache-image: false - name: Set up Docker Buildx uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 261013c4..595abce1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,6 +37,8 @@ jobs: - name: Check out the repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Log in to GitHub Docker Registry uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -51,6 +53,7 @@ jobs: # https://github.com/tonistiigi/binfmt/issues/240 # https://github.com/docker/buildx/issues/1170 image: tonistiigi/binfmt:qemu-v7.0.0-28 + cache-image: false - name: Set up Docker Buildx uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index 5da71bee..b9932987 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Set up php8.3 uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 diff --git a/.github/workflows/test-translationtool.yml b/.github/workflows/test-translationtool.yml index e684fb52..92505b90 100644 --- a/.github/workflows/test-translationtool.yml +++ b/.github/workflows/test-translationtool.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Install gettext run: |