Skip to content

Commit 1ab4049

Browse files
committed
updated github workflow dependencies
1 parent 261f1fb commit 1ab4049

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-and-test.yml

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

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/codeql.yml

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

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Install ShellCheck
1717
run: sudo apt-get install -y shellcheck
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Install hadolint
3232
run: |
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Install yamllint
5151
run: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535

@@ -39,7 +39,7 @@ jobs:
3939
driver: docker-container
4040

4141
- name: Install GitVersion
42-
uses: gittools/actions/gitversion/setup@v4.0.1
42+
uses: gittools/actions/gitversion/setup@v4.1.0
4343
with:
4444
versionSpec: "6.1.0"
4545

@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout code
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135
with:
136136
fetch-depth: 0
137137

@@ -141,7 +141,7 @@ jobs:
141141
git config --global user.name "UDX Worker"
142142
143143
- name: Download SBOM Artifact
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v5
145145
with:
146146
name: sbom
147147

0 commit comments

Comments
 (0)