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 3a5698f commit 0d3d1dbCopy full SHA for 0d3d1db
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
- name: Set up Python
20
uses: actions/setup-python@v4
21
with:
.github/workflows/container_build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout repository
31
32
33
- name: Log in to the Container registry
34
uses: docker/login-action@v3
0 commit comments