diff --git a/.github/workflows/api-information.yml b/.github/workflows/api-information.yml index cf2d37da5da..f0f1c57d650 100644 --- a/.github/workflows/api-information.yml +++ b/.github/workflows/api-information.yml @@ -18,7 +18,7 @@ jobs: distribution: temurin cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - name: Set up fireci diff --git a/.github/workflows/copyright-check.yml b/.github/workflows/copyright-check.yml index dd17b2acd4f..b9e3aeba227 100644 --- a/.github/workflows/copyright-check.yml +++ b/.github/workflows/copyright-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.9' - run: | diff --git a/.github/workflows/fireci.yml b/.github/workflows/fireci.yml index 2181236e2a8..816d078c58e 100644 --- a/.github/workflows/fireci.yml +++ b/.github/workflows/fireci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.8' - run: | @@ -24,4 +24,4 @@ jobs: - run: | pytest ci/fireci - run: | - mypy --config-file ci/fireci/setup.cfg ci/fireci/ + mypy --config-file ci/fireci/setup.cfg ci/fireci/ diff --git a/.github/workflows/fireperf-e2e.yml b/.github/workflows/fireperf-e2e.yml index d1e09f1e2d7..9299ba57000 100644 --- a/.github/workflows/fireperf-e2e.yml +++ b/.github/workflows/fireperf-e2e.yml @@ -34,7 +34,7 @@ jobs: distribution: temurin cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - name: Set up fireci diff --git a/.github/workflows/health-metrics.yml b/.github/workflows/health-metrics.yml index 4cdfdd2f256..0b20dcd1078 100644 --- a/.github/workflows/health-metrics.yml +++ b/.github/workflows/health-metrics.yml @@ -35,7 +35,7 @@ jobs: distribution: temurin cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - uses: google-github-actions/auth@v2 @@ -70,7 +70,7 @@ jobs: distribution: temurin cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - uses: google-github-actions/auth@v2 @@ -106,7 +106,7 @@ jobs: distribution: temurin cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - uses: google-github-actions/auth@v2 diff --git a/.github/workflows/make-bom.yml b/.github/workflows/make-bom.yml index 2678455add3..0ad2ecf4add 100644 --- a/.github/workflows/make-bom.yml +++ b/.github/workflows/make-bom.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.10' - uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/release-note-changes.yml b/.github/workflows/release-note-changes.yml index eb8a01a9855..6db8b2c4b30 100644 --- a/.github/workflows/release-note-changes.yml +++ b/.github/workflows/release-note-changes.yml @@ -33,7 +33,7 @@ jobs: cache: gradle - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 if: ${{ steps.changed-files.outputs.any_changed == 'true' }} with: python-version: '3.10' diff --git a/.github/workflows/update-cpp-sdk-on-release.yml b/.github/workflows/update-cpp-sdk-on-release.yml index 7a2843c10c7..e411f16ad26 100644 --- a/.github/workflows/update-cpp-sdk-on-release.yml +++ b/.github/workflows/update-cpp-sdk-on-release.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.7