From 2c52d5c7946236512a4980ecad63f2ade557f7da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:49:45 +0000 Subject: [PATCH] [skip-release] Update github-actions --- .github/workflows/github-release.yml | 2 +- .github/workflows/goreleaser.yml | 6 +++--- .github/workflows/lint-test-build.yml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 07e407c..eb4c3b6 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -8,7 +8,7 @@ on: jobs: release: if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release') - uses: libops/actions/.github/workflows/bump-release.yaml@main + uses: libops/actions/.github/workflows/bump-release.yaml@ef667db8c16533a257d841e75df5c3388152b2d7 # main with: workflow_file: goreleaser.yml permissions: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 50262b3..639e478 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,17 +14,17 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version: ">=1.25.0" - name: Run GoReleaser - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6 + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 with: distribution: goreleaser version: latest diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 374ff56..ff80c07 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -7,15 +7,15 @@ jobs: lint-test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: version: latest @@ -31,7 +31,7 @@ jobs: run: go test -v -coverprofile=coverage.out -covermode=atomic ./... - name: upload coverage to codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: files: ./coverage.out fail_ci_if_error: false @@ -40,7 +40,7 @@ jobs: run: needs: [lint-test] - uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main + uses: libops/.github/.github/workflows/build-push-ghcr.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main permissions: contents: read packages: write