diff --git a/.github/actions/app-tests/action.yaml b/.github/actions/app-tests/action.yaml index 659ee45f1..303799a03 100644 --- a/.github/actions/app-tests/action.yaml +++ b/.github/actions/app-tests/action.yaml @@ -15,7 +15,7 @@ runs: using: composite steps: - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked diff --git a/.github/actions/app-versions/action.yaml b/.github/actions/app-versions/action.yaml index e79c6e66f..573b7186c 100644 --- a/.github/actions/app-versions/action.yaml +++ b/.github/actions/app-versions/action.yaml @@ -37,7 +37,7 @@ runs: EOF - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked diff --git a/.github/workflows/app-builder.yaml b/.github/workflows/app-builder.yaml index 5ff49d2f6..0d4061bb8 100644 --- a/.github/workflows/app-builder.yaml +++ b/.github/workflows/app-builder.yaml @@ -120,7 +120,7 @@ jobs: app: ${{ inputs.app }} - name: Login to GitHub Container Registry - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} @@ -216,7 +216,7 @@ jobs: merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} @@ -259,7 +259,7 @@ jobs: DIGEST: ${{ needs.merge.outputs.digest }} steps: - name: Login to GitHub Container Registry - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 82aa95f9d..3dcc061e3 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -33,13 +33,13 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} source-root: ${{ matrix.source-root }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: category: language:${{ matrix.language }} diff --git a/.github/workflows/go-mod-cache.yaml b/.github/workflows/go-mod-cache.yaml index 2f63a7000..531d82af5 100644 --- a/.github/workflows/go-mod-cache.yaml +++ b/.github/workflows/go-mod-cache.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 0cf30c85d..fc085fc75 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -40,7 +40,7 @@ jobs: permission-pull-requests: write - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b6171a9d9..0e5733b42 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked @@ -73,7 +73,7 @@ jobs: persist-credentials: false - name: Setup Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: experimental: true install_args: --locked diff --git a/.github/workflows/vulnerability-scan.yaml b/.github/workflows/vulnerability-scan.yaml index c27b19219..6ee0e0457 100644 --- a/.github/workflows/vulnerability-scan.yaml +++ b/.github/workflows/vulnerability-scan.yaml @@ -96,7 +96,7 @@ jobs: severity-cutoff: high - name: Upload Report - uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: category: container:${{ matrix.app }} sarif_file: ${{ steps.scan.outputs.sarif }}