diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 4e38962..3a1feaa 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -28,14 +28,14 @@ jobs: runs-on: ${{ inputs.RUNNER }} steps: - name: Check Out Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Login to GitHub Container Registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io @@ -57,7 +57,7 @@ jobs: string: ${{ github.repository }} - name: Generate Docker image metadata - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 id: img_meta with: flavor: | @@ -70,7 +70,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: file: ${{ inputs.TARGET_FILE }} context: ./ diff --git a/.github/workflows/golang-compile-test.yml b/.github/workflows/golang-compile-test.yml index 40b6907..a816224 100644 --- a/.github/workflows/golang-compile-test.yml +++ b/.github/workflows/golang-compile-test.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 with: - go-version: '1.25' + go-version: '1.26' - name: Test compile run: go build ${{ inputs.TARGET_FILE }} diff --git a/.github/workflows/lerna-release.yml b/.github/workflows/lerna-release.yml index 635dc59..b494d30 100644 --- a/.github/workflows/lerna-release.yml +++ b/.github/workflows/lerna-release.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup pnpm - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 with: version: latest - name: Setup Node.js diff --git a/.github/workflows/lint-and-compile-test.yml b/.github/workflows/lint-and-compile-test.yml index 86e4117..35ec235 100644 --- a/.github/workflows/lint-and-compile-test.yml +++ b/.github/workflows/lint-and-compile-test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 - name: Setup Node.js uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 7a03ec1..94d4921 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup pnpm - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 with: version: latest - name: Setup Node.js