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 5fa5e8a..7f6127e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: '>=1.22.2' diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 51b4f5e..cb2071a 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -7,10 +7,10 @@ jobs: lint-test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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" @@ -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.yaml@main + uses: libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main permissions: contents: read packages: write