diff --git a/.github/workflows/run-update-sensor.yml b/.github/workflows/run-update-sensor.yml index 97554d29..7e20a059 100644 --- a/.github/workflows/run-update-sensor.yml +++ b/.github/workflows/run-update-sensor.yml @@ -20,14 +20,14 @@ jobs: OVERPASS_API_NAME: ${{ vars.OVERPASS_API_NAME }} steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: - version: "$UV_VERSION" + version: ${{ env.UV_VERSION }} enable-cache: true - name: "Set up Python" - uses: actions/setup-python@v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: ".python-version" - name: Get Day of Week @@ -73,14 +73,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: - version: "$UV_VERSION" + version: ${{ env.UV_VERSION }} enable-cache: true - name: "Set up Python" - uses: actions/setup-python@v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: ".python-version" - name: Install the project @@ -119,14 +119,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: - version: "$UV_VERSION" + version: ${{ env.UV_VERSION }} enable-cache: true - name: "Set up Python" - uses: actions/setup-python@v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: ".python-version" - name: Get Day of Week diff --git a/.github/workflows/test-data-scripts.yml b/.github/workflows/test-data-scripts.yml index 91f225b5..10600313 100644 --- a/.github/workflows/test-data-scripts.yml +++ b/.github/workflows/test-data-scripts.yml @@ -13,14 +13,14 @@ jobs: name: Run unit tests with pytest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: - version: "$UV_VERSION" + version: ${{ env.UV_VERSION }} enable-cache: true - name: "Set up Python" - uses: actions/setup-python@v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: ".python-version" - name: Install the project