diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index bcb55952a9a..53b2e6ee96c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1278,7 +1278,7 @@ jobs: run: python generate_report.py - name: Send report - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: payload: ${{ steps.report.outputs.payload }} env: diff --git a/.github/workflows/discussion_ping.yml b/.github/workflows/discussion_ping.yml index f9048a89426..81c40adff10 100644 --- a/.github/workflows/discussion_ping.yml +++ b/.github/workflows/discussion_ping.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Send notification for new discussion id: slack - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: payload: | { diff --git a/.github/workflows/pr_label_check.yml b/.github/workflows/pr_label_check.yml index 7ad372d225d..18cbac8fc0b 100644 --- a/.github/workflows/pr_label_check.yml +++ b/.github/workflows/pr_label_check.yml @@ -42,7 +42,7 @@ jobs: - get_label_groups steps: - name: Check aspect label - uses: docker://agilepathway/pull-request-label-checker:v1.6.48 + uses: docker://agilepathway/pull-request-label-checker:v1.6.51 with: any_of: ${{ needs.get_label_groups.outputs.aspect }} repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -55,7 +55,7 @@ jobs: - get_label_groups steps: - name: Check goal label - uses: docker://agilepathway/pull-request-label-checker:v1.6.48 + uses: docker://agilepathway/pull-request-label-checker:v1.6.51 with: one_of: ${{ needs.get_label_groups.outputs.goal }} repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -68,7 +68,7 @@ jobs: - get_label_groups steps: - name: Check priority label - uses: docker://agilepathway/pull-request-label-checker:v1.6.48 + uses: docker://agilepathway/pull-request-label-checker:v1.6.51 with: one_of: ${{ needs.get_label_groups.outputs.priority }} repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -81,7 +81,7 @@ jobs: - get_label_groups steps: - name: Check stack label - uses: docker://agilepathway/pull-request-label-checker:v1.6.48 + uses: docker://agilepathway/pull-request-label-checker:v1.6.51 with: any_of: ${{ needs.get_label_groups.outputs.stack }} repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr_limit_reminders.yml b/.github/workflows/pr_limit_reminders.yml index 53080956812..0d4602f0b6e 100644 --- a/.github/workflows/pr_limit_reminders.yml +++ b/.github/workflows/pr_limit_reminders.yml @@ -41,7 +41,7 @@ jobs: echo "required_review_count=$(( pr_count * 1 ))" >> "$GITHUB_ENV" - name: Send notification id: slack - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: # Note: We cannot use the YAML folded chomping block syntax here (`>`) because # GitHub Actions does not support it (they only support a subset of YAML): diff --git a/.github/workflows/pr_ping.yml b/.github/workflows/pr_ping.yml index fb387120ef6..ea0fa0e9e54 100644 --- a/.github/workflows/pr_ping.yml +++ b/.github/workflows/pr_ping.yml @@ -51,6 +51,6 @@ jobs: writeFileSync('/tmp/pr_ping_payload.json', JSON.stringify(payload)) - name: Send Slack notification - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: payload-file-path: /tmp/pr_ping_payload.json diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8545402fd2c..8c8453e3a42 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -62,7 +62,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R "$cache_dir" - - uses: renovatebot/github-action@v40.2.4 + - uses: renovatebot/github-action@v40.2.7 with: # Renovate recommends _not_ to use any of # [these names](https://docs.renovatebot.com/configuration-options/). diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bc53b88309..d7de983e063 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.3 hooks: - id: ruff # replaces Flake8, isort, pydocstyle, pyupgrade args: