diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index e1c30397..736d7683 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -558,7 +558,7 @@ jobs: go-version-file: go.mod - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ac0f1d1..5c5904d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@v9.2.0 + - uses: golangci/golangci-lint-action@v9.3.0 with: version: latest args: --timeout 10m diff --git a/.github/workflows/migration_test.yml b/.github/workflows/migration_test.yml index a22d1922..9ff23a0d 100644 --- a/.github/workflows/migration_test.yml +++ b/.github/workflows/migration_test.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 1 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -110,7 +110,7 @@ jobs: fetch-depth: 1 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -161,7 +161,7 @@ jobs: cache: true - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -203,7 +203,7 @@ jobs: cache: true - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}