Skip to content

Commit a5c99fc

Browse files
ci(github-action): update actions/checkout digest (08eba0b → 34e1148) (#88)
1 parent 3e8bbc5 commit a5c99fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get install -y qemu-user-static
4242
4343
- name: Checkout repository
44-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4545

4646
- name: Setup environment variables
4747
run: |

.github/workflows/build-pg-verein-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424

2525
- name: Get Postgres version
2626
id: postgres_version

.github/workflows/build-pg-verein.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424

2525
- name: Get Postgres version
2626
id: postgres_version

.github/workflows/deploy-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4040

4141
- name: Setup Pages
4242
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5

0 commit comments

Comments
 (0)