Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent 28b01b4 commit 28dbbe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/[email protected]
uses: pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07 # tag=v0.12.0
env:
# Allows this merge to trigger other actions
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
with: { repository: "sourcegraph/sourcegraph" }
- uses: actions/setup-go@v2
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # tag=v2
with: { go-version: "1.18" }

- run: ./dev/pr-auditor/check-pr.sh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # tag=v2
with:
go-version: "^1.18"

# generate update
- name: Pin tags to ${{ github.event.inputs.semver }}
run: tools/update-docker-tags.sh "${{ github.event.inputs.semver }}"
- name: Open pull request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672 # tag=v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit 28dbbe6

Please sign in to comment.