diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 06d9d87e..23466431 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e + uses: codacy/codacy-analysis-cli-action@562ee3e92b8e92df8b67e0a5ff8aa8e261919c08 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to # get your project token from your Codacy repository diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index dd16f9c3..9372a9dc 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -11,7 +11,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1.3.0 + - uses: actions/first-interaction@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: diff --git a/pyproject.toml b/pyproject.toml index 43ca6488..a7d36822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ swarms = "swarms.cli.main:main" [tool.poetry.group.lint.dependencies] black = ">=23.1,<26.0" -ruff = ">=0.5.1,<0.12.4" +ruff = ">=0.5.1,<0.12.5" types-toml = "^0.10.8.1" types-pytz = ">=2023.3,<2026.0" types-chardet = "^5.0.4.6"