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.
1 parent 57c2d7d commit 5a88edfCopy full SHA for 5a88edf
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
path: _output/**
61
62
- name: Login to Upbound
63
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
64
if: env.XPKG_ACCESS_ID != ''
65
with:
66
registry: xpkg.upbound.io
.github/workflows/yamllint.yaml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9
- name: yamllint
10
- uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
+ uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
11
12
reporter: github-pr-review
13
filter_mode: nofilter
0 commit comments