Skip to content

Commit a6ae88d

Browse files
authored
Merge pull request #218 from ral-facilities/dependabot/github_actions/main/github-actions-becfb1bade
Bump the github-actions group with 2 updates
2 parents f517b5a + a087b03 commit a6ae88d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/.ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev
2525
2626
- name: Set up Python
27-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2828
with:
2929
python-version: "3.12"
3030
cache: "pip"
@@ -51,7 +51,7 @@ jobs:
5151
sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev
5252
5353
- name: Set up Python
54-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
54+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5555
with:
5656
python-version: "3.12"
5757
cache: "pip"
@@ -92,7 +92,7 @@ jobs:
9292
images: ${{ secrets.HARBOR_URL }}/auth-api
9393

9494
- name: Build and push Docker image to Harbor
95-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
95+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
9696
with:
9797
context: .
9898
file: ./Dockerfile.prod

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
latest=false
3535
3636
- name: Build and push Docker image to Harbor
37-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
37+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
3838
with:
3939
context: .
4040
file: ./Dockerfile.prod

0 commit comments

Comments
 (0)