Skip to content

Commit

Permalink
ci(actions): Pin workflows hash (#188)
Browse files Browse the repository at this point in the history
Prevent changing them without updating.
  • Loading branch information
5ouma authored Dec 7, 2024
1 parent 3aa13d1 commit 1529226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@main
uses: 5ouma/utils/setup-deno-with-cache@6b0f1acc62243ae009e5174cf2a9a39b75bec46e # main

- name: 🧹 Lint Check
run: deno lint
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@main
uses: 5ouma/utils/setup-deno-with-cache@6b0f1acc62243ae009e5174cf2a9a39b75bec46e # main

- name: πŸ“ Format Check
run: deno fmt --check
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@main
uses: 5ouma/utils/setup-deno-with-cache@6b0f1acc62243ae009e5174cf2a9a39b75bec46e # main

- name: πŸ” Type Check
run: deno check --doc ./src
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@main
uses: 5ouma/utils/setup-deno-with-cache@6b0f1acc62243ae009e5174cf2a9a39b75bec46e # main

- name: πŸ§ͺ Run Tests
run: deno task test:ci
Expand All @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@main
uses: 5ouma/utils/setup-deno-with-cache@6b0f1acc62243ae009e5174cf2a9a39b75bec46e # main

- name: πŸ“¦ Dry Run Publish
run: deno publish --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:

steps:
- name: 🚸 Run pre-commit
uses: 5ouma/utils/pre-commit@23aec800e821891339568c454135bb9befe36fce # main
uses: 5ouma/utils/pre-commit@13661aa27741f7c7771ace67ad008d1931dd01b7 # main

0 comments on commit 1529226

Please sign in to comment.