diff --git a/.github/workflows/readme-gh-pages-sync.yaml b/.github/workflows/readme-gh-pages-sync.yaml index 70961f5a0..1a68ed926 100644 --- a/.github/workflows/readme-gh-pages-sync.yaml +++ b/.github/workflows/readme-gh-pages-sync.yaml @@ -20,7 +20,7 @@ jobs: uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: audit - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: gh-pages diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 0acec9ccd..390fe4fc3 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -32,7 +32,7 @@ jobs: uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: audit - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@3db98c0363e2fa5df3e1c4c471777a7c10b24cc9 # v5.0.5 matrix_k8s_node_versions: @@ -41,7 +41,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} latest: ${{ steps.set-latest.outputs.latest }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - id: set-matrix run: | ( @@ -66,7 +66,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 with: @@ -94,7 +94,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -157,7 +157,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 @@ -192,7 +192,7 @@ jobs: with: egress-policy: audit - name: checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 diff --git a/.github/workflows/release-push.yaml b/.github/workflows/release-push.yaml index 3d24f63e3..be4e8ed7e 100644 --- a/.github/workflows/release-push.yaml +++ b/.github/workflows/release-push.yaml @@ -30,7 +30,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/sync-kubernetes-configuration-crds.yaml b/.github/workflows/sync-kubernetes-configuration-crds.yaml index c6394ab44..e9dc46725 100644 --- a/.github/workflows/sync-kubernetes-configuration-crds.yaml +++ b/.github/workflows/sync-kubernetes-configuration-crds.yaml @@ -17,7 +17,7 @@ jobs: with: egress-policy: audit - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Generate kustomization.yaml run: |