Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/context7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down