Update actions/checkout digest to 44c2b7a
This commit is contained in:
parent
e3e46ab3ec
commit
f5c798a897
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
|
||||||
with:
|
with:
|
||||||
# Full git history is needed to get a proper list of changed files
|
# Full git history is needed to get a proper list of changed files
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
2
.github/workflows/stack-healthcheck.yml
vendored
2
.github/workflows/stack-healthcheck.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Test Stack
|
name: Test Stack
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
|
||||||
- name: Deploy the stack, timeout if not healthy after 2m
|
- name: Deploy the stack, timeout if not healthy after 2m
|
||||||
run: timeout 120 docker compose up --quiet-pull --wait
|
run: timeout 120 docker compose up --quiet-pull --wait
|
||||||
- name: Check creating database
|
- name: Check creating database
|
||||||
|
Loading…
Reference in New Issue
Block a user