File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 61
61
postgres-version : " 17"
62
62
use-copy : " false"
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
65
with :
66
66
fetch-tags : true
67
67
- name : Fix key permissions
77
77
docker compose -f docker-compose.yml up -d
78
78
- run : docker ps
79
79
- name : Set up Python '${{ matrix.python-version }}'
80
- uses : actions/setup-python@v5
80
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
81
81
with :
82
82
python-version : ' ${{ matrix.python-version }}'
83
83
- name : Install Tox
@@ -115,9 +115,9 @@ jobs:
115
115
matrix :
116
116
use-copy : ["true", "false"]
117
117
steps :
118
- - uses : actions/checkout@v4
118
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119
119
- name : Set up Python
120
- uses : actions/setup-python@v5
120
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
121
121
with :
122
122
python-version : 3.x
123
123
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.actor != 'dependabot[bot]' }}
21
21
steps :
22
- - uses : actions/add-to-project@v1.0.2
22
+ - uses : actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
23
23
with :
24
24
project-url : https://github.com/orgs/MeltanoLabs/projects/3
25
25
github-token : ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}
Original file line number Diff line number Diff line change 8
8
name : Build wheel and sdist
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
with :
13
13
fetch-depth : 0
14
14
ref : ${{ github.ref }}
15
- - uses : hynek/build-and-inspect-python-package@v2
15
+ - uses : hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
16
16
17
17
publish :
18
18
name : Publish to PyPI
@@ -27,14 +27,14 @@ jobs:
27
27
id-token : write
28
28
29
29
steps :
30
- - uses : actions/download-artifact@v4
30
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
31
31
with :
32
32
name : Packages
33
33
path : dist
34
- - uses : svenstaro/upload-release-action@v2
34
+ - uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
35
35
with :
36
36
file : dist/*.whl
37
37
tag : ${{ github.ref }}
38
38
overwrite : true
39
39
file_glob : true
40
- - uses : pypa/gh-action-pypi-publish@v1.12.4
40
+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
You can’t perform that action at this time.
0 commit comments