Skip to content

Commit b7c6fb6

Browse files
Merge pull request #300 from google-deepmind:dependabot/github_actions/github-actions-d0bbfe1586
PiperOrigin-RevId: 753581716 Change-Id: I6f1b5fe939727e5efcc16f0dc3f694773c5fc1d2
2 parents 1f4ca05 + b68bb60 commit b7c6fb6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
20+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2121
with:
2222
python-version: ${{ inputs.python-version }}
2323

.github/workflows/codeql-analysis.yml

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

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

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
- '3.13'
7474
steps:
7575
- name: Load artifact
76-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
76+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
7777
with:
7878
name: dist
7979
path: ./dist
8080
- name: Set up Python
81-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
81+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
- name: Install Python dependencies
@@ -107,7 +107,7 @@ jobs:
107107
timeout-minutes: 10
108108
steps:
109109
- name: Load artifact
110-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
110+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
111111
with:
112112
name: dist
113113
path: ./dist

.github/workflows/pypi-test.yml

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

5353
steps:
5454
- name: Set up Python ${{ matrix.python_version }}
55-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
55+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

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

0 commit comments

Comments
 (0)