Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #289 from cybozu/fix-actions-hash
Browse files Browse the repository at this point in the history
ci: fix action's hash
  • Loading branch information
uta8a authored Jun 3, 2024
2 parents f0119cd + 3bdaf61 commit 067582a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- id: tool-versions
run: awk '{ print $1"="$2 }' .tool-versions >> $GITHUB_OUTPUT
shell: bash
- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
skip-pkg-cache: true
skip-build-cache: true
version: v${{ steps.tool-versions.outputs.golangci-lint }}
go-mod-tidy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
- id: tool-versions
run: awk '{ print $1"="$2 }' .tool-versions >> $GITHUB_OUTPUT
shell: bash
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: "v${{ steps.tool-versions.outputs.goreleaser }}"
install-only: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
repositories: "assam,homebrew-assam"
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: "v${{ steps.tool-versions.outputs.goreleaser }}"
args: release --clean
Expand Down

0 comments on commit 067582a

Please sign in to comment.