diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7daa17059..92391e5cd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install prereqs run: | diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index 86d7beae0..5b7081912 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install pre-commit run: | @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 @@ -173,7 +173,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Build operator container run: make docker-build IMG=${OPERATOR_IMAGE} @@ -193,7 +193,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -233,7 +233,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # Fetch whole history so we can properly determine the version string # (required by krew validation) @@ -307,7 +307,7 @@ jobs: proc_trace_chart_show: false - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 # We set bash as the default shell (instead of dash) because the kuttl # test steps require bash, but the "script" directive executes them as "sh diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 83fe57d05..6a62cb29a 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -29,7 +29,7 @@ jobs: steps: # Must checkout source or gh can't figure out what to trigger - name: Checkout source - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Trigger workflows env: