diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1858c967..ed49122c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Setup Python - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: ${{ matrix.python-version }} architecture: x64 @@ -158,7 +158,7 @@ jobs: name: Linting steps: - name: Setup Python - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: "3.9.7" architecture: x64 @@ -178,7 +178,7 @@ jobs: name: Code Formatting steps: - name: Setup Python - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: "3.9.7" architecture: x64 @@ -198,7 +198,7 @@ jobs: name: Dependency Safety steps: - name: Setup Python - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: "3.9.7" architecture: x64 @@ -228,7 +228,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Setup Python - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: "3.9.7" architecture: x64