diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index f9034d723..99ecc2c23 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -36,7 +36,7 @@ jobs: matrix: folder: [helpers/foundation-deployer] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: ${{ matrix.folder }}/go.mod diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index a1fe59243..1f2363d6b 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -38,7 +38,7 @@ jobs: matrix: folder: [helpers/foundation-deployer] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: ${{ matrix.folder }}/go.mod