This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# # ================================================================================================
2
2
# Utility versions
3
3
# # ================================================================================================
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
6
6
7
7
8
8
# # ================================================================================================
@@ -14,7 +14,7 @@ FROM koalaman/shellcheck:${SHELLCHECK_VERSION} AS shellcheck
14
14
# # ================================================================================================
15
15
# # Main image
16
16
# # ================================================================================================
17
- FROM mcr.microsoft.com/devcontainers/base:bookworm
17
+ FROM mcr.microsoft.com/devcontainers/base:bookworm@sha256:b6493d739b4b4cd915fa4cd9185b7e3c82d64244eb8bdd853ff1627f03e15bc7
18
18
ENV EDITOR=vim
19
19
20
20
# Install tools
Original file line number Diff line number Diff line change 24
24
private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
25
25
26
26
- name : Close Stale Issues
27
- uses : actions/stale@v9
27
+ uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
28
28
with :
29
29
repo-token : " ${{ steps.app-token.outputs.token }}"
30
30
days-before-stale : 60
You can’t perform that action at this time.
0 commit comments