Skip to content

Commit 0df4fa5

Browse files
Bump the github-actions group across 2 directories with 6 updates
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.10` | `3.27.7` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.10.2` | `1.12.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.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) Updates `github/codeql-action` from 3.26.10 to 3.27.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e2b3eaf...babb554) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@897895f...67339c7) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) Updates `actions/cache` from 4.0.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...1bd1e32) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c21852a commit 0df4fa5

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
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@f677139bbe7f9c59b41e40162b753c062f5d49a3
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
41+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
4242
with:
4343
path: |
4444
meltingpot/assets
@@ -80,7 +80,7 @@ runs:
8080
8181
- name: Save installation
8282
if: steps.restore.outputs.cache-hit != 'true'
83-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
83+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57
8484
with:
8585
path: |
8686
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@d632683dd7b4114ad314bca15554477dd762a938
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13
35+
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13
49+
uses: github/codeql-action/autobuild@babb554ede22fd5605947329c4d04d8e7a0b8155
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13
62+
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155

.github/workflows/pypi-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 20
3131
steps:
3232
- name: Checkout Melting Pot
33-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
33+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3434
- name: Show Python setup
3535
run: |
3636
python --version
@@ -45,7 +45,7 @@ jobs:
4545
done
4646
ls dist/*
4747
- name: Save artifact
48-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
48+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
4949
with:
5050
name: dist
5151
path: ./dist
@@ -76,7 +76,7 @@ jobs:
7676
name: dist
7777
path: ./dist
7878
- name: Set up Python
79-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
79+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282
- name: Install Python dependencies
@@ -111,12 +111,12 @@ jobs:
111111
path: ./dist
112112
- name: Publish to TestPyPI
113113
if: github.event_name == 'release' || inputs.upload_to_test_pypi
114-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
114+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
115115
with:
116116
repository-url: https://test.pypi.org/legacy/
117117
verbose: true
118118
- name: Publish to PyPI
119119
if: github.event_name == 'release' || inputs.upload_to_pypi
120-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
120+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
121121
with:
122122
verbose: true

.github/workflows/pypi-test.yml

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

5151
steps:
5252
- name: Set up Python ${{ matrix.python_version }}
53-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
53+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

.github/workflows/scorecards-analysis.yml

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

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

@@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874
52+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13
60+
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155
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
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 90
4141
steps:
4242
- name: Checkout Melting Pot
43-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4444

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

.github/workflows/test-meltingpot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Melting Pot
40-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141

4242
- name: Install Melting Pot
4343
uses: ./.github/actions/install

0 commit comments

Comments
 (0)