Skip to content

Commit 23e0452

Browse files
authored
Merge pull request #460 from philips-software/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 8001600 + 290df22 commit 23e0452

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
-
2525
name: Build and push logproxy-filter-drop
2626
uses: docker/build-push-action@v2

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.HSDP_DOCKER_PASSWORD }}
3131
-
3232
name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)