diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index f08ed88fe..72b5e6399 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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 3e7af4d4f..8e0a5b616 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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 696cd7c07..ad1821aaf 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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 ff40fe905..ca61fdaee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: container: image: rust:1.90-bookworm steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - run: | # Install and use nightly rustfmt to honor repo's rustfmt.toml rustup toolchain install nightly --profile minimal @@ -40,7 +40,7 @@ jobs: env: DATABASE_URL: postgres://postgres@postgres:5432 steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install libsasl2-dev run: apt-get update && apt-get install -y libsasl2-dev - name: Install protobuf compiler @@ -72,7 +72,7 @@ jobs: DATABASE_URL: postgres://postgres@postgres:5432 SQLX_OFFLINE: true steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install libsasl2-dev run: apt-get update && apt-get install -y libsasl2-dev - name: Install protobuf compiler @@ -106,7 +106,7 @@ jobs: SQLX_OFFLINE: true DOCKER_HOST: unix:///var/run/docker.sock steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install Docker CLI and verify run: | apt-get update @@ -151,7 +151,7 @@ jobs: SQLX_OFFLINE: true DOCKER_HOST: unix:///var/run/docker.sock steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install Docker CLI and verify run: | apt-get update