diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa30b70..6089b44 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 diff --git a/.github/workflows/chatops_build.yaml b/.github/workflows/chatops_build.yaml index 2030383..c257bf4 100644 --- a/.github/workflows/chatops_build.yaml +++ b/.github/workflows/chatops_build.yaml @@ -27,7 +27,7 @@ jobs: echo "Building PR #$PR_NUMBER at SHA $SHA" - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ steps.get-pr.outputs.SHA }} diff --git a/.github/workflows/chatops_cherrypick.yaml b/.github/workflows/chatops_cherrypick.yaml index 41623c4..ea991ad 100644 --- a/.github/workflows/chatops_cherrypick.yaml +++ b/.github/workflows/chatops_cherrypick.yaml @@ -73,7 +73,7 @@ jobs: branch: ${{ fromJson(needs.prepare.outputs.branches) }} steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ secrets.SBR_BOT_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/chatops_cherrypick_v2.yaml b/.github/workflows/chatops_cherrypick_v2.yaml index 2b362ac..821d9c9 100644 --- a/.github/workflows/chatops_cherrypick_v2.yaml +++ b/.github/workflows/chatops_cherrypick_v2.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ secrets.SBR_BOT_TOKEN }} fetch-depth: 0