diff --git a/.github/workflows/context7.yml b/.github/workflows/context7.yml index a86977c..ca17aef 100644 --- a/.github/workflows/context7.yml +++ b/.github/workflows/context7.yml @@ -9,7 +9,7 @@ jobs: update-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Update Context7 Documentation id: context7 uses: rennf93/upsert-context7@c29ca04a37ecbab62635c0e94c3d8908049b9ed5 # 1.1 diff --git a/.github/workflows/engineering.yml b/.github/workflows/engineering.yml index 98af48b..a8c3147 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 # Full clone so feature branches are available for checkout @@ -658,7 +658,7 @@ jobs: - name: Checkout workflow source if: steps.auth.outputs.allowed == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} ref: ${{ github.sha }} @@ -740,7 +740,7 @@ jobs: - name: Checkout if: steps.auth.outputs.allowed == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} ref: ${{ steps.ctx.outputs.branch }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1973953..c497188 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -121,7 +121,7 @@ jobs: - name: Checkout if: steps.issue.outputs.skip != 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Handle issue if: steps.issue.outputs.skip != 'true' diff --git a/.github/workflows/notify-docs.yml b/.github/workflows/notify-docs.yml index ed12891..623e2ff 100644 --- a/.github/workflows/notify-docs.yml +++ b/.github/workflows/notify-docs.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 2 # need HEAD and HEAD~1 to detect new vs updated ref: main