diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index af6f879..1489031 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -25,7 +25,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Check out code into the Go module directory - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ github.sha }} diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index ed6dc51..e7aa0f7 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -18,7 +18,7 @@ jobs: IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/oct:latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set up Go 1.23 uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -29,7 +29,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Clone the preflight repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: redhat-openshift-ecosystem/openshift-preflight path: openshift-preflight diff --git a/.github/workflows/recreate-image.yml b/.github/workflows/recreate-image.yml index 6b826b0..e62bb0a 100644 --- a/.github/workflows/recreate-image.yml +++ b/.github/workflows/recreate-image.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: main token: ${{ secrets.PULL_TOKEN }} @@ -67,7 +67,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: main token: ${{ secrets.PULL_TOKEN }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8400665..9adfe36 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: persist-credentials: false