We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e818e9 + d265c8b commit 84878e8Copy full SHA for 84878e8
2 files changed
.github/workflows/updateCodeJSON.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Update code.json
24
id: generator
25
- uses: DSACMS/automated-codejson-generator@v1.2.0
+ uses: DSACMS/automated-codejson-generator@v1.2.1
26
with:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
ADMIN_TOKEN: ${{ secrets.ADMIN_PAT }}
dockerfile
@@ -2,7 +2,7 @@ FROM node:20-alpine
2
3
RUN apk add --no-cache go git
4
5
-RUN go install github.com/boyter/scc/v3@latest
+RUN go install github.com/boyter/scc/v3@v3.4.0
6
7
WORKDIR /action
8
0 commit comments