Skip to content

Commit a95de55

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | npm | markdownlint-cli2 | 0.18.1 | 0.18.1 |
1 parent 8fca65c commit a95de55

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/bymbly/workshop:latest
1+
FROM ghcr.io/bymbly/workshop:latest@sha256:d8912a93619502a48668b47cf8edc31831168f8195f2aa42dc266d7decb88984

.github/workflows/build-publish-container-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ jobs:
3939

4040
steps:
4141
- name: Checkout Source
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4343

4444
- name: Get commit timestamp
4545
id: commit_timestamp
4646
run: echo "timestamp=$(git show -s --format=%ct ${{ github.sha }})" >> $GITHUB_OUTPUT
4747

4848
- name: Log into Container Registry
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
5050
with:
5151
registry: ${{ inputs.registry }}
5252
username: ${{ github.actor }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@v3
56+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
5757

5858
- name: Build OCI Container Images
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6060
env:
6161
SOURCE_DATE_EPOCH: ${{ steps.commit_timestamp.outputs.timestamp }}
6262
with:

.github/workflows/markdown-lint-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Source
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2525
with:
2626
node-version: latest
2727

.github/workflows/prettier-format-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Checkout Source
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929
with:
3030
node-version: latest
3131

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:check:md": "markdownlint-cli2"
1313
},
1414
"devDependencies": {
15-
"markdownlint-cli2": "^0.18.1",
15+
"markdownlint-cli2": "0.18.1",
1616
"prettier": "3.6.2"
1717
}
1818
}

0 commit comments

Comments
 (0)