diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b3fc035..50190ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" - name: Generate changelog - uses: orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0 + uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4.7.1 with: config: pyproject.toml args: --output docs/changelog.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5cb57..4418416 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0 + uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -58,7 +58,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -98,7 +98,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -137,7 +137,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -156,7 +156,7 @@ jobs: uv run pytest packages/pretalx-client/tests/ - name: Upload coverage data artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: coverage-data path: .coverage* @@ -175,7 +175,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -189,7 +189,7 @@ jobs: run: uv sync --all-extras --dev - name: Download coverage data artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: coverage-data path: . diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e4019ad..e3f2f03 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true diff --git a/.github/workflows/pretalx-schema-sync.yml b/.github/workflows/pretalx-schema-sync.yml index e4e9b10..d7a2557 100644 --- a/.github/workflows/pretalx-schema-sync.yml +++ b/.github/workflows/pretalx-schema-sync.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true diff --git a/.github/workflows/publish-pretalx-client.yml b/.github/workflows/publish-pretalx-client.yml index afe5c45..1359176 100644 --- a/.github/workflows/publish-pretalx-client.yml +++ b/.github/workflows/publish-pretalx-client.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -52,7 +52,7 @@ jobs: run: uv build --package pretalx-client - name: Upload dist artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist path: dist/* @@ -66,12 +66,12 @@ jobs: contents: read steps: - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" - name: Download dist artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: dist @@ -80,7 +80,7 @@ jobs: run: uvx sigstore sign dist/* - name: Upload signed artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist-signed path: dist/* @@ -93,13 +93,13 @@ jobs: contents: write steps: - name: Download signed artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist-signed path: dist - name: Upload assets to GitHub release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.3.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.3.2 with: tag_name: ${{ github.event.release.tag_name }} files: dist/* @@ -115,7 +115,7 @@ jobs: url: https://pypi.org/project/pretalx-client/ steps: - name: Download dist artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: dist diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20a1f24..889c5ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" enable-cache: true @@ -52,7 +52,7 @@ jobs: run: uv build - name: Upload dist artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist path: dist/* @@ -66,12 +66,12 @@ jobs: contents: read steps: - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: version: "0.10.2" - name: Download dist artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: dist @@ -80,7 +80,7 @@ jobs: run: uvx sigstore sign dist/* - name: Upload signed artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist-signed path: dist/* @@ -93,13 +93,13 @@ jobs: contents: write steps: - name: Download signed artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist-signed path: dist - name: Upload assets to GitHub release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.3.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.3.2 with: tag_name: ${{ github.event.release.tag_name }} files: dist/* @@ -115,7 +115,7 @@ jobs: url: https://pypi.org/project/django-program/ steps: - name: Download dist artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: dist