diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml index 0309065..7a83a0f 100644 --- a/.github/workflows/changelog-check.yml +++ b/.github/workflows/changelog-check.yml @@ -13,4 +13,4 @@ on: jobs: call-changelog-check-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.17.1 diff --git a/.github/workflows/create-jira-issue.yml b/.github/workflows/create-jira-issue.yml index b7ffba8..f9c09ec 100644 --- a/.github/workflows/create-jira-issue.yml +++ b/.github/workflows/create-jira-issue.yml @@ -6,7 +6,7 @@ on: jobs: call-create-jira-issue-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.17.1 secrets: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/.github/workflows/labeled-pr-check.yml b/.github/workflows/labeled-pr-check.yml index 2d4eb5b..e125e6f 100644 --- a/.github/workflows/labeled-pr-check.yml +++ b/.github/workflows/labeled-pr-check.yml @@ -12,4 +12,4 @@ on: jobs: call-labeled-pr-check-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.17.1 diff --git a/.github/workflows/release-checklist-comment.yml b/.github/workflows/release-checklist-comment.yml index cd6eca1..9ddc9cf 100644 --- a/.github/workflows/release-checklist-comment.yml +++ b/.github/workflows/release-checklist-comment.yml @@ -9,7 +9,7 @@ on: jobs: call-release-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.17.1 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e979f10..8de908d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: call-release-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.17.1 with: release_prefix: burst2safe secrets: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f4a0dde..7ca5b09 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -5,12 +5,12 @@ on: push jobs: call-secrets-analysis-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.17.1 call-ruff-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.17.1 call-mypy-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.17.1 diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index ad87c7d..1318cc7 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -9,6 +9,6 @@ jobs: call-bump-version-workflow: # For first-time setup, create a v0.0.0 tag as shown here: # https://github.com/ASFHyP3/actions#reusable-bump-versionyml - uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.17.1 secrets: USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}