Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 18c4825

Browse files
chore(deps): pin dependencies (#46)
Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
1 parent d2187eb commit 18c4825

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## ================================================================================================
22
# Utility versions
33
## ================================================================================================
4-
ARG ACTIONLINT_VERSION=1.7.1
5-
ARG SHELLCHECK_VERSION=v0.10.0
4+
ARG ACTIONLINT_VERSION=1.7.1@sha256:435ecdb63b1169e80ca3e136290072548c07fc4d76a044cf5541021712f8f344
5+
ARG SHELLCHECK_VERSION=v0.10.0@sha256:2097951f02e735b613f4a34de20c40f937a6c8f18ecb170612c88c34517221fb
66

77

88
## ================================================================================================
@@ -14,7 +14,7 @@ FROM koalaman/shellcheck:${SHELLCHECK_VERSION} AS shellcheck
1414
## ================================================================================================
1515
## Main image
1616
## ================================================================================================
17-
FROM mcr.microsoft.com/devcontainers/base:bookworm
17+
FROM mcr.microsoft.com/devcontainers/base:bookworm@sha256:b6493d739b4b4cd915fa4cd9185b7e3c82d64244eb8bdd853ff1627f03e15bc7
1818
ENV EDITOR=vim
1919

2020
# Install tools

.github/workflows/reusable-stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
2525

2626
- name: Close Stale Issues
27-
uses: actions/stale@v9
27+
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
2828
with:
2929
repo-token: "${{ steps.app-token.outputs.token }}"
3030
days-before-stale: 60

0 commit comments

Comments
 (0)