Skip to content

Commit

Permalink
Merge pull request #15 from nabeken/github-renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
nabeken authored Aug 6, 2023
2 parents 6b903cb + 83f9381 commit 0fde290
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:

- name: Set up Go 1.20.x
uses: actions/setup-go@v3
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
with:
go-version: '1.20.6'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Build
run: go build -v ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:

steps:
- name: Set up Go 1.20.x
uses: actions/setup-go@v3
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
with:
go-version: '1.20.6'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
fetch-depth: 0

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v3
with:
version: latest
args: release --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Get GITHUB_TOKEN for Github Apps
uses: nabeken/go-github-apps@v0
uses: nabeken/go-github-apps@8eb7ca72b1a91f936373b9b0a072694aef88c981 # v0
id: go-github-apps
with:
installation_id: ${{ secrets.renovate_app_inst_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Get GITHUB_TOKEN for Github Apps
uses: nabeken/go-github-apps@v0
uses: nabeken/go-github-apps@8eb7ca72b1a91f936373b9b0a072694aef88c981 # v0
id: go-github-apps
with:
installation_id: ${{ secrets.installation_id }}
Expand All @@ -33,7 +33,7 @@ jobs:

steps:
- name: Get GITHUB_TOKEN for Github Apps
uses: nabeken/go-github-apps@v0
uses: nabeken/go-github-apps@8eb7ca72b1a91f936373b9b0a072694aef88c981 # v0
id: go-github-apps
with:
installation_id: ${{ secrets.installation_id }}
Expand Down

0 comments on commit 0fde290

Please sign in to comment.