From 9a00ae2bbb1ef5c6ab5610dd4efc313ec285f12f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 13 Dec 2024 12:09:55 +0100 Subject: [PATCH] remove duplicate clones --- .github/workflows/check_translations.yaml | 5 ---- .github/workflows/qc_checks.yaml | 31 ----------------------- .github/workflows/release.yaml | 3 --- .github/workflows/translations.yaml | 4 --- 4 files changed, 43 deletions(-) diff --git a/.github/workflows/check_translations.yaml b/.github/workflows/check_translations.yaml index c8628e1010..d3c81b0c0b 100644 --- a/.github/workflows/check_translations.yaml +++ b/.github/workflows/check_translations.yaml @@ -29,11 +29,6 @@ jobs: INVENTREE_SITE_URL: http://localhost:8000 steps: - - name: Checkout Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - - name: Environment Setup uses: ./.github/actions/setup with: diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 4334dd1c38..1d0867458d 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -75,9 +75,6 @@ jobs: needs: ["pre-commit"] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -160,9 +157,6 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -264,9 +258,6 @@ jobs: INVENTREE_SITE_URL: http://127.0.0.1:12345 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: true - name: Environment Setup uses: ./.github/actions/setup with: @@ -308,9 +299,6 @@ jobs: python_version: ${{ matrix.python_version }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -364,9 +352,6 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -410,9 +395,6 @@ jobs: - 3306:3306 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -451,9 +433,6 @@ jobs: - 5432:5432 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -484,10 +463,6 @@ jobs: INVENTREE_PLUGINS_ENABLED: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Checkout Code - name: Environment Setup uses: ./.github/actions/setup with: @@ -543,9 +518,6 @@ jobs: VITE_COVERAGE: true steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: @@ -593,9 +565,6 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d2429c7c7..f62f51fd58 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,9 +41,6 @@ jobs: contents: write attestations: write steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 3a65887a46..5cd9212aae 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -30,10 +30,6 @@ jobs: INVENTREE_SITE_URL: http://localhost:8000 steps: - - name: Checkout Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2 - with: - persist-credentials: true - name: Environment Setup uses: ./.github/actions/setup with: