diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index c12c55e..25a3ec7 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # The FOSSA token is shared between all repos in Rancher's GH org. It can be # used directly and there is no need to request specific access to EIO. diff --git a/.github/workflows/head-build.yml b/.github/workflows/head-build.yml index c5cce11..45e0919 100644 --- a/.github/workflows/head-build.yml +++ b/.github/workflows/head-build.yml @@ -24,7 +24,7 @@ jobs: image: ghcr.io/rancher/ci-image/charts steps: - name: Check out the repository to the runner - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set Branch Tag and Other Variables id: set-vars run: bash ./.github/scripts/branch-tags.sh >> $GITHUB_OUTPUT @@ -48,7 +48,7 @@ jobs: - prebuild-env steps: - name: Check out repository code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Load Secrets from Vault uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3 diff --git a/.github/workflows/port-pr.yaml b/.github/workflows/port-pr.yaml index bd79241..fa57259 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ env.target_branch }} fetch-depth: '0' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af24135..446aad6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: image: ghcr.io/rancher/ci-image/charts steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - run: make validate @@ -28,7 +28,7 @@ jobs: needs: [ validate ] steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup QEMU uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Setup Docker Buildx