Skip to content
Draft
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/publish-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Set release version
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/synaptic-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
base_sha: ${{ steps.synaptic.outputs.base_sha }}
has_verified: ${{ steps.synaptic.outputs.has_verified }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
cloud_oidc_audience: ${{ inputs.cloud_oidc_audience || 'synaptic-api-maintenance' }}
- name: Upload checksummed handoff only
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: synaptic-${{ inputs.automation_family || (github.event.schedule == '17 7 * * *' && 'dependency' || 'vulnerability') }}-${{ github.run_id }}-${{ github.run_attempt }}
path: .synaptic-ci/handoffs
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
permission-contents: write
permission-pull-requests: write
permission-workflows: write
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ needs.repair.outputs.base_sha }}
fetch-depth: 0
Expand All @@ -175,7 +175,7 @@ jobs:
chmod 0755 "$binary"
echo "binary=$binary" >> "$GITHUB_OUTPUT"
echo "sha256=$actual_binary" >> "$GITHUB_OUTPUT"
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: synaptic-${{ inputs.automation_family || (github.event.schedule == '17 7 * * *' && 'dependency' || 'vulnerability') }}-${{ github.run_id }}-${{ github.run_attempt }}
path: .synaptic-ci/handoffs
Expand Down
Loading