Skip to content

Commit 16efc03

Browse files
chore(deps): update actions/checkout commit hash to ec3a7ce (#318)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d246d1a commit 16efc03

6 files changed

+9
-9
lines changed

.github/workflows/auto-deprecate.yml

+1-1
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
13+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
1414
- name: Use Node.js v16
1515
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
1616
with:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
19+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
2020

2121
- name: Initialize CodeQL
2222
uses: github/codeql-action/init@v1

.github/workflows/continuous-delivery.yml

+1-1
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
27+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
2828
with:
2929
fetch-depth: 0
3030
repository: ${{ github.event.inputs.repository || 'sapphiredev/framework' }}

.github/workflows/continuous-integration.yml

+4-4
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
15+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v16
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout Project
39-
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
39+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
4040
- name: Use Node.js v16
4141
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
4242
with:
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout Project
66-
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
66+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
6767
- name: Add problem matcher
6868
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
6969
- name: Use Node.js v16
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Checkout Project
91-
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
91+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
9292
with:
9393
fetch-depth: 2
9494
- name: Download Coverage report

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

+1-1
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
14+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
1515
- name: Use Node.js v16
1616
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
1717
with:

.github/workflows/labelsync.yml

+1-1
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
14+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
1515
with:
1616
repository: 'sapphiredev/readme'
1717
- name: Run Label Sync

0 commit comments

Comments
 (0)