diff --git a/.github/workflows/head-build.yml b/.github/workflows/head-build.yml index bd1594e..b4ba038 100644 --- a/.github/workflows/head-build.yml +++ b/.github/workflows/head-build.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository to the runner - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set Branch Tag and Other Variables id: set-vars run: bash ./.github/scripts/branch-tags.sh >> $GITHUB_OUTPUT @@ -44,7 +44,7 @@ jobs: - prebuild-env steps: - name: Check out repository code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Load Secrets from Vault uses: rancher-eio/read-vault-secrets@main diff --git a/.github/workflows/port-pr.yaml b/.github/workflows/port-pr.yaml index 7fa963b..e6afd9e 100644 --- a/.github/workflows/port-pr.yaml +++ b/.github/workflows/port-pr.yaml @@ -81,7 +81,7 @@ jobs: fi - name: Checkout if: ${{ env.is_member == 'true' && env.target_branch_exists == 'true' }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: ref: ${{ env.target_branch }} fetch-depth: '0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eca017a..7fd8275 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: platforms: linux/amd64 steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Load Secrets from Vault uses: rancher-eio/read-vault-secrets@main with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22819dd..9d3d621 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - run: make validate @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3 - name: Setup Docker Buildx