Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
artifact-name: ${{ steps.artifact-name.outputs.name }}
steps:
- name: Checkout the operator repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charmcraft-pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
commit: 0088c9583f63999ff37d982948e47b9e3e3fba2a # 2026-01-20T15:48:23Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
repository: ${{ matrix.charm-repo }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Dependency review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up uv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-charm-charmcraft-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
jobs: ${{ steps.collect.outputs.jobs }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Collect spread jobs
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.collect-spread-jobs.outputs.jobs) }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up LXD
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-charm-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dir:
- examples/machine-tinyproxy
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up uv
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- examples/k8s-4-action
- examples/k8s-5-observe
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- examples/k8s-5-observe

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up Python 3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand All @@ -36,7 +36,7 @@ jobs:
python-version: ["3.10", "3.12", "3.14"]

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand All @@ -59,7 +59,7 @@ jobs:
python-version: ["3.10", "3.12", "3.14"]

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hello-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.10'

- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
repository: ${{ matrix.charm-repo }}
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
outputs:
tests: ${{ steps.tests.outputs.result }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Collect integration test files
id: tests
run: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
test: test/integration/test_tracing.py

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- run: sudo snap install --classic concierge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
commit: f3999254035d5f39eda07261af2b86a4454846d4 # 2026-05-20T14:52:38Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
repository: ${{ matrix.charm-repo }}
persist-credentials: false
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
permissions:
id-token: write
attestations: write
artifact-metadata: write
contents: read
environment: publish-pypi
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand All @@ -28,7 +29,7 @@ jobs:
run: |
set -xueo pipefail
uvx --with "$(echo -n dist/ops-*.whl)[testing,tracing]" --with dist/ops_scenario-*.whl --with dist/ops_tracing-*.whl python -c 'import ops, scenario, ops_tracing; print("OK")'
- uses: actions/attest-build-provenance@v4.1.0
- uses: actions/attest@v4.1.1
with:
subject-path: 'dist/*'
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/published-charms-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
# END AUTOGENERATED CONTENT
steps:
- name: Checkout operator repository (for helper scripts)
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
path: operator-repo
persist-credentials: false
Expand All @@ -203,7 +203,7 @@ jobs:
rm -rf operator-repo

- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
repository: ${{ matrix.charm-repo }}
path: charm-repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbom-secscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [self-hosted, self-hosted-linux-amd64-jammy-private-endpoint-medium]
steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Install dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
sudo apt-get install -y libapt-pkg-dev
sudo apt install -y python3-apt
- name: Checkout security scanner
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
repository: canonical/sbomber
path: scanner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--charmcraft-channel=3.x/stable
-p "${{ matrix.preset }}"
- name: Checkout the repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build and publish to Test PYPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiobe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
TICS:
runs-on: [self-hosted, reactive, amd64, tiobe, noble]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-best-practice-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.UPDATE_DOCS_ACCESS_TOKEN }}
path: operator
persist-credentials: true

- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
repository: canonical/charmcraft
path: charmcraft
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-pins:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.UPDATE_CHARM_PINS_ACCESS_TOKEN }}
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- run: python3 .github/check-conventional-pr-title.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down
Loading