Skip to content

Commit

Permalink
chore: update action.yml to v3 and some dependencies
Browse files Browse the repository at this point in the history
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 <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Apr 8, 2024
1 parent ee6cac5 commit 982ff1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 982ff1d

Please sign in to comment.