From 982ff1d3171066663d9d3da6116f4057c74602bf Mon Sep 17 00:00:00 2001 From: jmeridth Date: Mon, 8 Apr 2024 12:32:57 -0500 Subject: [PATCH] chore: update action.yml to v3 and some dependencies Since we're about to do a major version release, need to update action.yml to v3. Should have been done in #43 - [x] update action.yml to v3 - [x] update dependencies Signed-off-by: jmeridth --- .github/workflows/codeql.yml | 8 ++++---- action.yml | 2 +- requirements-test.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1e2f6ca..738e653 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,10 +23,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/action.yml b/action.yml index 49cd54f..0b3e39a 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'github' description: 'A GitHub Action that opens adds CONTRIBUTING.md file in repositories that dont have them.' runs: using: 'docker' - image: 'docker://ghcr.io/github/automatic-contrib-prs:v2' + image: 'docker://ghcr.io/github/automatic-contrib-prs:v3' branding: icon: 'book' color: 'black' diff --git a/requirements-test.txt b/requirements-test.txt index 8da89fd..3a48cf4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,8 +1,8 @@ black==24.3.0 flake8==7.0.0 -mypy==1.8.0 +mypy==1.9.0 mypy-extensions==1.0.0 pylint==3.1.0 pytest==8.1.1 pytest-cov==5.0.0 -types-requests==2.31.0.20240403 +types-requests==2.31.0.20240406