diff --git a/.github/workflows/pattern-check.yml b/.github/workflows/pattern-check.yml index 1112e4c..84df1ce 100644 --- a/.github/workflows/pattern-check.yml +++ b/.github/workflows/pattern-check.yml @@ -57,10 +57,9 @@ jobs: # Internal hostnames / TLDs '\.corp\.santander\.com' '\.intranet\.santander\.com' - 'cloudcenter\.corp' + '\.corp\b' # Internal Artifactory / registries 'artifactory\.santander\.' - 'nexus\.alm\.' ) PATTERN_ERE=$(IFS='|'; echo "${PATTERNS[*]}") diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd6cc8e..867ed5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,4 +62,4 @@ jobs: # name: dist # path: dist/ # - name: Publish - # uses: pypa/gh-action-pypi-publish@release/v1 + # uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0