Skip to content

Commit 5bf4241

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 26475d5 commit 5bf4241

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/ncc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1010
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1111
with:
1212
cache: 'yarn'

.github/workflows/tagrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
- name: Auto tag
2525
uses: Klemensas/action-autotag@380682c329fccb8b270e70e59d40d0e918dc5a0f # 1.2.3
2626
with:

0 commit comments

Comments
 (0)