diff --git a/.github/workflows/context7.yml b/.github/workflows/context7.yml index c732599..a86977c 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - 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 419238f..8b352ea 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # ------------------------------------------------------------------ # 1. Resolve which issue to work on @@ -325,7 +325,7 @@ print('true' if 'type:suggestion' in labels else 'false') # ------------------------------------------------------------------ - name: Comment on issue if: steps.issue.outputs.skip != 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: ISSUE_NUMBER: ${{ steps.issue.outputs.number }} PR_URL: ${{ steps.pr.outputs.url }} @@ -343,7 +343,7 @@ print('true' if 'type:suggestion' in labels else 'false') # ------------------------------------------------------------------ - name: Comment on issue (failure) if: failure() && steps.issue.outputs.skip != 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: ISSUE_NUMBER: ${{ steps.issue.outputs.number }} with: @@ -435,7 +435,7 @@ print('true' if 'type:suggestion' in labels else 'false') - name: Checkout if: steps.auth.outputs.allowed == 'true' - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: ${{ steps.ctx.outputs.branch }} fetch-depth: 0 diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index c43419b..1b16f1a 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -151,7 +151,7 @@ for num in numbers: - name: Checkout if: steps.issue.outputs.skip != 'true' - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Handle issue if: steps.issue.outputs.skip != 'true' diff --git a/.github/workflows/notify-docs.yml b/.github/workflows/notify-docs.yml index 9a8a4b3..04203d0 100644 --- a/.github/workflows/notify-docs.yml +++ b/.github/workflows/notify-docs.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 2 # need HEAD and HEAD~1 to detect new vs updated ref: main