From 578541414c5b796121b1920a80bd367cc991d76d Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Mon, 10 Aug 2026 10:06:48 +0200 Subject: [PATCH] ci: bump github actions --- .github/workflows/checks.yaml | 4 ++-- .github/workflows/deploy.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index c3ebd83..5f7e814 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # ratchet:actions/setup-go@v7 with: go-version-file: 'go.mod' - - uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 # ratchet:geomys/sandboxed-step@v1.2.1 + - uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810 # ratchet:geomys/sandboxed-step@v1.2.2 with: run: go run honnef.co/go/tools/cmd/staticcheck@latest ./... govulncheck: @@ -27,6 +27,6 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # ratchet:actions/setup-go@v7 with: go-version-file: 'go.mod' - - uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 # ratchet:geomys/sandboxed-step@v1.2.1 + - uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810 # ratchet:geomys/sandboxed-step@v1.2.2 with: run: go run golang.org/x/vuln/cmd/govulncheck@latest ./... diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 64e60b4..2acdaa0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # ratchet:actions/setup-go@v7 with: go-version-file: 'go.mod' - - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # ratchet:jdx/mise-action@v4 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # ratchet:jdx/mise-action@v4 - run: mise run ${{ matrix.task }} build: needs: verify @@ -74,7 +74,7 @@ jobs: service_account: "gh-wonderwall@nais-io.iam.gserviceaccount.com" token_format: "access_token" - name: "Login to registry" - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # ratchet:docker/login-action@v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # ratchet:docker/login-action@v4 with: registry: "${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature" username: "oauth2accesstoken"