Skip to content

Commit b9bd0a4

Browse files
committed
fix: pin sha
1 parent 63b3dcb commit b9bd0a4

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [master]
55

66
jobs:
77
build:
@@ -16,9 +16,9 @@ jobs:
1616
ports:
1717
- 5432:5432
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- name: Run PostgreSQL Create
21-
run: |
21+
run: |
2222
sleep 10
2323
psql -h localhost -U postgres -d noharm -a -f noharm-public.sql -v ON_ERROR_STOP=1
2424
- name: Run PostgreSQL Demo Schema

.github/workflows/shared.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Shared CI
2+
3+
on:
4+
pull_request:
5+
branches: [main, master, develop]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
call-shared:
12+
uses: noharm-ai/.github/.github/workflows/default.yml@main

0 commit comments

Comments
 (0)