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 67f7220 commit 412ca93Copy full SHA for 412ca93
.github/workflows/master.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14
15
- name: Set up CI Image Metadata
16
id: docker_meta_ci
@@ -48,7 +48,7 @@ jobs:
48
needs: build
49
50
51
52
53
- name: Download artifact
54
uses: actions/download-artifact@v3
@@ -66,7 +66,7 @@ jobs:
66
needs: e2e
67
68
69
70
71
- name: Set up Docker Hub Image Metadata
72
id: docker_meta
0 commit comments