Skip to content

Commit e90b648

Browse files
author
renovate
committed
chore(deps): pin dependencies
1 parent a505fa2 commit e90b648

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/add_issues_to_kanban.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions: {}
1313
steps:
14-
- uses: actions/create-github-app-token@v3.2.0
14+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1515
id: app-token
1616
with:
1717
client-id: ${{ secrets.PROJECT_BOT_CLIENT_ID }}
1818
private-key: ${{ secrets.PROJECT_BOT_PRIVATE_KEY }}
19-
- uses: actions/add-to-project@v2.0.0
19+
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
2020
with:
2121
project-url: https://github.com/orgs/DeepL/projects/1
2222
github-token: ${{ steps.app-token.outputs.token }}

.github/workflows/run_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2020
- name: Install dependencies
2121
run: npm install
2222
- name: Run eslint check
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3030
- name: Install dependencies
3131
run: npm install
3232
- name: Run npm audit
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
4646
- name: Install dependencies
4747
run: npm install
4848
- name: Run format check
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
5656
with:
5757
fetch-depth: 0
5858
- name: Install and run secret detection
@@ -65,7 +65,7 @@ jobs:
6565
exit $EXITCODE
6666
fi
6767
- name: Upload secret detection artifact
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
6969
with:
7070
name: secret-detection-results
7171
path: gitleaks.json
@@ -74,15 +74,15 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
7878
- name: Install dependencies
7979
run: npm install
8080
- name: Build
8181
run: |
8282
npm run clean
8383
npm run build
8484
- name: Upload artifacts
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8686
with:
8787
name: build-artifacts
8888
path: dist

0 commit comments

Comments
 (0)