Skip to content

Commit

Permalink
chore(deps): pin dependencies (#12)
Browse files Browse the repository at this point in the history
* chore(deps): pin dependencies

* Update .yamllint

* Update dprint.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroyuki Okada <[email protected]>
  • Loading branch information
renovate[bot] and okhiroyuki authored Aug 24, 2024
1 parent a40b54d commit c6501c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM koalaman/shellcheck:v0.10.0 AS shellcheck
FROM hadolint/hadolint:v2.12.0-alpine AS dockerfile-lint
FROM koalaman/shellcheck:v0.10.0@sha256:2097951f02e735b613f4a34de20c40f937a6c8f18ecb170612c88c34517221fb AS shellcheck
FROM hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 AS dockerfile-lint

FROM mcr.microsoft.com/devcontainers/typescript-node:1-22
FROM mcr.microsoft.com/devcontainers/typescript-node:1-22@sha256:bac061bcdaed47c16949eaf1b1315cc69ba5e372911e77d6cdfdc5843c1c012c

COPY --from=shellcheck /bin/shellcheck /usr/bin/
COPY --from=dockerfile-lint /bin/hadolint /usr/bin/hadolint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
repository: okhiroyuki/composite-actions
path: ./.github/actions/composite-actions
Expand Down
6 changes: 6 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
---
extends: default
rules:
line-length:
max: 140
level: warning
comments:
min-spaces-from-content: 1
3 changes: 0 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"toml": {
},
"dockerfile": {
},
"yaml": {
},
"excludes": [
Expand All @@ -16,7 +14,6 @@
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.6.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm"
]
}

0 comments on commit c6501c7

Please sign in to comment.