Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout digest to 7cdaf2f #41

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Use Node.js 18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Initialize CodeQL
uses: github/codeql-action/init@7ba5ed7eed12f15064a031cc1fa3341f93764020
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
template: [ issue-template.yml ]

steps:
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Parse issue form
uses: stefanbuck/github-issue-parser@96f2b64808e8d528b0d06a67b98db39335861a79
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622
with:
fetch-depth: 0

Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Use Node.js 18.x
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Update tag
uses: Actions-R-Us/actions-tagger@68b8860d45b8d5a78fc2b0b4c7bb19da085b38c6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [ 16.x, 18.x ]

steps:
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
Expand Down