diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index d158745e..4f00c393 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Configure aws id: aws diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 649ef7fe..3c66ea9d 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f35278f1..c865b85e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup golang id: golang @@ -131,7 +131,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Hub tags id: hubTags @@ -209,7 +209,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Hub readme id: hub diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0d7ca641..887393ca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup hugo id: hugo diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index add35599..57811585 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup golang id: golang