Skip to content

Commit 84878e8

Browse files
Merge pull request #86 from DSACMS/v1.2.1
v1.2.1
2 parents 6e818e9 + d265c8b commit 84878e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/updateCodeJSON.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Update code.json
2424
id: generator
25-
uses: DSACMS/automated-codejson-generator@v1.2.0
25+
uses: DSACMS/automated-codejson-generator@v1.2.1
2626
with:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
ADMIN_TOKEN: ${{ secrets.ADMIN_PAT }}

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20-alpine
22

33
RUN apk add --no-cache go git
44

5-
RUN go install github.com/boyter/scc/v3@latest
5+
RUN go install github.com/boyter/scc/v3@v3.4.0
66

77
WORKDIR /action
88

0 commit comments

Comments
 (0)