Skip to content

Commit 3628d87

Browse files
authored
Merge pull request #994 from secure-systems-lab/dependabot/github_actions/action-dependencies-aacdd0e823
build(deps): bump the action-dependencies group with 3 updates
2 parents f6de7ef + 7276b3f commit 3628d87

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
51+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: "pip"

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.workflow_run.head_branch }}
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
28+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2929
with:
3030
python-version: '3.x'
3131

@@ -54,7 +54,7 @@ jobs:
5454
release_id: ${{ steps.gh-release.outputs.result }}
5555
steps:
5656
- name: Fetch build artifacts
57-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
57+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5858
with:
5959
name: build-artifacts
6060
path: dist
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write # to authenticate as Trusted Publisher to pypi.org
9999
steps:
100100
- name: Fetch build artifacts
101-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
101+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
102102
with:
103103
name: build-artifacts
104104
path: dist

.github/workflows/test-kms-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
21+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2222
with:
2323
python-version: '3.x'
2424
cache: 'pip'

.github/workflows/test-kms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
25+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2626
with:
2727
python-version: '3.x'
2828
cache: 'pip'
@@ -34,7 +34,7 @@ jobs:
3434
pip install --upgrade tox
3535
3636
- name: Authenticate to Google Cloud
37-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
37+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
3838
with:
3939
token_format: access_token
4040
workload_identity_provider: projects/843741030650/locations/global/workloadIdentityPools/securesystemslib-tests/providers/securesystemslib-tests

.github/workflows/test-sigstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
23+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2424
with:
2525
python-version: '3.x'
2626
cache: 'pip'

.github/workflows/test-vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
21+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2222
with:
2323
python-version: '3.x'
2424
cache: 'pip'

0 commit comments

Comments
 (0)