diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c292e6325..9db734f9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -226,7 +226,7 @@ jobs: }' > cdk/cdk.context.json cat cdk/cdk.context.json - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true - name: Setup Node.js diff --git a/.github/workflows/dead-code-pr.yml b/.github/workflows/dead-code-pr.yml index 536b050c4..58f48eda8 100644 --- a/.github/workflows/dead-code-pr.yml +++ b/.github/workflows/dead-code-pr.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4546dde57..3ba86f8b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -234,7 +234,7 @@ jobs: aws-region: ${{ vars.AWS_REGION }} - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/integ.yml b/.github/workflows/integ.yml index 28558046f..b28126aeb 100644 --- a/.github/workflows/integ.yml +++ b/.github/workflows/integ.yml @@ -207,7 +207,7 @@ jobs: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index b48453625..c8b24d57e 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ce7bad11a..20593794f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index 1bf17693d..83f0d7f12 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true