diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b29d703c..6158210e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: image: samples/volumes steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/radius-bot.yaml b/.github/workflows/radius-bot.yaml index 7d77b28b..c156e02e 100644 --- a/.github/workflows/radius-bot.yaml +++ b/.github/workflows/radius-bot.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: sparse-checkout: | .github/scripts/radius-bot.js diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 822c9cc3..7044cc6e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: GITHUB_EMAIL: radiuscoreteam@service.microsoft.com GITHUB_USER: Radius CI Bot steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ secrets.GH_RAD_CI_BOT_PAT }} ref: edge diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10140685..9a8d09fc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -147,7 +147,7 @@ jobs: - name: Checkout if: steps.gen-id.outputs.RUN_TEST == 'true' - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/upmerge.yaml b/.github/workflows/upmerge.yaml index c6aa4631..8321253f 100644 --- a/.github/workflows/upmerge.yaml +++ b/.github/workflows/upmerge.yaml @@ -41,7 +41,7 @@ jobs: steps: # Check out the edge branch - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: edge # https://github.com/actions/checkout/issues/125#issuecomment-570254411 diff --git a/.github/workflows/validate-bicep.yaml b/.github/workflows/validate-bicep.yaml index 574f8ed0..f545d894 100644 --- a/.github/workflows/validate-bicep.yaml +++ b/.github/workflows/validate-bicep.yaml @@ -39,7 +39,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false