Skip to content

Commit 5b628d3

Browse files
Update actions/checkout action to v6
1 parent 0bc4dbf commit 5b628d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.2.2
14+
- uses: actions/checkout@v6.0.0
1515
- name: Build the Docker image
1616
run: docker build --target builder --file Dockerfile --tag majodev/go-docker-vscode:${GITHUB_SHA:8} .
1717
- name: Create container

.github/workflows/codeql-analysis.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4.2.2
37+
uses: actions/checkout@v6.0.0
3838
with:
3939
# We must fetch at least the immediate parents so that if this is
4040
# a pull request then we can checkout the head.

.github/workflows/trivy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@v6.0.0
1919

2020
- name: Build an image from Dockerfile
2121
run: |

0 commit comments

Comments
 (0)