diff --git a/.github/workflows/get_pypi_stats.yml b/.github/workflows/get_pypi_stats.yml index 389d53dc4..0c3f1b7b3 100644 --- a/.github/workflows/get_pypi_stats.yml +++ b/.github/workflows/get_pypi_stats.yml @@ -29,7 +29,7 @@ jobs: # Commits files to repository - name: Commit changes - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 with: author_name: learn2phoenix message: "Pypi stats auto-update" diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index caf16a7da..8301a6ef6 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -28,7 +28,7 @@ jobs: steps: - name: "Fetch user permission" id: "permission" - uses: "actions-cool/check-user-permission@7b90a27f92f3961b368376107661682c441f6103" # v2.3.0 + uses: "actions-cool/check-user-permission@c21884f3dda18dafc2f8b402fe807ccc9ec1aa5e" # v2.4.0 with: require: "write" username: "${{ github.triggering_actor }}" @@ -72,6 +72,6 @@ jobs: # pytest icepyx/tests/integration --verbose --cov app -m "[not] downloads_data" - name: "Upload coverage report" - uses: "codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de" # v5.5.2 + uses: "codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2" # v6.0.0 with: token: "${{ secrets.CODECOV_TOKEN }}" diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 241efbbea..e055b582b 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -52,7 +52,7 @@ jobs: ls -lh dist/ - name: Store the distribution packages - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: python-package-distributions path: dist/ @@ -72,7 +72,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: python-package-distributions path: dist/ @@ -96,7 +96,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/traffic_action.yml b/.github/workflows/traffic_action.yml index c5ef17ba1..3d5f1103a 100644 --- a/.github/workflows/traffic_action.yml +++ b/.github/workflows/traffic_action.yml @@ -35,7 +35,7 @@ jobs: # Commits files to repository - name: Commit changes - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 with: author_name: Jessica Scheick message: "GitHub traffic auto-update" diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index f4e9f72b0..844af8aac 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -26,4 +26,4 @@ jobs: python -m pip install .[complete] python -m pip install -r requirements-dev.txt - - uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3 + - uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2 diff --git a/.github/workflows/uml_action.yml b/.github/workflows/uml_action.yml index 35c1992b4..4e730cc53 100644 --- a/.github/workflows/uml_action.yml +++ b/.github/workflows/uml_action.yml @@ -29,7 +29,7 @@ jobs: rm ./packages_dev_uml.svg mv ./*.svg ./doc/source/user_guide/documentation/ - name: Commit changes - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 with: author_name: GitHub Action message: "GitHub action UML generation auto-update" diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 3eaf41b3f..ffd17b2f6 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -49,6 +49,6 @@ jobs: pytest icepyx/tests/unit --verbose --doctest-modules icepyx/core --cov app - name: "Upload coverage report" - uses: "codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de" # v5.5.2 + uses: "codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2" # v6.0.0 with: token: "${{ secrets.CODECOV_TOKEN }}"