Skip to content

Commit 286ffe4

Browse files
author
Jason Meridth
authored
Merge branch 'main' into dependabot/github_actions/dependencies-798f60be7b
2 parents 68850df + 4fc4a64 commit 286ffe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/contributors_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
SPONSOR_INFO: "true"
3939

4040
- name: Create issue
41-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
41+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
4242
with:
4343
title: Monthly contributor report
4444
token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#checkov:skip=CKV_DOCKER_2
22
#checkov:skip=CKV_DOCKER_3
33
#trivy:ignore:AVD-DS-0002
4-
FROM python:3.13.7-slim@sha256:58c30f5bfaa718b5803a53393190b9c68bd517c44c6c94c1b6c8c172bcfad040
4+
FROM python:3.13.7-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
55
LABEL org.opencontainers.image.source https://github.com/github/evergreen
66

77
WORKDIR /action/workspace

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==25.9.0
22
flake8==7.3.0
33
mypy==1.18.2
44
mypy-extensions==1.1.0
5-
pylint==3.3.8
5+
pylint==3.3.9
66
pytest==8.4.2
77
pytest-cov==7.0.0
88
types-PyYAML==6.0.12.20250915

0 commit comments

Comments
 (0)