Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v3
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
PYTHON_VERSION: "3.8"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install pipenv
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
continue-on-error: true # for now it is ok to fail
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
- name: Install pipenv
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
continue-on-error: true # for now it is ok to fail
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
- name: Install pipenv
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- name: Set up Python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: '3.10'
- name: Setup python for CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipenv-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install pipenv
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
PYTHON_VERSION: "3.8"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Get changed CFN test files
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
runs-on: [self-hosted, public, linux, x64]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pipenv"
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
WORKING_DIRECTORY: ./dogfood_tests
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pipenv"
Expand Down
Loading