Skip to content

Commit 4889e16

Browse files
Bump the all-github group across 1 directory with 5 updates
Bumps the all-github group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.13` | `3.28.11` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.1` | | [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) | `2` | `4` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2...v4) Updates `github/codeql-action` from 3.26.13 to 3.28.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.26.13...v3.28.11) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...f49aabe) Updates `actions/upload-artifact` from 4.4.3 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...4cec3d8) Updates `abatilo/actions-poetry` from 2 to 4 - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 378edde commit 4889e16

7 files changed

+12
-12
lines changed

.github/workflows/bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- name: Bandit Scan
3434
uses: shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
3535
with: # optional arguments

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@v3.26.13
65+
uses: github/codeql-action/init@v3.28.17
6666
with:
6767
languages: ${{ matrix.language }}
6868
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,7 +77,7 @@ jobs:
7777
# If this step fails, then you should remove it and run the build manually (see below)
7878
- if: matrix.language == 'python'
7979
name: Autobuild
80-
uses: github/codeql-action/autobuild@v3.26.13
80+
uses: github/codeql-action/autobuild@v3.28.17
8181

8282
- if: matrix.language == 'cpp'
8383
name: Build C
@@ -96,6 +96,6 @@ jobs:
9696
# ./location_of_script_within_repo/buildscript.sh
9797

9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v3.26.13
99+
uses: github/codeql-action/analyze@v3.28.17
100100
with:
101101
category: "/language:${{matrix.language}}"

.github/workflows/ossf_scorecard.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # v3.1.0
35+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v3.1.0
3636
with:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@b0b722f202d6f76a52f990a286c2b1eacfc5a9ff # v2.26.11
70+
uses: github/codeql-action/upload-sarif@5eb3ed6614230b1931d5c08df9e096e4ba524f21 # v2.26.11
7171
with:
7272
sarif_file: results.sarif

.github/workflows/publish-to-test-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: abatilo/actions-poetry@v3
37+
- uses: abatilo/actions-poetry@v4
3838
with:
3939
poetry-version: 1.4.0
4040
- name: Publish distribution 📦 to Test PyPI

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
- uses: abatilo/actions-poetry@v3
47+
- uses: abatilo/actions-poetry@v4
4848
with:
4949
poetry-version: 1.4.0
5050
- name: Install dependencies

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: abatilo/actions-poetry@v3
39+
- uses: abatilo/actions-poetry@v4
4040
with:
4141
poetry-version: 1.4.0
4242
- name: Publish distribution 📦 to PyPI

.github/workflows/test-execution.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
- uses: abatilo/actions-poetry@v2
44+
- uses: abatilo/actions-poetry@v4
4545
with:
4646
poetry-version: ${{ matrix.poetry-version }}
4747
- name: View poetry --help

0 commit comments

Comments
 (0)