Skip to content

Commit 94983c1

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 311a07d commit 94983c1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/auto-deprecate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Project
13-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1414
- name: Use Node.js v20
1515
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1616
with:

.github/workflows/codeql-analysis.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020

2121
- name: Initialize CodeQL
2222
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Project
27-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2828
with:
2929
fetch-depth: 0
3030
repository: ${{ github.event.inputs.repository || 'imranbarbhuiya/decancer' }}

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v20
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Project
34-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
34+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v20
@@ -57,7 +57,7 @@ jobs:
5757
needs: Building
5858
steps:
5959
- name: Checkout Project
60-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
60+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
6161
- name: Download dist folder from artifacts
6262
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
6363
with:
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout Project
88-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
88+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
8989
with:
9090
fetch-depth: 2
9191
- name: Download Coverage report

.github/workflows/deprecate-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1515
- name: Use Node.js v20
1616
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1717
with:

.github/workflows/labelsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1515
with:
1616
repository: 'imranbarbhuiya/configs'
1717
- name: Run Label Sync

0 commit comments

Comments
 (0)