Skip to content

Commit

Permalink
Merge pull request #53 from Jmainguy/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to a5ac7e5
  • Loading branch information
Jmainguy committed Jun 4, 2024
2 parents 66d9f0a + 217dfe3 commit 787dda1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
test:
Expand All @@ -24,7 +24,7 @@ jobs:
go install github.com/ory/go-acc@latest
- name: git checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Install dependencies
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
go-version: '1.21'

- name: git checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: install lint
run: GO111MODULE=off go get golang.org/x/lint/golint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: release-please
if: needs.release-please.outputs.release_created
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- run: git fetch --force --tags
Expand Down

0 comments on commit 787dda1

Please sign in to comment.