Skip to content

Commit

Permalink
chore(deps): pin docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and kodiakhq[bot] committed Aug 18, 2020
1 parent 89bcf48 commit 6e120d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: docker://reviewdog/action-golangci-lint
uses: docker://reviewdog/action-golangci-lint@sha256:9f8af9633d7a14d2100936693dc609249e13c29a352ce88fdc8a3d0aaadd8b26
with:
github_token: ${{ secrets.github_token }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v1

- name: Release Notary Action
uses: docker://outillage/release-notary
uses: docker://outillage/release-notary@sha256:a7f3c24e5b24caa8d25e259837add805ba9868f913bb8c678cd787a2ed5ebc9a
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: goreleaser
uses: docker://goreleaser/goreleaser
uses: docker://goreleaser/goreleaser@sha256:8a60f1ed0e14dc957cdda41d59a6816f3313e338b688a967b64f5938a1b745c4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 6e120d2

Please sign in to comment.