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 6ff5180 commit 5bb36e2Copy full SHA for 5bb36e2
.github/workflows/build-docker-image.yml
@@ -16,5 +16,7 @@ jobs:
16
steps:
17
- name: Checkout Repository
18
uses: actions/checkout@v4
19
+ with:
20
+ persist-credentials: false
21
- name: Build Docker Image
22
run: docker build .
.github/workflows/test-sql-queries.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
services:
15
postgres:
- image: postgres:latest
+ image: postgres:6efd0df010dc3cb40d5e33e3ef84acecc5e73161bd3df06029ee8698e5e12c60
ports:
- 5432:5432
options: >-
0 commit comments