File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " ci-github-common" ,
33 "image" : " mcr.microsoft.com/devcontainers/base:debian" ,
44 "features" : {
5- "ghcr.io/devcontainers/features/docker-in-docker:" : {
5+ "ghcr.io/devcontainers/features/docker-in-docker:3 " : {
66 "moby" : false
77 },
88 "ghcr.io/devcontainers/features/github-cli:1" : {
Original file line number Diff line number Diff line change 3232 release :
3333 needs : ci
3434 if : github.event_name != 'schedule'
35- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2
35+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ba941863a698984b6596e760f4e7727beea81167 # 0.26.0
3636 permissions :
3737 contents : read
3838 with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99jobs :
1010 continuous-integration :
11- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23 .2
11+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24 .2
1212 permissions :
1313 contents : read
1414 id-token : write
Original file line number Diff line number Diff line change 9999 return;
100100 }
101101 }
102- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23 .2
102+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24 .2
103103 if : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
104104 with :
105105 working-directory : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
@@ -129,11 +129,11 @@ jobs:
129129 with :
130130 persist-credentials : false
131131
132- - uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
132+ - uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
133133 with :
134134 languages : ${{ matrix.language }}
135135
136- - uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
136+ - uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
137137 with :
138138 category : " /language:${{matrix.language}}"
139139
Original file line number Diff line number Diff line change 6868 issues : write
6969 pull-requests : write
7070 steps :
71- - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
71+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
7272 with :
7373 stale-issue-message : ${{ inputs.stale-issue-message || 'This issue is stale' }}
7474 stale-pr-message : ${{ inputs.stale-pr-message || 'This PR is stale' }}
Original file line number Diff line number Diff line change 7575 using : " composite"
7676 steps :
7777 - name : Setup Node.js
78- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23 .2
78+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24 .2
7979 with :
8080 working-directory : ${{ github.action_path }}
8181
You can’t perform that action at this time.
0 commit comments