diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d15f329..cf8171c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # 3.3.0 - name: Log in to Docker Hub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # 3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # 3.2.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -43,7 +43,7 @@ jobs: type=ref,event=branch,enable=${{ github.ref != format('refs/heads/{0}', 'main') }},priority=1 - name: Build and push Docker image - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # 5.3.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # 6.2.0 with: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 context: . diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 05ca64f..fff63ce 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # 5.0.0 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # 5.0.1 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 78ede66..e76c460 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # 1.1.0 + uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0 with: task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]' add_label: 'true' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a64ad12..1be6ce6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Release with release-please - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b #4.1.0 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee #4.1.1 with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} release-type: simple