Skip to content

Commit 72622af

Browse files
authored
Merge pull request #420 from CycloneDX/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.6 to 4.1.7
2 parents fd0484d + e12bac7 commit 72622af

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/[email protected].6
28+
uses: actions/[email protected].7
2929
with:
3030
# We must fetch at least the immediate parents so that if this is
3131
# a pull request then we can checkout the head.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 30
1414
steps:
15-
- uses: actions/[email protected].6
15+
- uses: actions/[email protected].7
1616
- name: Set up JDK 8
1717
uses: actions/setup-java@v4
1818
with:

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
15-
- uses: actions/[email protected].6
15+
- uses: actions/[email protected].7
1616
- name: Set up JDK ${{ matrix.java-version }}
1717
uses: actions/setup-java@v4
1818
with:

0 commit comments

Comments
 (0)