Skip to content
Open
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/actions/post-coverage-comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
echo "_For detailed HTML reports, please see the 'coverage-reports-${NODE_VERSION}-${OS}' artifact from the main CI run._" >> "${COMMENT_FILE}"

- name: 'Post Coverage Comment'
uses: 'thollander/actions-comment-pull-request@65f9e5c9a1f2cd378bd74b2e057c9736982a8e74' # ratchet:thollander/actions-comment-pull-request@v3
uses: 'thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b' # v3.0.1
if: |-
${{ always() }}
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
echo "GitHub ref: ${{ github.ref }}"

- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@v3' # ratchet:exclude
uses: 'docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a' # v4.0.0

- name: 'Set up Docker Buildx'
uses: 'docker/setup-buildx-action@v3' # ratchet:exclude
uses: 'docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd' # v4.0.0

- name: 'Extract metadata (tags, labels) for Docker'
id: 'meta'
uses: 'docker/metadata-action@v5' # ratchet:exclude
uses: 'docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf' # v6.0.0
with:
images: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}'
tags: |
Expand All @@ -89,15 +89,15 @@ jobs:
- name: 'Log in to the Container registry'
if: |-
${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true') }}
uses: 'docker/login-action@v3' # ratchet:exclude
uses: 'docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121' # v4.1.0
with:
registry: '${{ env.REGISTRY }}'
username: '${{ github.actor }}'
password: '${{ secrets.GITHUB_TOKEN }}'

- name: 'Build and push Docker image'
id: 'build-and-push'
uses: 'docker/build-push-action@v6' # ratchet:exclude
uses: 'docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f' # v7.1.0
with:
context: '.'
platforms: 'linux/amd64,linux/arm64'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: 'Publish Test Report (for non-forks)'
if: |-
${{ always() && (github.event.pull_request.head.repo.full_name == github.repository) }}
uses: 'dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3' # ratchet:dorny/test-reporter@v2
uses: 'dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2' # v3.0.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The # ratchet:dorny/test-reporter@v2 annotation was replaced with # v3.0.0. Please restore the ratchet annotation format: # ratchet:dorny/test-reporter@v3. Same applies to the CodeQL lines (287, 292) and all other files in this PR where ratchet annotations were stripped.

— qwen-code via Qwen Code /review

with:
name: 'Test Results (${{ matrix.os }}, Node ${{ matrix.node-version }})'
path: 'packages/*/junit.xml'
Expand Down Expand Up @@ -284,9 +284,9 @@ jobs:
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5

- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2' # ratchet:github/codeql-action/init@v3
uses: 'github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e' # v4.35.4
with:
languages: 'javascript'

- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2' # ratchet:github/codeql-action/analyze@v3
uses: 'github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e' # v4.35.4
6 changes: 3 additions & 3 deletions .github/workflows/docs-page-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5

- name: 'Setup Pages'
uses: 'actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b' # ratchet:actions/configure-pages@v5
uses: 'actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d' # v6.0.0

- name: 'Build with Jekyll'
uses: 'actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697' # ratchet:actions/jekyll-build-pages@v1
Expand All @@ -36,7 +36,7 @@ jobs:
destination: './_site'

- name: 'Upload artifact'
uses: 'actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa' # ratchet:actions/upload-pages-artifact@v3
uses: 'actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9' # v5.0.0

deploy:
environment:
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: 'Deploy to GitHub Pages'
id: 'deployment'
uses: 'actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e' # ratchet:actions/deploy-pages@v4
uses: 'actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128' # v5.0.0
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: 'Set up Docker'
if: |-
${{ matrix.sandbox == 'sandbox:docker' }}
uses: 'docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435' # ratchet:docker/setup-buildx-action@v3
uses: 'docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd' # v4.0.0

- name: 'Set up Podman'
if: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
npm ci --no-audit --progress=false

- name: 'Set up Docker'
uses: 'docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435' # ratchet:docker/setup-buildx-action@v3
uses: 'docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd' # v4.0.0

- name: 'Build Sandbox'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terminal-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: 'recursive'
- name: 'Install uv and set the python version'
uses: 'astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6' # v6
uses: 'astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b' # v8.1.0
with:
python-version: '3.12'

Expand Down
Loading