Skip to content

Commit b72087f

Browse files
Bump actions/checkout from 4.1.2 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00ab428 commit b72087f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
22-
- uses: actions/checkout@v4.1.2
22+
- uses: actions/checkout@v4.1.3
2323

2424
- name: Download & extract glualint
2525
run: |

.github/workflows/shiftleft-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Scan runs on ubuntu, mac and windows
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.1.2
18+
- uses: actions/checkout@v4.1.3
1919
# Instructions
2020
# 1. Setup JDK, Node.js, Python etc depending on your project type
2121
# 2. Compile or build the project before invoking scan

0 commit comments

Comments
 (0)