diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7a8409fb..e02be697 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -61,12 +61,12 @@ jobs: echo "cpython_release: $CPYTHON_RELEASE" - name: "Checkout python/release-tools" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: "Checkout ${{ env.GIT_REMOTE }}/cpython" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false repository: "${{ env.GIT_REMOTE }}/cpython" @@ -97,12 +97,12 @@ jobs: - verify-input steps: - name: "Checkout python/release-tools" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: "Checkout ${{ env.GIT_REMOTE }}/cpython" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false repository: "${{ env.GIT_REMOTE }}/cpython" @@ -125,7 +125,7 @@ jobs: python ../release.py --export "$CPYTHON_RELEASE" --skip-docs - name: "Upload the source artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: source path: | @@ -139,7 +139,7 @@ jobs: if: fromJSON(needs.verify-input.outputs.build-docs) steps: - name: "Checkout ${{ env.GIT_REMOTE }}/cpython" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false repository: "${{ env.GIT_REMOTE }}/cpython" @@ -165,7 +165,7 @@ jobs: make dist-text - name: "Upload the docs artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: docs path: | @@ -178,7 +178,7 @@ jobs: - build-source steps: - name: "Download the source artifacts" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: source @@ -217,7 +217,7 @@ jobs: triplet: ${{ matrix.arch }}-linux-android steps: - name: "Checkout ${{ env.GIT_REMOTE }}/cpython" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false repository: "${{ env.GIT_REMOTE }}/cpython" @@ -226,7 +226,7 @@ jobs: - name: Build and test run: ./Android/android.py ci --fast-ci "$triplet" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: ${{ env.triplet }} path: cross-build/${{ env.triplet }}/dist/* diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e14fdd2..4ef2a8cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: persist-credentials: false - uses: actions/setup-python@v6.1.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index acde7d5b..81b05efa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: python-version: ["3.12", "3.13", "3.14"] os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0