diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 2d67c3f1b..f077c47b5 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Extract version from tag id: extract_version run: | diff --git a/.github/workflows/conventional_commits.yaml b/.github/workflows/conventional_commits.yaml index 6c0edcb64..3e7af4d4f 100644 --- a/.github/workflows/conventional_commits.yaml +++ b/.github/workflows/conventional_commits.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/license_headers_check.yml b/.github/workflows/license_headers_check.yml index 6d2bac939..696cd7c07 100644 --- a/.github/workflows/license_headers_check.yml +++ b/.github/workflows/license_headers_check.yml @@ -11,7 +11,7 @@ jobs: name: License headers check runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install addlicense run: | wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f78f7bd8a..3c208babe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: container: image: rust:1.86-bookworm steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - run: | rustup component add rustfmt cargo fmt --all -- --check @@ -38,7 +38,7 @@ jobs: env: DATABASE_URL: postgres://postgres@postgres:5432 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install libsasl2-dev run: apt-get update && apt-get install -y libsasl2-dev - name: Install protobuf compiler @@ -70,7 +70,7 @@ jobs: DATABASE_URL: postgres://postgres@postgres:5432 SQLX_OFFLINE: true steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install libsasl2-dev run: apt-get update && apt-get install -y libsasl2-dev - name: Install protobuf compiler @@ -102,7 +102,7 @@ jobs: SQLX_OFFLINE: true DOCKER_HOST: unix:///var/run/docker.sock steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install Docker CLI and verify run: | apt-get update @@ -147,7 +147,7 @@ jobs: SQLX_OFFLINE: true DOCKER_HOST: unix:///var/run/docker.sock steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install Docker CLI and verify run: | apt-get update