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 c1e6efa commit c7d4359Copy full SHA for c7d4359
.github/workflows/docker.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
16
- name: Set up Buildx
17
uses: docker/setup-buildx-action@v3
@@ -78,7 +78,7 @@ jobs:
78
needs: build
79
80
81
82
83
- uses: peter-evans/dockerhub-description@v4
84
with:
0 commit comments