Skip to content

Commit 40216aa

Browse files
authored
Merge branch 'main' into acarbo/dependabot_for_mvn
2 parents 4cbccb6 + 99a31d9 commit 40216aa

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/athena-s3vector-connector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
AWS_REGION: us-west-2
2424
AWS_DEFAULT_REGION: us-west-2
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- name: Set up JDK ${{ matrix.java-version }}
28-
uses: actions/setup-java@v5
28+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2929
with:
3030
distribution: 'corretto'
3131
java-version: ${{ matrix.java-version }}

.github/workflows/main.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
os: [ubuntu-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v6
26-
- uses: actions/setup-python@v6
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install project for developers
@@ -39,8 +39,8 @@ jobs:
3939
os: [ubuntu-latest]
4040
runs-on: ${{ matrix.os }}
4141
steps:
42-
- uses: actions/checkout@v6
43-
- uses: actions/setup-python@v6
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Run license-check
@@ -54,8 +54,8 @@ jobs:
5454
os: [ubuntu-latest]
5555
runs-on: ${{ matrix.os }}
5656
steps:
57-
- uses: actions/checkout@v6
58-
- uses: actions/setup-python@v6
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install project for developers
@@ -72,9 +72,9 @@ jobs:
7272
os: [ubuntu-latest]
7373
runs-on: ${{ matrix.os }}
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7676

77-
- uses: actions/setup-python@v6
77+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

@@ -91,15 +91,15 @@ jobs:
9191

9292
- name: Upload HTML coverage report
9393
id: artifact-upload-step
94-
uses: actions/upload-artifact@v7
94+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9595
if: always()
9696
with:
9797
name: coverage-report
9898
path: htmlcov/
9999

100100
- name: Comment PR with artifact link
101101
if: ${{ failure() && steps.unit-test.outcome == 'failure' && github.event_name == 'pull_request'}}
102-
uses: actions/github-script@v8
102+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
103103
with:
104104
script: |
105105
const artifactId = ${{ steps.artifact-upload-step.outputs.artifact-id }}
@@ -123,8 +123,8 @@ jobs:
123123
# os: [macos-latest]
124124
# runs-on: ${{ matrix.os }}
125125
# steps:
126-
# - uses: actions/checkout@v6
127-
# - uses: actions/setup-python@v6
126+
# - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
127+
# - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
128128
# with:
129129
# python-version: ${{ matrix.python-version }}
130130
# - name: Install project for developers
@@ -142,8 +142,8 @@ jobs:
142142
# os: [windows-latest]
143143
# runs-on: ${{ matrix.os }}
144144
# steps:
145-
# - uses: actions/checkout@v6
146-
# - uses: actions/setup-python@v6
145+
# - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+
# - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
147147
# with:
148148
# python-version: ${{ matrix.python-version }}
149149
# - name: Install Pip

.github/workflows/python-prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

26-
- uses: actions/setup-python@v6
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: "3.x"
2929

@@ -38,7 +38,7 @@ jobs:
3838
make dist
3939
4040
- name: Upload distributions
41-
uses: actions/upload-artifact@v7
41+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4242
with:
4343
name: release-dists
4444
path: dist/

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

26-
- uses: actions/setup-python@v6
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: "3.x"
2929

@@ -38,7 +38,7 @@ jobs:
3838
make dist
3939
4040
- name: Upload distributions
41-
uses: actions/upload-artifact@v7
41+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4242
with:
4343
name: release-dists
4444
path: dist/
@@ -59,12 +59,12 @@ jobs:
5959

6060
steps:
6161
- name: Retrieve release distributions
62-
uses: actions/download-artifact@v8
62+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6363
with:
6464
name: release-dists
6565
path: dist/
6666

6767
- name: Publish release distributions to PyPI
68-
uses: pypa/gh-action-pypi-publish@release/v1
68+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
6969
with:
7070
packages-dir: dist/

0 commit comments

Comments
 (0)