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
6 changes: 3 additions & 3 deletions .github/workflows/attach-binaries-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:

- name: Setup sccache
if: ${{ !startsWith(matrix.os, 'ubuntu') && env.gcp_existing_archive == '' }}
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # pin@v0.0.9
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # pin@v0.0.10

- name: Cargo build for ${{ matrix.os }} platform
if: ${{ !startsWith(matrix.os, 'ubuntu') && env.gcp_existing_archive == '' }}
Expand Down Expand Up @@ -274,15 +274,15 @@ jobs:
parent: false

- name: Upload release artifacts for ${{ matrix.os }} platform
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # pin@7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # pin@7.0.1
with:
name: walrus-binaries-${{ matrix.os }}
if-no-files-found: error
path: |
./tmp/walrus-${{ env.walrus_tag }}-${{ env.os_type }}.tgz

- name: Attach artifacts to ${{ env.walrus_tag }} release in GH
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # pin@v2.5.0
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # pin@v3.0.0
with:
tag_name: ${{ env.walrus_tag }}
files: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:

- name: Restore cached sui binary
id: cache-sui-restore
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5
with:
path: ${{ env.SUI_BIN }}
key: ${{ runner.os }}-${{ runner.arch }}-${{ env.SUI_TAG }}
Expand All @@ -266,7 +266,7 @@ jobs:
run: bash ./scripts/move_tests.sh
- name: Cache sui binary
if: ${{ github.ref == 'refs/heads/main' && steps.cache-sui-restore.outputs.cache-hit != 'true' }}
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5
with:
path: ${{ env.SUI_BIN }}
key: ${{ steps.cache-sui-restore.outputs.cache-primary-key }}
Expand All @@ -292,7 +292,7 @@ jobs:

- name: Restore cached sui binary
id: cache-sui-restore
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # pin@v5.0.3
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5
with:
path: ${{ env.SUI_BIN }}
key: ${{ runner.os }}-${{ runner.arch }}-${{ env.SUI_TAG }}
Expand All @@ -319,7 +319,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Post a warning if the PR touches the testnet-contracts directory
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # pin@v3.0.2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # pin@v3.0.4
with:
message: >
**Warning:** This PR touches the `testnet-contracts` directory. This should only be
Expand All @@ -337,7 +337,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Post a warning if the PR touches the mainnet-contracts directory
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # pin@v3.0.2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # pin@v3.0.4
with:
message: >
**Warning:** This PR touches the `mainnet-contracts` directory. This should only be
Expand All @@ -354,7 +354,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Post a warning if the PR touches an example config file
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # pin@v3.0.2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # pin@v3.0.4
with:
message: |
**Warning:** This PR modifies one of the example config files. Please consider the
Expand All @@ -380,7 +380,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Post a warning if the PR modifies the Walrus CLI
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # pin@v3.0.2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # pin@v3.0.4
with:
message: |
**Warning:** This PR modifies the Walrus CLI. Please consider the following:
Expand All @@ -404,7 +404,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Post a warning if the PR touches an OpenAPI file
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # pin@v3.0.2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # pin@v3.0.4
with:
message: |
**Warning:** This PR modifies one of the OpenAPI files. Please consider the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cat artifacts/tx-data.txt

- name: Upload Transaction Artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # pin@v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # pin@v7.0.1
with:
name: transaction-data
path: artifacts/tx-data.txt
2 changes: 1 addition & 1 deletion .github/workflows/create-tx-for-multisig-subsidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cat artifacts/tx-data.txt

- name: Upload Transaction Artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # pin@v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # pin@v7.0.1
with:
name: transaction-data
path: artifacts/tx-data.txt
2 changes: 1 addition & 1 deletion .github/workflows/gen-sui-upgrade-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Generate automerge token
id: automerge_token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # pin@v2.2.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pin@v3.2.0
with:
app-id: ${{ secrets.WALRUS_AUTOMERGE_APP_ID }}
private-key: ${{ secrets.WALRUS_AUTOMERGE_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add Comment to New Issue
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # pin@v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # pin@v9.0.0
with:
script: |
github.rest.issues.createComment({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./yamlfmt -lint

- name: Lint all markdown files
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # pin@v22.0.0
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # pin@v23.2.0
with:
config: .markdownlint-cli2.yaml
# Note: Keep globs in sync with .markdownlint-cli2.yaml.
Expand All @@ -83,7 +83,7 @@ jobs:
name: Check spelling
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # pin@v1.44.0
- uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # pin@v1.46.3

shellcheck:
name: ShellCheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-walrus-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Generate app token for cross-repo dispatch
id: app_token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # pin@v2.2.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pin@v3.2.0
with:
app-id: ${{ secrets.WALRUS_AUTOMERGE_APP_ID }}
private-key: ${{ secrets.WALRUS_AUTOMERGE_PRIVATE_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pages-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # pin@v5.0.0
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # pin@v6.0.8
with:
version: 9
if: github.event.action != 'closed'
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # pin@v5.0.0
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # pin@v6.0.8
with:
version: 9
if: github.event.action != 'closed'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
if: github.event.action != 'closed' && github.repository_owner == 'MystenLabs'
steps:
- name: Wait for GitHub Pages deployment
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
// Wait for the Pages deployment triggered by the gh-pages push
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
URL: https://MystenLabs.github.io/walrus/pr-preview/pr-${{ github.event.number }}/

- name: Comment on PR
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const marker = '<!-- afdocs-check -->';
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # pin@v5.0.0
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # pin@v6.0.8
with:
version: 9
- name: Setup Node.js
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # pin@v5.0.0
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # pin@v6.0.8
with:
version: 9
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sccache-warmup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt update && sudo apt install -y libpq-dev

- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # pin@v0.0.9
- uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # pin@v0.0.10

- name: Build workspace (debug)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # pin@v10.2.0
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # pin@v10.3.0
with:
stale-pr-message: >
This PR is stale because it has been open 14 days with no activity.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-operators-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mv docs/site/static/new-operators.json docs/site/static/operators.json

- name: Create Pull Request
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # pin@v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # pin@v8.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update aggregator cache info"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Generate automerge token
if: inputs.delivery == 'pr'
id: automerge_token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # pin@v2.2.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pin@v3.2.0
with:
app-id: ${{ secrets.WALRUS_AUTOMERGE_APP_ID }}
private-key: ${{ secrets.WALRUS_AUTOMERGE_PRIVATE_KEY }}
Expand Down
Loading