diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 80eaf93..73f761a 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 79fc334..954ce82 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7a765f3..122a463 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub tags id: hubTags @@ -210,7 +210,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub readme id: hub diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0904414..4d6a962 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup hugo id: hugo diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index c224d0c..301b0e0 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang diff --git a/.github/workflows/kustomize.yml b/.github/workflows/kustomize.yml index 1aebbf9..bd063ad 100644 --- a/.github/workflows/kustomize.yml +++ b/.github/workflows/kustomize.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }}