Skip to content

Commit 4409eb3

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (jenkinsci#679)
1 parent 80fda2f commit 4409eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# Checkout the repository to the GitHub Actions runner
2323
- name: Checkout code
24-
uses: actions/[email protected].6
24+
uses: actions/[email protected].7
2525

2626
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2727
- name: Run Codacy Analysis CLI

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/[email protected].6
33+
uses: actions/[email protected].7
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

0 commit comments

Comments
 (0)