Skip to content

Commit 2134d1d

Browse files
Bump the all group with 3 updates (#182)
1 parent 4f91d4b commit 2134d1d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: python -m build
7373

7474
- name: Store the distribution packages
75-
uses: actions/upload-artifact@v6.0.0
75+
uses: actions/upload-artifact@v7.0.0
7676
# upload artifacts with the oldest supported version
7777
if: runner.os == 'linux' && inputs.python-version == '3.9'
7878
with:

.github/workflows/_codeql.yaml

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

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v4.32.0
46+
uses: github/codeql-action/init@v4.32.4
4747
with:
4848
languages: python
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v4.32.0
59+
uses: github/codeql-action/autobuild@v4.32.4
6060

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

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v4.32.0
72+
uses: github/codeql-action/analyze@v4.32.4
7373
with:
7474
category: "/language:python"

.github/workflows/_pypi_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Download all the distributions
35-
uses: actions/download-artifact@v7
35+
uses: actions/download-artifact@v8
3636
with:
3737
name: python-package-distributions
3838
path: dist/

.github/workflows/_pypi_test_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
url: https://test.pypi.org/p/python-cmethods
3030
steps:
3131
- name: Download all the distributions
32-
uses: actions/download-artifact@v7
32+
uses: actions/download-artifact@v8
3333
with:
3434
name: python-package-distributions
3535
path: dist/

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
62+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@f985be5b50bd175586d44aac9ac52926adf12893 # v2.2.4
70+
uses: github/codeql-action/upload-sarif@0ec47d036c68ae0cf94c629009b1029407111281 # v2.2.4
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)