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 8ade135 - autoclosed #44

Closed
wants to merge 1 commit into from
Closed
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/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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18.x
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

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