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 e7b3fb4 commit 4359f52Copy full SHA for 4359f52
.github/workflows/build-docker-image.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
19
- name: Log in to GitHub Container Registry
20
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
21
- name: Checkout
22
23
with:
24
persist-credentials: false
25
- name: Semantic Release
0 commit comments