Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
cacd046
chore: pin actions to SHA in .github/workflows/backend-motoko-format-…
slawomirbabicz Apr 9, 2026
6612bdc
chore: pin actions to SHA in .github/workflows/backend-motoko.yml
slawomirbabicz Apr 9, 2026
0814125
chore: pin actions to SHA in .github/workflows/backend-rust-canbench.yml
slawomirbabicz Apr 9, 2026
14036f0
chore: pin actions to SHA in .github/workflows/backend-rust.yml
slawomirbabicz Apr 9, 2026
ba33782
chore: pin actions to SHA in .github/workflows/clippy.yml
slawomirbabicz Apr 9, 2026
181381a
chore: pin actions to SHA in .github/workflows/conventional-commits.yml
slawomirbabicz Apr 9, 2026
c631fb3
chore: pin actions to SHA in .github/workflows/examples-basic-bls-sig…
slawomirbabicz Apr 9, 2026
de867a9
chore: pin actions to SHA in .github/workflows/examples-basic-ibe.yml
slawomirbabicz Apr 9, 2026
b1cfbff
chore: pin actions to SHA in .github/workflows/examples-basic-timeloc…
slawomirbabicz Apr 9, 2026
26e3f8a
chore: pin actions to SHA in .github/workflows/examples-encrypted-cha…
slawomirbabicz Apr 9, 2026
593d13d
chore: pin actions to SHA in .github/workflows/examples-encrypted-not…
slawomirbabicz Apr 9, 2026
17fda53
chore: pin actions to SHA in .github/workflows/examples-password-mana…
slawomirbabicz Apr 9, 2026
58d4cf9
chore: pin actions to SHA in .github/workflows/examples-password-mana…
slawomirbabicz Apr 9, 2026
d49ad5b
chore: pin actions to SHA in .github/workflows/frontend.yml
slawomirbabicz Apr 9, 2026
50c7ef0
chore: pin actions to SHA in .github/workflows/publish-frontend-docs.yml
slawomirbabicz Apr 9, 2026
ee0ff0b
chore: pin actions to SHA in .github/workflows/publish-frontend.yml
slawomirbabicz Apr 9, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/backend-motoko-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
backend-motoko-format-check-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: ZenVoich/setup-mops@v1
- uses: ZenVoich/setup-mops@3e94e453352269b34137b5ce49f09a8df81bed7d # v1.4.1
with:
mops-version: 1
- name: Provision Linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/backend-motoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
backend-motoko-tests-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: ZenVoich/setup-mops@v1
- uses: ZenVoich/setup-mops@3e94e453352269b34137b5ce49f09a8df81bed7d # v1.4.1
with:
mops-version: 1
- name: Provision Linux
Expand All @@ -42,10 +42,10 @@ jobs:
backend-motoko-tests-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: ZenVoich/setup-mops@v1
- uses: ZenVoich/setup-mops@3e94e453352269b34137b5ce49f09a8df81bed7d # v1.4.1
with:
mops-version: 1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-rust-canbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cargo-benchmark-backend-ibe-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/backend-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cargo-test-backend-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -36,7 +36,7 @@ jobs:
cargo-test-backend-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cargo-clippy-backend-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: dfinity/conventional-pr-title-action@v4.0.0
- uses: dfinity/conventional-pr-title-action@41fbb167fd524835beda2b81882b7c75b1061dbc # v4.0.0
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/examples-basic-bls-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
examples-basic-bls-signing-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -38,7 +38,7 @@ jobs:
examples-basic-bls-signing-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -54,7 +54,7 @@ jobs:
examples-basic-bls-signing-motoko-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -71,7 +71,7 @@ jobs:
examples-basic-bls-signing-motoko-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/examples-basic-ibe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
examples-basic-ibe-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -37,7 +37,7 @@ jobs:
examples-basic-ibe-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -53,7 +53,7 @@ jobs:
examples-basic-ibe-motoko-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -70,7 +70,7 @@ jobs:
examples-basic-ibe-motoko-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-basic-timelock-ibe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
examples-basic-timelock-ibe-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -36,7 +36,7 @@ jobs:
examples-basic-timelock-ibe-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-encrypted-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
examples-encrypted-chat-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Provision Darwin
run: |
bash .github/workflows/provision-darwin.sh
Expand All @@ -31,7 +31,7 @@ jobs:
examples-encrypted-chat-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Backend Tests Encrypted Chat Rust Linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/examples-encrypted-notes-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
examples-encrypted-notes-dapp-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -34,7 +34,7 @@ jobs:
examples-encrypted-notes-dapp-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -47,7 +47,7 @@ jobs:
examples-encrypted-notes-dapp-motoko-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -61,7 +61,7 @@ jobs:
examples-encrypted-notes-dapp-motoko-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
examples-password-manager-with-metadata-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -39,7 +39,7 @@ jobs:
examples-password-manager-with-metadata-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -55,7 +55,7 @@ jobs:
examples-password-manager-with-metadata-motoko-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -72,7 +72,7 @@ jobs:
examples-password-manager-with-metadata-motoko-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/examples-password-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
examples-password-manager-rust-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -38,7 +38,7 @@ jobs:
examples-password-manager-rust-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -53,7 +53,7 @@ jobs:
examples-password-manager-motoko-darwin:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand All @@ -69,7 +69,7 @@ jobs:
examples-password-manager-motoko-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
frontend_ic_vetkeys_linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
Expand All @@ -37,7 +37,7 @@ jobs:
frontend_ic_vetkeys_mac:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Darwin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-frontend-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.event.inputs.tag }}
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0
ref: ${{ github.event.inputs.tag }}
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'
cache: 'npm'
Expand All @@ -35,9 +35,9 @@ jobs:
bash ./scripts/gen_frontend_docs.sh

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: docs

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
4 changes: 2 additions & 2 deletions .github/workflows/publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
Expand Down
Loading