Skip to content

Commit 251ba34

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#1331)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a593a5 commit 251ba34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [macos-latest, windows-latest, ubuntu-latest, macos-latest-xlarge]
99
steps:
1010
- name: Checkout
11-
uses: actions/[email protected].1
11+
uses: actions/[email protected].2
1212
- name: Install dependencies
1313
run: npm install
1414
- name: Lint
@@ -48,7 +48,7 @@ jobs:
4848
container: node:18
4949
steps:
5050
- name: Checkout
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252
- name: Install dependencies
5353
run: npm install
5454
- name: Lint

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/[email protected].1 # v3.0.0
27+
uses: actions/[email protected].2 # v3.0.0
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)