Skip to content

Commit c75b079

Browse files
Bump the github-actions group across 2 directories with 8 updates
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.16` | `4.31.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `6.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.3` | Bumps the github-actions group with 2 updates in the /.github/actions/install directory: [actions/setup-python](https://github.com/actions/setup-python) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `github/codeql-action` from 3.28.16 to 4.31.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...0499de3) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 4.3.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...018cc2c) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...4eaacf0) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `actions/cache` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1579661 commit c75b079

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/actions/install/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Set up Python ${{ inputs.python-version }}
1919
id: setup-python
20-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
20+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2121
with:
2222
python-version: ${{ inputs.python-version }}
2323

@@ -38,7 +38,7 @@ runs:
3838
3939
- name: Restore installation
4040
id: restore
41-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
41+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830
4242
with:
4343
path: |
4444
meltingpot/assets
@@ -79,7 +79,7 @@ runs:
7979
8080
- name: Save installation
8181
if: steps.restore.outputs.cache-hit != 'true'
82-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684
82+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
8383
with:
8484
path: |
8585
meltingpot/assets

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
35+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2
3636
with:
3737
languages: ${{ matrix.language }}
3838
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,7 +46,7 @@ jobs:
4646
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747
# If this step fails, then you should remove it and run the build manually (see below)
4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387
49+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2
5050

5151
# ℹ️ Command-line programs to run using the OS shell.
5252
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -59,4 +59,4 @@ jobs:
5959
# ./location_of_script_within_repo/buildscript.sh
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387
62+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2

.github/workflows/pypi-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
steps:
1919
- name: Checkout Melting Pot
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
- name: Show Python setup
2222
run: |
2323
python --version
@@ -32,7 +32,7 @@ jobs:
3232
done
3333
ls dist/*
3434
- name: Save artifact
35-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
35+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
3636
with:
3737
name: dist
3838
path: ./dist
@@ -62,12 +62,12 @@ jobs:
6262
- '3.14'
6363
steps:
6464
- name: Load artifact
65-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
65+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
6666
with:
6767
name: dist
6868
path: ./dist
6969
- name: Set up Python
70-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
70+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373
- name: Install Python dependencies
@@ -97,20 +97,20 @@ jobs:
9797
timeout-minutes: 10
9898
steps:
9999
- name: Load artifact
100-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
100+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
101101
with:
102102
name: dist
103103
path: ./dist
104104
- name: Publish to TestPyPI
105105
if: github.event_name == 'release'
106-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
106+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
107107
with:
108108
attestations: false
109109
repository-url: https://test.pypi.org/legacy/
110110
verbose: true
111111
- name: Publish to PyPI
112112
if: github.event_name == 'release'
113-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
113+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
114114
with:
115115
attestations: false
116116
verbose: true

.github/workflows/pypi-test.yml

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

5656
steps:
5757
- name: Set up Python ${{ matrix.python_version }}
58-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
58+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

.github/workflows/scorecards-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2929
with:
3030
persist-credentials: false
3131

3232
- name: "Run analysis"
33-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
33+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
@@ -49,14 +49,14 @@ jobs:
4949
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5050
# format to the repository Actions tab.
5151
- name: "Upload artifact"
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
52+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
5353
with:
5454
name: SARIF file
5555
path: results.sarif
5656
retention-days: 5
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
60+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2
6161
with:
6262
sarif_file: results.sarif

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
timeout-minutes: 90
4444
steps:
4545
- name: Checkout Melting Pot
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4747

4848
- name: Install Melting Pot
4949
uses: ./.github/actions/install

.github/workflows/test-meltingpot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout Melting Pot
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4444

4545
- name: Install Melting Pot
4646
uses: ./.github/actions/install

0 commit comments

Comments
 (0)