diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 98909fc3..da7ca958 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: image: samples/volumes steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Login to GitHub Container Registry uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 diff --git a/.github/workflows/close-stale-prs.yml b/.github/workflows/close-stale-prs.yml index f54bd150..50fb00aa 100644 --- a/.github/workflows/close-stale-prs.yml +++ b/.github/workflows/close-stale-prs.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 + - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: This pull request has been automatically marked as stale because it has been inactive for 90 days. Remove stale label or comment or this PR will be closed in 7 days. diff --git a/.github/workflows/radius-bot.yaml b/.github/workflows/radius-bot.yaml index 50e50544..0bf57497 100644 --- a/.github/workflows/radius-bot.yaml +++ b/.github/workflows/radius-bot.yaml @@ -12,7 +12,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: sparse-checkout: | .github/scripts/radius-bot.js diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91e50a75..0dd827c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: release-samples: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ secrets.GH_RAD_CI_BOT_PAT }} ref: edge diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e64d9124..6bd9b736 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -140,7 +140,7 @@ jobs: - name: Checkout code if: steps.gen-id.outputs.RUN_TEST == 'true' - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Ensure inputs.version is valid semver if: steps.gen-id.outputs.RUN_TEST == 'true' && inputs.version != '' @@ -149,7 +149,7 @@ jobs: - name: Setup Node if: steps.gen-id.outputs.RUN_TEST == 'true' - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: 20 diff --git a/.github/workflows/upmerge.yaml b/.github/workflows/upmerge.yaml index 78425f3a..d8be84c1 100644 --- a/.github/workflows/upmerge.yaml +++ b/.github/workflows/upmerge.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: # Check out the edge branch - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 e95d4a13..bf6b13d3 100644 --- a/.github/workflows/validate-bicep.yaml +++ b/.github/workflows/validate-bicep.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup and verify bicep CLI run: |