We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f15714f + 9bd1878 commit 91d2018Copy full SHA for 91d2018
2 files changed
.github/workflows/image.yml
@@ -51,7 +51,7 @@ jobs:
51
# avoids an avoidable failure on those events.
52
- name: Log in to GHCR
53
if: github.event_name != 'pull_request'
54
- uses: docker/login-action@v4.1.0
+ uses: docker/login-action@v4.2.0
55
with:
56
registry: ${{ env.REGISTRY }}
57
username: ${{ github.actor }}
.github/workflows/lint.yml
@@ -60,6 +60,6 @@ jobs:
60
- name: staticcheck
61
run: staticcheck ./...
62
- name: golangci-lint
63
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee
64
# with:
65
# version: "${{ steps.settings.outputs.golangci_lint_version }}"
0 commit comments