Skip to content

Commit 324f3d8

Browse files
Merge branch 'next' into python314
2 parents 8092021 + 92ffc2a commit 324f3d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v3
38+
uses: github/codeql-action/init@v4
3939
with:
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -49,7 +49,7 @@ jobs:
4949
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5050
# If this step fails, then you should remove it and run the build manually (see below)
5151
- name: Autobuild
52-
uses: github/codeql-action/autobuild@v3
52+
uses: github/codeql-action/autobuild@v4
5353

5454
# ℹ️ Command-line programs to run using the OS shell.
5555
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -62,6 +62,6 @@ jobs:
6262
# ./location_of_script_within_repo/buildscript.sh
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v3
65+
uses: github/codeql-action/analyze@v4
6666
with:
6767
category: "/language:${{matrix.language}}"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# as soon as they get released by pinning them here and
33
# letting `dependabot` update them for new releases.
44
Pillow==11.3.0
5-
lxml==6.0.1
5+
lxml==6.0.2
66
python-bidi==0.6.6
7-
reportlab==4.4.3
8-
pypdf==6.0.0
7+
reportlab==4.4.4
8+
pypdf==6.1.1

0 commit comments

Comments
 (0)