diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa398e3..8973440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Publish binary wheel and source tarball on PyPI if: github.repository == 'theupdateframework/tuf-on-ci' - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 release-gh: name: Release diff --git a/actions/online-sign/action.yml b/actions/online-sign/action.yml index efc2e14..1294efe 100644 --- a/actions/online-sign/action.yml +++ b/actions/online-sign/action.yml @@ -52,7 +52,7 @@ runs: - name: Authenticate to AWS if: inputs.aws_role_to_assume != '' - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 #v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 with: aws-region: ${{ inputs.aws_region }} role-to-assume: ${{ inputs.aws_role_to_assume }}