We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b02d commit e21a5baCopy full SHA for e21a5ba
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
platforms: all
39
40
- name: Setup Docker Buildx
41
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
+ uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
42
with:
43
version: ${{ env.DOCKER_BUILDX_VERSION }}
44
install: true
.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@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1.19.0
+ uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
11
12
reporter: github-pr-review
13
filter_mode: nofilter
0 commit comments