diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b39477..61a578a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Install run: uv sync - name: Run pre-commit diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f59ccc5..16d9702 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -202,7 +202,7 @@ jobs: echo "${{ vars.CONFIG_YAML }}" > config.yaml - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6 with: role-to-assume: arn:aws:iam::390960605471:role/eoapi-devseed role-session-name: eoapi-devseed @@ -212,7 +212,7 @@ jobs: uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Install dependencies run: | diff --git a/.github/workflows/publish-containers.yml b/.github/workflows/publish-containers.yml index 7a135b0..034adaa 100644 --- a/.github/workflows/publish-containers.yml +++ b/.github/workflows/publish-containers.yml @@ -85,7 +85,7 @@ jobs: run: echo "IMAGE_NAME=${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.name }}" >> "$GITHUB_ENV" - name: Log in to the GitHub container registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }}