Skip to content

Commit 4cee29d

Browse files
chore(deps): update actions/checkout action to v4.4.0
1 parent bc6f558 commit 4cee29d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
31+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3232

3333
- name: Use Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write # Required for OIDC
5757

5858
steps:
59-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
59+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
6060
with:
6161
fetch-depth: 0 # Need all git history & tags to determine next release version.
6262
persist-credentials: false

.github/workflows/scorecards.yml

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

2929
steps:
3030
- name: 'Checkout code'
31-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
31+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3232
with:
3333
persist-credentials: false
3434

0 commit comments

Comments
 (0)