diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6326b31b..e315148c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.10" - name: Build diff --git a/action.yml b/action.yml index 6160e4da..9fd87c29 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: steps: - id: setup_python name: Setup python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.10" - name: Configure AWS Credentials diff --git a/releasability-status/action.yml b/releasability-status/action.yml index abd64eb4..5e574aa7 100644 --- a/releasability-status/action.yml +++ b/releasability-status/action.yml @@ -12,7 +12,7 @@ runs: steps: - id: setup_python name: Setup python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.10"