From 26c21d8cb852530846f27ac39170e988dd6c6cfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:01:27 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/report.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba22b5cb9..302e5a006 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Run coverage (IO tests and Spec tests against PostgreSQL 15) run: postgrest-coverage - name: Upload coverage to codecov - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 + uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 with: files: ./coverage/codecov.json token: ${{ secrets.CODECOV_TOKEN }} @@ -380,7 +380,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Download all artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4 with: path: artifacts - name: Create release bundle with archives for all builds @@ -449,7 +449,7 @@ jobs: with: tools: release - name: Download Docker image - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4 with: name: postgrest-docker-x64 - name: Publish images on Docker Hub diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 467eb943e..24f26729e 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download from Artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4 with: github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }}