File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # ---------------------------------------------------------------------------
3232
3333 security-and-standards :
34- uses : wphillipmoore/standard-actions/.github/workflows/ci-security.yml@develop
34+ uses : wphillipmoore/standard-actions/.github/workflows/ci-security.yml@v1.3
3535 permissions :
3636 contents : read
3737 security-events : write
@@ -145,7 +145,7 @@ jobs:
145145 uses : actions/checkout@v6
146146
147147 - name : Set up Python
148- uses : wphillipmoore/standard-actions/actions/python/setup@develop
148+ uses : wphillipmoore/standard-actions/actions/python/setup@v1.3
149149 with :
150150 python-version : ${{ matrix.python-version }}
151151
@@ -207,7 +207,7 @@ jobs:
207207
208208 - name : Version divergence gate (PRs targeting develop)
209209 if : github.event_name == 'pull_request' && github.base_ref == 'develop'
210- uses : wphillipmoore/standard-actions/actions/release-gates/version-divergence@develop
210+ uses : wphillipmoore/standard-actions/actions/release-gates/version-divergence@v1.3
211211 with :
212212 head-version-command : python3 -c "import tomllib; from pathlib import Path; print(tomllib.loads(Path('pyproject.toml').read_text())['project']['version'])"
213213 main-version-command : git show origin/main:pyproject.toml | python3 -c "import sys, tomllib; print(tomllib.loads(sys.stdin.read())['project']['version'])"
Original file line number Diff line number Diff line change 2929 run : uv sync --frozen --group docs
3030
3131 - name : Deploy docs
32- uses : wphillipmoore/standard-actions/actions/docs-deploy@develop
32+ uses : wphillipmoore/standard-actions/actions/docs-deploy@v1.3
3333 with :
3434 version-command : uv run python -c "from importlib.metadata import version; v=version('pymqrest'); print('.'.join(v.split('.')[:2]))"
3535 mike-command : uv run mike
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 publish :
16- uses : wphillipmoore/standard-actions/.github/workflows/publish-release.yml@develop
16+ uses : wphillipmoore/standard-actions/.github/workflows/publish-release.yml@v1.3
1717 permissions :
1818 attestations : write
1919 contents : write
You can’t perform that action at this time.
0 commit comments