diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7071e52..5f9bc01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: with: sarif: "tt-gate.sarif" - name: Publish findings as code-scanning annotations - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: sarif_file: tt-gate.sarif @@ -196,7 +196,7 @@ jobs: - run: pip install build - run: python -m build - name: Publish to PyPI through trusted publishing - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 release-notes: if: startsWith(github.ref, 'refs/tags/v')