File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed 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
-
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 @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22
22
with :
23
23
python-version : ' 3.10'
24
24
- name : Install dependencies
@@ -32,12 +32,12 @@ jobs:
32
32
poetry dynamic-versioning --no-cache
33
33
poetry build
34
34
- name : Upload wheel to release
35
- uses : svenstaro/upload-release-action@v2
35
+ uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
36
36
with :
37
37
repo_token : ${{ secrets.GITHUB_TOKEN }}
38
38
file : dist/*.whl
39
39
tag : ${{ github.ref }}
40
40
overwrite : true
41
41
file_glob : true
42
42
- name : Publish
43
-
43
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
Original file line number Diff line number Diff line change 55
55
- python-version : " 3.12"
56
56
os : " windows-latest"
57
57
steps :
58
- - uses : actions/checkout@v4
58
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
59
- name : Set up Python ${{ matrix.python-version }}
60
- uses : actions/setup-python@v5
60
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
61
61
with :
62
62
python-version : ${{ matrix.python-version }}
63
63
- name : Install Poetry
70
70
- name : Test with pytest
71
71
run : |
72
72
poetry run pytest -n auto
73
- - uses : actions/upload-artifact@v4
73
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
74
74
with :
75
75
name : snowflake-logs-py${{ matrix.python-version }}-${{ matrix.os }}
76
76
path : snowflake.log
You can’t perform that action at this time.
0 commit comments