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 04c4b02 commit 16c0e38Copy full SHA for 16c0e38
.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@b4cb69cd1aaf21ad5ea000477224c9da4a01acdd # v1.20.1
11
12
reporter: github-pr-review
13
filter_mode: nofilter
0 commit comments