diff --git a/.github/workflows/backlog-hygiene.yml b/.github/workflows/backlog-hygiene.yml index 044217d..f6b2b2a 100644 --- a/.github/workflows/backlog-hygiene.yml +++ b/.github/workflows/backlog-hygiene.yml @@ -38,7 +38,7 @@ jobs: name: "a PR that implements BACKLOG #N must update BACKLOG.md" runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf7c894..c839f88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -344,7 +344,7 @@ jobs: # version==tag smoke check already prevents a wrong-version upload). - name: Publish to PyPI (Trusted Publishing / OIDC) if: startsWith(github.ref, 'refs/tags/') - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: dist-pub/ skip-existing: true @@ -468,7 +468,7 @@ jobs: # before it is armed. Flipping the variable is what actually claims the PyPI name. - name: Publish messagefoundry-webconsole to PyPI (Trusted Publishing / OIDC) if: ${{ startsWith(github.ref, 'refs/tags/') && vars.PUBLISH_WEBCONSOLE == 'true' }} - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: webconsole-dist/ skip-existing: true @@ -579,7 +579,7 @@ jobs: # repo variable PUBLISH_HARNESS=true. The build + version-check above still run every release. - name: Publish messagefoundry-harness to PyPI (Trusted Publishing / OIDC) if: ${{ startsWith(github.ref, 'refs/tags/') && vars.PUBLISH_HARNESS == 'true' }} - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: harness-dist/ skip-existing: true