Skip to content

Commit 34b6ce7

Browse files
Merge pull request #929 from metal3-io/dependabot/github_actions/main/github-actions-39614aaef5
🌱 Bump the github-actions group with 4 updates
2 parents 2a27475 + 652b835 commit 34b6ce7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ironic-image-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "base_image=quay.io/centos/centos:stream10-minimal" >> "${GITHUB_OUTPUT}"
3232
fi
3333
- name: Build Docker image
34-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
34+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
3535
with:
3636
context: .
3737
file: ./Dockerfile

.github/workflows/irso-functional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: vars
3131
run: echo "go_version=$(make -sC ironic-standalone-operator go-version)" >> $GITHUB_OUTPUT
3232
- name: Set up Go
33-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
33+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3434
with:
3535
go-version: ${{ steps.vars.outputs.go_version }}
3636
- name: Setup a minikube cluster
@@ -53,7 +53,7 @@ jobs:
5353
path: /tmp/logs/*
5454
if: always()
5555
- name: Annotate failures
56-
uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 # v6.2.0
56+
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 # v6.3.0
5757
with:
5858
annotate_only: true
5959
report_paths: /tmp/logs/report.xml

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- name: Get changed files
2727
id: changed-files
28-
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
28+
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
2929
- name: Get release version
3030
id: release-version
3131
run: |
@@ -97,7 +97,7 @@ jobs:
9797
- name: Calculate go version
9898
run: echo "go_version=$(make go-version)" >> ${GITHUB_ENV}
9999
- name: Set up Go
100-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
100+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
101101
with:
102102
go-version: ${{ env.go_version }}
103103
- name: get release notes

0 commit comments

Comments
 (0)