File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout source
12- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1313 - name : Set up Python
14- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
14+ uses : actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
1515 with :
1616 python-version : 3.7
1717 - name : Install dependencies
1818 run : pip install twine
1919 - name : Build package
2020 run : python setup.py sdist
2121 - name : Publish package to PyPI
22- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
22+ uses : pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
2323 with :
2424 user : __token__
2525 password : ${{ secrets.pypi_password }}
@@ -30,13 +30,13 @@ jobs:
3030 rm -rf ./docs/_build
3131 tox -e docs
3232 - name : Docs Upload
33- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
33+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
3434 with :
3535 name : python_sdk_docs
3636 path : docs/_build/html
3737 # Test upload
3838 # - name: Publish package to TestPyPI
39- # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
39+ # uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
4040 # with:
4141 # user: __token__
4242 # password: ${{ secrets.test_pypi_password }}
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
32+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3333
3434 - name : Run docker compose
3535 run : SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
3636
3737 - name : Setup Python
38- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
38+ uses : actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3939 with :
4040 python-version : ${{ matrix.python }}
4141
You can’t perform that action at this time.
0 commit comments