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 bf248a5 commit e121ecdCopy full SHA for e121ecd
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12
13
- name: Build Container
14
run: |
.github/workflows/publish_docker_hub.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Check out the repo
19
20
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
0 commit comments