Skip to content

Commit 5bb36e2

Browse files
committed
Fixes linting errors
1 parent 6ff5180 commit 5bb36e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout Repository
1818
uses: actions/checkout@v4
19+
with:
20+
persist-credentials: false
1921
- name: Build Docker Image
2022
run: docker build .

.github/workflows/test-sql-queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
services:
1515
postgres:
16-
image: postgres:latest
16+
image: postgres:6efd0df010dc3cb40d5e33e3ef84acecc5e73161bd3df06029ee8698e5e12c60
1717
ports:
1818
- 5432:5432
1919
options: >-

0 commit comments

Comments
 (0)