diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 7d6fc9c5..1ced406f 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -29,7 +29,7 @@ jobs: fetch-tags: true - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version-file: ".python-version" diff --git a/.github/workflows/org.python-ci.yml b/.github/workflows/org.python-ci.yml index d1f321b0..562cfdf2 100644 --- a/.github/workflows/org.python-ci.yml +++ b/.github/workflows/org.python-ci.yml @@ -26,7 +26,7 @@ jobs: ############# Bandit ################## # TODO: Create an ad-hoc DBT Bandit Action - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: ${{env.python-version}} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2fef062..b467fc9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version-file: ".python-version"