diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 6cdb19b65..7367db2c2 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -12,7 +12,7 @@ jobs: build-documentation: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Install Python uses: actions/setup-python@v5.2.0 with: diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 4a5774240..ec464cd87 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -60,11 +60,11 @@ jobs: steps: - name: Checkout arelle - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Checkout EDGAR - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: Arelle/EDGAR path: arelle/plugin/EDGAR @@ -72,7 +72,7 @@ jobs: - name: Cleanup EDGAR run: rm -rf arelle/plugin/EDGAR/.git - name: Checkout XULE - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: xbrlus/xule path: xule diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 1f7aa5d57..06e61addd 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout arelle - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Install Python @@ -73,13 +73,13 @@ jobs: - run: | python -m pip install --upgrade pip setuptools wheel pip install -r requirements-build.txt - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: repository: Arelle/EDGAR path: arelle/plugin/EDGAR ref: ${{ inputs.edgar_ref }} - run: rm -rf arelle/plugin/EDGAR/.git - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: repository: xbrlus/xule path: tmp diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 8bdc4bf52..862047f6e 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -60,11 +60,11 @@ jobs: steps: - name: Checkout arelle - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Checkout EDGAR - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: Arelle/EDGAR path: arelle/plugin/EDGAR @@ -72,7 +72,7 @@ jobs: - shell: cmd run: rmdir /s /q arelle\plugin\EDGAR\.git - name: Checkout xule - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: xbrlus/xule path: xule diff --git a/.github/workflows/conformance-suite.yml b/.github/workflows/conformance-suite.yml index 2136f3bcb..e98824a24 100644 --- a/.github/workflows/conformance-suite.yml +++ b/.github/workflows/conformance-suite.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ inputs.os }} environment: ${{ inputs.environment }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: persist-credentials: false - name: Configure AWS Credentials diff --git a/.github/workflows/conformance-suites.yml b/.github/workflows/conformance-suites.yml index c02e2d5ef..7c9c61ecf 100644 --- a/.github/workflows/conformance-suites.yml +++ b/.github/workflows/conformance-suites.yml @@ -19,7 +19,7 @@ jobs: outputs: matrix: ${{ steps.build-test-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} @@ -40,7 +40,7 @@ jobs: test: ${{ fromJson(needs.find-tests.outputs.matrix) }} environment: ${{ matrix.test.environment }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 71248bcbb..61fc68843 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout arelle - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Install Python diff --git a/.github/workflows/test-scripts-parallel.yml b/.github/workflows/test-scripts-parallel.yml index 267fce6a3..23388d5b0 100644 --- a/.github/workflows/test-scripts-parallel.yml +++ b/.github/workflows/test-scripts-parallel.yml @@ -11,7 +11,7 @@ jobs: outputs: names: ${{ steps.get-test-names.outputs.names }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} @@ -38,7 +38,7 @@ jobs: - '3.11' - '3.12' steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index 82b01ff98..bbe13d134 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -31,7 +31,7 @@ jobs: - '3.11' - '3.12' steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Install Python 3 uses: actions/setup-python@v5.2.0 with: diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 9736c327c..60efaf14d 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -54,7 +54,7 @@ jobs: zip_uploaded_artifact_name: ${{ github.event_name == 'pull_request' && needs.build-windows-pr.outputs.zip_uploaded_artifact_name || needs.build-windows-dispatch.outputs.zip_uploaded_artifact_name }} steps: - name: Checkout arelle - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Download installer artifact diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbd121e20..80c10f4b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - '3.12' runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Install Python 3 uses: actions/setup-python@v5.2.0 with: